public interface Scanner
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_LONGEST_MATCH |
Modifier and Type | Method and Description |
---|---|
int |
doScan(Language language,
int startIndex,
Morpheme[] morphemes,
Translation[] translations,
Collection<TranslationWithPosition> positions) |
static final int TYPE_LONGEST_MATCH
int doScan(Language language, int startIndex, Morpheme[] morphemes, Translation[] translations, Collection<TranslationWithPosition> positions) throws InvalidParameterException, ProcessFailedException