|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Enumeration of N-gram Models.
In 0.3.0.5 renamed from INgramModels
to
ENgramModels
.
Field Summary | |
static int |
BIGRAM
Indicates to use bigram language model. |
static int |
MAX_NGRAM_MODEL
Upper boundary for n-gram models enumeration. |
static int |
MIN_NGRAM_MODEL
Lower boundary for n-gram models enumeration. |
static int |
NGRAM
Indicates to use n-gram language model. |
static int |
TRIGRAM
Indicates to use trigram language model. |
static int |
UNIGRAM
Indicates to use unigram language model. |
Field Detail |
public static final int UNIGRAM
public static final int BIGRAM
public static final int TRIGRAM
public static final int NGRAM
public static final int MIN_NGRAM_MODEL
public static final int MAX_NGRAM_MODEL
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |