public abstract class DictionaryEntryBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected short |
leftId |
protected short |
rightId |
protected java.lang.String |
surface |
protected short |
wordCost |
Constructor and Description |
---|
DictionaryEntryBase(java.lang.String surface,
short leftId,
short rightId,
short wordCost) |
Modifier and Type | Method and Description |
---|---|
short |
getLeftId() |
short |
getRightId() |
java.lang.String |
getSurface() |
short |
getWordCost() |
protected final java.lang.String surface
protected final short leftId
protected final short rightId
protected final short wordCost