Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 613 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 613 Bytes

This module help user to classify a blog or article in 5 categories: Tech, Business, Political, Sport, Entertainment.

How to use ?

  1. Install docType module
pip install docType
  1. Use it in python program
from docType.docType import detect_class
detect_class(sentence:str)

Demo

image

Architecture

image