Class HanLPProvider

java.lang.Object
org.miaixz.bus.extra.nlp.provider.hanlp.HanLPProvider
All Implemented Interfaces:
org.miaixz.bus.core.Provider, NLPProvider

public class HanLPProvider extends Object implements NLPProvider
HanLP分词引擎实现 项目地址:https://github.com/hankcs/HanLP Segment.seg(String)方法线程安全
Since:
Java 17+
Author:
Kimi Liu