Skip to content

MarcinFrankowski/NaiveBayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes classifier implementation

An implementation of Naive Bayes classifier (multinomial) used for recognition of emoticon in polish sentences.

Each sentence is preprocessed (lowecasing, tokenization, stop words removal and stemming ) with Natural Language Toolkit.

The training dataset has over 800 000 sentences with labels - sad or happy.

About

Implementation of multinomial Naive Bayes classifier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages