java.lang.Object
org.miaixz.bus.extra.nlp.provider.analysis.AnalysisProvider
org.miaixz.bus.extra.nlp.provider.analysis.SmartcnProvider
- All Implemented Interfaces:
Serializable,org.miaixz.bus.core.Provider,NLPProvider
Lucene-smartcn word segmentation engine implementation. This class provides a concrete implementation of
AnalysisProvider for the Lucene SmartChineseAnalyzer. Project homepage: https://github.com/apache/lucene-solr/tree/master/lucene/analysis/smartcn- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
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()Constructs a newSmartcnProviderinstance. It initializes the provider with a new instance ofSmartChineseAnalyzer.
-