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

[Beta-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 or .pickle file

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

For Constructing the deconstructed text that save in .json file or .pickle file

decan -c path\text.pickle

For fixing text punctuation like [".", ",", ":", ";"] that need space or less space, and save it to a new .txt file.

decan -f path\text.txt dir\path text_name.txt

TAKE NOTE:

  • In -d [deconstruct], the text has been fixed as well but saved as pickle or json file.

Note

  • Still development process.
  • Add write deconstruct to pickle, which much smaller and faster.
  • Changes on analyze [-a]:
    • Count real chars, without the space and other printable.
    • Show the chars that used once and chars that used most.
    • Details on chars type.
  • Add new function "-f" for saving text that has been fixed its punctuation position to a new txt file.
  • Add multi-threading for analyzing.
    • Using "-m" after "-s".
    • decan -a path\text.txt -s "Best" e y -m

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.2.0.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

DecAn_karjakak-0.2.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file DecAn-karjakak-0.2.0.tar.gz.

File metadata

  • Download URL: DecAn-karjakak-0.2.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.5

File hashes

Hashes for DecAn-karjakak-0.2.0.tar.gz
Algorithm Hash digest
SHA256 880c9123d97cdc5e71437910eb226cb999430c625da6fb593f65c3ba15cd747f
MD5 122c6562294448539f01d7f37e946b21
BLAKE2b-256 84aeb9227497d70f48493fa87e4e45e5dc4499c9406321fd2fd47c1ba3afd5af

See more details on using hashes here.

File details

Details for the file DecAn_karjakak-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: DecAn_karjakak-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.5

File hashes

Hashes for DecAn_karjakak-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9257ffa5622afff457c66a07d0f245f8afe22805647e08bec09ee5996b27a711
MD5 d54d765457665987b75b3966efca6a82
BLAKE2b-256 14e4ec3f8e3f07bb9e5c3ef7894f40bdbcbd81620ae743d0093e65a779c5cbb7

See more details on using hashes here.

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