public class StatSegmenter extends Segmenter
| Constructor and Description |
|---|
StatSegmenter(SegmenterModel model) |
| Modifier and Type | Method and Description |
|---|---|
SegmenterModel |
getModel() |
SegmentationReading |
segment(Word word) |
Tuple<SegmentationReading,java.lang.Double> |
segmentWithScore(Word word) |
ScoredSegmentationReading |
segmentWithScores(Word word) |
segmentToFilepublic StatSegmenter(SegmenterModel model)
public SegmentationReading segment(Word word)
public Tuple<SegmentationReading,java.lang.Double> segmentWithScore(Word word)
public ScoredSegmentationReading segmentWithScores(Word word)
public SegmenterModel getModel()