Skip to content

dav1dm0/BinaryTextClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryTextClassification

Sentiment Analysis algorithm designed to classify a set of movie reviews as positive or negative. Tokenisation, parts of speech tagging and normalisation methods are customisable. 4 different classification models have been implemented and can be switched between: SVMs, Logistic Regression, Naive Bayes, XGBoost (currently bugged).

Link to Hugging Face Repository: https://huggingface.co/spaces/dav1dm0/text_classifier/tree/main

Link to Classifier: https://huggingface.co/spaces/dav1dm0/text_classifier

About

Natural Language Processing Algorithm designed to classify a set of movie reviews as positive or negative based on sentiment analysis, using both actual Naive Bayes and a custom built Naive Bayes implementation . Tokenisation, parts of speech tagging and normalisation methods are customisable

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors