Class MynlpResult

java.lang.Object
org.miaixz.bus.extra.nlp.provider.mynlp.MynlpResult
All Implemented Interfaces:
Iterable<NLPWord>, Iterator<NLPWord>, org.miaixz.bus.core.center.iterator.IterableIterator<NLPWord>, NLPResult

public class MynlpResult extends Object implements NLPResult
MYNLP 中文NLP工具包分词结果实现 项目地址:https://github.com/mayabot/mynlp/
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • MynlpResult

      public MynlpResult(com.mayabot.nlp.segment.Sentence sentence)
      构造
      Parameters:
      sentence - 分词结果(中文句子)
  • Method Details