Metadata-Version: 2.1
Name: docType
Version: 0.22
Summary: This Library tells about catagory of article/blog
Home-page: https://github.com/Mental-Health-Montitoring-with-AI/mentalHealth
Author: Ujjwal Kar
Author-email: ujjwalkar21@gmail.com
License: UNKNOWN
Keywords: Natural Language Processing,Multiclass Classification,News,Blogs,Articles
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click (==8.1.3)
Requires-Dist: joblib (==1.1.0)
Requires-Dist: nltk (==3.7)
Requires-Dist: numpy (==1.22.4)
Requires-Dist: regex (==2022.6.2)
Requires-Dist: scikit-learn (==1.1.1)
Requires-Dist: scipy (==1.8.1)
Requires-Dist: sklearn (==0.0)
Requires-Dist: soupsieve (==2.3.2.post1)
Requires-Dist: threadpoolctl (==3.1.0)
Requires-Dist: tqdm (==4.64.0)


```python
from docTagger.docTagger import detect_class
detect_class(sentence:str)
```

