An open API service indexing awesome lists of open source software.

https://github.com/hankcs/text-classification-svm

The missing SVM-based text classification module implementing HanLP's interface
https://github.com/hankcs/text-classification-svm

hanlp svm text-classification

Last synced: about 1 year ago
JSON representation

The missing SVM-based text classification module implementing HanLP's interface

Awesome Lists containing this project

README

          

# text-classification-extra

支持向量机文本分类器,利用liblinear实现[HanLP](https://github.com/hankcs/HanLP)中的文本分类接口。由于HanLP是个独立项目,并不依赖第三方类库,所以将这个额外的分类器放在这里。

用法参考`com.hankcs.hanlp.classification.classifiers.LinearSVMClassifierTest`,与HanLP的接口完全兼容。