Menu

Tree [1b8cae] master /
 History

HTTPS access


File Date Author Commit
 CMakeLists.txt 2014-12-28 root root [f2a01a] uplaod codes
 LICENSE.txt 2014-12-28 root root [f2a01a] uplaod codes
 README.md 2015-05-17 Cooler_ Cooler_ [1b8cae] Update README.md
 install.sh 2014-12-28 root root [f2a01a] uplaod codes
 libtext_bayes.cpp 2014-12-28 root root [03a0e7] fix memory leak
 libtext_bayes.h 2014-12-28 root root [f2a01a] uplaod codes
 test.cpp 2014-12-28 root root [f2a01a] uplaod codes

Read Me

libtext_bayes

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...

Alt text

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/

TODO:

*Optimizing with inline ASM like SSE, i think SiMD...

*Improve error handlers...

*fix bugs

...

How too use ?

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.