public class HHMMSegmenter
extends java.lang.Object
WARNING: The status of the analyzers/smartcn analysis.cn.smart package is experimental. The APIs and file formats introduced here might change in the future and will not be supported anymore in such a case.
Constructor and Description |
---|
HHMMSegmenter() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
process(java.lang.String sentence)
Return a list of
SegToken representing the best segmentation of a sentence |
public java.util.List process(java.lang.String sentence)
SegToken
representing the best segmentation of a sentencesentence
- input sentenceList
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.