This is a matlab (6) library which is implemented a multinomial Bayes classifier for text document classification. Send me a mail for using doubts. Any way, each function gives you a little help.
For installing:
-
--- Canceled step ---
-
Copy the whole folder into your hard disk (it is useful to choose a short route folder).
-
Start up Matlab.
-
Go to File-> Set path
-
Click on "Add with Subfolders"
-
Choose the folder where you did unzip the library before.
-
Click on "Save"
-
Verify the instalation was fine: on Matlab CLI type: help Term
-
You must to see the followiong:
help Term
%This script extracts vocabulary contained in a text file which is
%obtained by describe.com.mx scientific definition browser. Output 'Voc' of this
%script we hope to be fed to a naive Bayes classifier at the begining.