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
- Host: GitHub
- URL: https://github.com/hankcs/text-classification-svm
- Owner: hankcs
- License: apache-2.0
- Created: 2017-12-28T04:42:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T05:06:32.000Z (over 8 years ago)
- Last Synced: 2025-03-18T08:21:27.217Z (about 1 year ago)
- Topics: hanlp, svm, text-classification
- Language: Java
- Size: 5.9 MB
- Stars: 47
- Watchers: 3
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# text-classification-extra
支持向量机文本分类器,利用liblinear实现[HanLP](https://github.com/hankcs/HanLP)中的文本分类接口。由于HanLP是个独立项目,并不依赖第三方类库,所以将这个额外的分类器放在这里。
用法参考`com.hankcs.hanlp.classification.classifiers.LinearSVMClassifierTest`,与HanLP的接口完全兼容。