Module bus.extra

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


package org.miaixz.bus.extra.nlp.provider.analysis
Provides an abstract wrapper for Lucene-analysis based word segmentation engines. This package contains classes that integrate with Lucene's analysis modules, adapting their functionalities to the common NLP interfaces. Project homepage: https://github.com/apache/lucene-solr/tree/master/lucene/analysis
Since:
Java 17+
Author:
Kimi Liu
  • Classes
    Class
    Description
    Abstract provider for Lucene-analysis based word segmentation engines.
    Abstract result wrapper for Lucene-analysis word segmentation.
    Wrapper class for a single word (Attribute) from Lucene-analysis word segmentation.
    Lucene-smartcn word segmentation engine implementation.