public abstract class Segmenter
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Segmenter() |
| Modifier and Type | Method and Description |
|---|---|
abstract SegmentationReading |
segment(Word word) |
void |
segmentToFile(java.lang.String outfile,
java.lang.Iterable<Word> words) |
public abstract SegmentationReading segment(Word word)
public void segmentToFile(java.lang.String outfile,
java.lang.Iterable<Word> words)
throws java.io.IOException
java.io.IOException