public class FactoredLexiconEvent extends Object
| Constructor and Description |
|---|
FactoredLexiconEvent(int wordId,
int tagId,
int lemmaId,
int morphId,
int loc,
String word,
String featureStr) |
| Modifier and Type | Method and Description |
|---|---|
String |
featureStr() |
int |
getLoc() |
int |
lemmaId() |
int |
morphId() |
int |
tagId() |
String |
toString() |
String |
word() |
int |
wordId() |