Skip to main content

DecAn is a tool for Analyze and Deconstruct chars in text for its position.

Project description

DecAn

Tool to Analyze and Deconstruct chars in a text

[Under-Development]

Installation

pip install DecAn-karjakak

Usage

For analyzing text file or sentences

decan -a path\text.txt 

For search chars or words in text file or sentences

decan -a "The Best is yet to come, yeayyy!!!" -s "Best" e y

# result:
"Best": {1: ((4, 8),)}
"Best" is 1 out of total 7 words!

'e': {5: (2, 5, 13, 22, 26)}
'e' is 5 out of total 34 chars!

'y': {5: (12, 25, 28, 29, 30)}
'y' is 5 out of total 34 chars!

For Deconstruct text file or sentences to json file

# The text file, save as json filename, and save to a directory path.
decan -d path\text.txt text path\dir 

For Constructing the deconstructed text that save in json file

decan -c path\text.json

Note

  • Still development process

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DecAn-karjakak-0.0.7.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

DecAn_karjakak-0.0.7-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page