Skip to content

Files

Latest commit

 

History

History
17 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 419 Bytes

朴素贝叶斯中文文本分类器

语料与分词

使用

mvn clean package
java -jar target/TextClassify-0.0.1-SNAPSHOT.jar

如果想使用eclipse查看代码,可以通过:

mvn eclipse:eclipse  

生成eclipse工程