Class HanLPResult

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

public class HanLPResult extends Object implements NLPResult
HanLP分词结果实现 项目地址:https://github.com/hankcs/HanLP
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • HanLPResult

      public HanLPResult(List<com.hankcs.hanlp.seg.common.Term> termList)
  • Method Details