Module bus.extra

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


package org.miaixz.bus.extra.nlp.provider.jcseg
Provides the Jcseg word segmentation engine implementation. This package contains classes that integrate with the Jcseg NLP library for Chinese word segmentation, adapting its functionalities to the common NLP interfaces. Project homepage: https://gitee.com/lionsoul/jcseg
Since:
Java 17+
Author:
Kimi Liu
  • Classes
    Class
    Description
    Jcseg word segmentation engine implementation.
    Jcseg word segmentation result wrapper.
    Wrapper class for a single word (IWord) from Jcseg word segmentation.