KingJoySaiy / bayesTextClassifier

A naive implementation of Bayes text classifier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bayesTextClassifier

A naive implementation of Bayes text classifier.

  • cpp: g++ -o demo main.cpp, thendemo.exe
  • python: make sure "SMSSpamCollection.txt" & "sklearnTest.py" are in the same folder, python sklearnTest.py

About

A naive implementation of Bayes text classifier.

License:MIT License


Languages

Language:C++ 89.0%Language:Python 11.0%