Module bus.extra

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


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