File | Date | Author | Commit |
---|---|---|---|
CMakeLists.txt | 2014-12-28 |
![]() |
[f2a01a] uplaod codes |
LICENSE.txt | 2014-12-28 |
![]() |
[f2a01a] uplaod codes |
README.md | 2015-05-17 |
![]() |
[1b8cae] Update README.md |
install.sh | 2014-12-28 |
![]() |
[f2a01a] uplaod codes |
libtext_bayes.cpp | 2014-12-28 |
![]() |
[03a0e7] fix memory leak |
libtext_bayes.h | 2014-12-28 |
![]() |
[f2a01a] uplaod codes |
test.cpp | 2014-12-28 |
![]() |
[f2a01a] uplaod codes |
Just Another Naive Bayes text classifier library
This is a example how to use Naive Bayes to classify SPAM messages, you can to use other purposes...
Reference:
http://www.drdobbs.com/architecture-and-design/naive-bayesian-text-classification/184406064?pgno=1
https://coolerlab.wordpress.com/2015/03/29/trilhando-machine-learning/
*Optimizing with inline ASM like SSE, i think SiMD...
*Improve error handlers...
*fix bugs
...
I test this lib at Linux, but run in MacOS,OpenBSD etc...
$ git clone https://github.com/CoolerVoid/libtext_bayes/
$ cd libtext_bayes; sudo sh install.sh; ./test