Module bus.extra

Package org.miaixz.bus.extra.nlp.provider.hanlp


package org.miaixz.bus.extra.nlp.provider.hanlp
Provides the HanLP word segmentation engine implementation. This package contains classes that integrate with the HanLP NLP library for Chinese word segmentation, adapting its functionalities to the common NLP interfaces. Project homepage: https://github.com/hankcs/HanLP
Since:
Java 17+
Author:
Kimi Liu
  • Classes
    Class
    Description
    HanLP word segmentation engine implementation.
    Implementation of NLPResult for HanLP word segmentation results.
    Wrapper class for a single word (Term) from HanLP word segmentation.