Metadata-Version: 2.1
Name: Texo
Version: 0.0.1
Summary: Sentiment Analysis Multiple language and for all products
Home-page: https://github.com/Sourabh20022002/Texo
Download-URL: https://github.com/Sourabh20022002/Texo/archive/refs/tags/python.tar.gz
Author: Sourabh singh
Author-email: Sourabh52.singh@gmail.com
Keywords: python,Sentiment,NLP,Tokenizer,Text-Analyzer,sockets
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# Texo

Under construction! Not ready for use yet! Currently experimenting and planning!

Developed by Sourabh Singh from Neuroins(c) 2023

## Examples of How To Use (Buggy Alpha Version)

Predicating Sentimental Analysis in English

```python
from Texo.Sentimental.Analysis import Sentitweeten

Analysis = Sentitweeten()
Out = Analysis.Tweet_analy('Analysis this Tweet')
print(out)
```

Predicating Sentimental Analysis in Hindi

```python
from Texo.Sentimental.Analysis import Sentitweeten

Analysis = Sentitweethn()
Out = Analysis.Tweet_anal('Analysis this Tweet')
print(out)
```

