Class SmartcnProvider
java.lang.Object
org.miaixz.bus.extra.nlp.provider.analysis.AnalysisProvider
org.miaixz.bus.extra.nlp.provider.analysis.SmartcnProvider
- All Implemented Interfaces:
org.miaixz.bus.core.Provider,NLPProvider
Lucene-smartcn分词引擎实现 项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis/smartcn
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.miaixz.bus.extra.nlp.provider.analysis.AnalysisProvider
parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.miaixz.bus.extra.nlp.NLPProvider
type
-
Constructor Details
-
SmartcnProvider
public SmartcnProvider()构造
-