Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 223 Bytes

File metadata and controls

15 lines (8 loc) · 223 Bytes

NaiveBayesTextClassifier

A naive Bayes text classifier in java

Dependent on:

ansj_seg-5.1.3.jar

nlp-lang-1.7.3.jar

tree_split-1.4.jar

Specify filepath of stopwords in TermSegmentor

Specify filepath of data in Main