Metadata-Version: 2.1
Name: textstats
Version: 0.1.2
Summary: This is a Pakcage for Extracting Info from the text.
Author: varun
Author-email: varunkatiyar819@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: argparse (>=1.4.0,<2.0.0)
Requires-Dist: emoji (>=2.2.0,<3.0.0)
Requires-Dist: prettytable (>=3.6.0,<4.0.0)
Requires-Dist: spacy (>=3.5.1,<4.0.0)
Description-Content-Type: text/markdown

TextStats is the package used for analysis of the text.

TextSats gives out various Information for the text provided to it.
Some of them includes :
1. Line Count
2. Word Count
3. Emoji Count
4. Email Count
5. URL Count
6. Proper Punctuation Count
7. ImProper Punctuation Count

Apart from this it also contains NER model i.e spacy to classify the words into named entities.




