8000 GitHub - mohak1/Text-Classification: A text classifier which predicts the class of a paragraph of text.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mohak1/Text-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-Classification

First time with text!

A text classifier which predicts the class of a paragraph of text.

Naive Bayes approach is used for predicting the class lable for the text. The classifier does not make use of a predefined scikit learn model, rather it uses a the inverse dictionary approach for predicting the class.

A dictionary is mantained for the the words of each class. The frequency of words is recorded from the sentence. The model checks for the class for which word occurance is maximum. This way a new sentence is labeled under a class.

About

A text classifier which predicts the class of a paragraph of text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0