Class HHMMSegmenter

java.lang.Object
org.apache.lucene.analysis.cn.smart.hhmm.HHMMSegmenter

public class HHMMSegmenter extends Object
Finds the optimal segmentation of a sentence into Chinese words
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • HHMMSegmenter

      public HHMMSegmenter()
  • Method Details

    • process

      public List<SegToken> process(String sentence)
      Return a list of SegToken representing the best segmentation of a sentence
      Parameters:
      sentence - input sentence
      Returns:
      best segmentation as a List