|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dictionary
Dictionary interface for retrieving morphological data by id.
Field Summary | |
---|---|
static String |
INTERNAL_SEPARATOR
|
Method Summary | |
---|---|
String |
getBaseForm(int wordId,
char[] surface,
int off,
int len)
Get base form of word |
String |
getInflectionForm(int wordId)
Get inflection form of tokens |
String |
getInflectionType(int wordId)
Get inflection type of tokens |
int |
getLeftId(int wordId)
Get left id of specified word |
String |
getPartOfSpeech(int wordId)
Get Part-Of-Speech of tokens |
String |
getPronunciation(int wordId,
char[] surface,
int off,
int len)
Get pronunciation of tokens |
String |
getReading(int wordId,
char[] surface,
int off,
int len)
Get reading of tokens |
int |
getRightId(int wordId)
Get right id of specified word |
int |
getWordCost(int wordId)
Get word cost of specified word |
Field Detail |
---|
static final String INTERNAL_SEPARATOR
Method Detail |
---|
int getLeftId(int wordId)
wordId
-
int getRightId(int wordId)
wordId
-
int getWordCost(int wordId)
wordId
-
String getPartOfSpeech(int wordId)
wordId
- word ID of token
String getReading(int wordId, char[] surface, int off, int len)
wordId
- word ID of token
String getBaseForm(int wordId, char[] surface, int off, int len)
wordId
- word ID of token
String getPronunciation(int wordId, char[] surface, int off, int len)
wordId
- word ID of token
String getInflectionType(int wordId)
wordId
- word ID of token
String getInflectionForm(int wordId)
wordId
- word ID of token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |