# text-classification-svm **Repository Path**: xyxg/text-classification-svm ## Basic Information - **Project Name**: text-classification-svm - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # text-classification-extra 支持向量机文本分类器,利用liblinear实现[HanLP](https://github.com/hankcs/HanLP)中的文本分类接口。由于HanLP是个独立项目,并不依赖第三方类库,所以将这个额外的分类器放在这里。 用法参考`com.hankcs.hanlp.classification.classifiers.LinearSVMClassifierTest`,与HanLP的接口完全兼容。