Metadata-Version: 2.1
Name: docType
Version: 0.23
Summary: This Library tells about catagory of article/blog
Home-page: https://github.com/Uncoded-AI/docType
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


```
pip install docType
```


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

