Package org.miaixz.bus.extra.nlp
Interface NLPResult
- All Superinterfaces:
Iterable<NLPWord>,org.miaixz.bus.core.center.iterator.IterableIterator<NLPWord>,Iterator<NLPWord>
- All Known Implementing Classes:
AbstractResult,AnalysisResult,AnsjResult,HanLPResult,IKAnalyzerResult,JcsegResult,JiebaResult,MmsegResult,MynlpResult,WordResult
分词结果接口定义
实现此接口包装分词器的分词结果,通过实现Iterator相应方法获取分词中的单词
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Methods 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, hasNext, next, remove