Module bus.extra
Package org.miaixz.bus.extra.nlp.provider.jieba
package org.miaixz.bus.extra.nlp.provider.jieba
Provides the Jieba word segmentation engine implementation. This package contains classes that integrate with the
Jieba NLP library for Chinese word segmentation, adapting its functionalities to the common NLP interfaces. Project
homepage: https://github.com/huaban/jieba-analysis
- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassesClassDescriptionJieba word segmentation engine implementation.Implementation of
NLPResultfor Jieba word segmentation results.Wrapper class for a single word (SegToken) from Jieba word segmentation.