public class SegmentationInstance
extends java.lang.Object
| Constructor and Description |
|---|
SegmentationInstance(Word word,
java.util.Collection<SegmentationResult> results) |
| Modifier and Type | Method and Description |
|---|---|
short[] |
getFormCharIndexes(SymbolTable<java.lang.Character> char_table) |
int |
getLength() |
java.util.Collection<SegmentationResult> |
getResults() |
Word |
getWord() |
public SegmentationInstance(Word word, java.util.Collection<SegmentationResult> results)
public int getLength()
public short[] getFormCharIndexes(SymbolTable<java.lang.Character> char_table)
public Word getWord()
public java.util.Collection<SegmentationResult> getResults()