Class AnsjResult
java.lang.Object
org.miaixz.bus.extra.nlp.provider.ansj.AnsjResult
- All Implemented Interfaces:
Iterable<NLPWord>,Iterator<NLPWord>,org.miaixz.bus.core.center.iterator.IterableIterator<NLPWord>,NLPResult
Ansj分词结果实现 项目地址:https://github.com/NLPchina/ansj_seg
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.miaixz.bus.core.center.iterator.IterableIterator
iteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
AnsjResult
public AnsjResult(org.ansj.domain.Result ansjResult) 构造- Parameters:
ansjResult- 分词结果
-
-
Method Details