Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 296 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 296 Bytes

CTCer

Chinese Text Classifier. A process with tf-idf-ctf, chi-square and k-NN which hit up to 90% to some data.

test data link: http://www.datatang.com/data/11971

news:

add ctf to the tf-idf and make a big progress.

requirement:

python 2.7.3

sklearn

usage:

see test.py