|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ngram | |
---|---|
marf.Stats | |
marf.Stats.StatisticalEstimators | |
marf.Stats.StatisticalEstimators.Smoothing |
Uses of Ngram in marf.Stats |
---|
Methods in marf.Stats that return Ngram | |
---|---|
Ngram[] |
Ngram.getNgramElements()
Allows querying for the contained N-gram elements. |
Methods in marf.Stats with parameters of type Ngram | |
---|---|
void |
Ngram.addNgram(Ngram poNgram)
Adds an N-gram at the end of the N-gram elements array. |
void |
Ngram.setNgram(int piIndex,
Ngram poNgram)
Sets an N-gram at a specified index. |
Constructors in marf.Stats with parameters of type Ngram | |
---|---|
Ngram(Ngram poNgram)
Copy-constructor. |
|
Ngram(Ngram[] paoNgramElements)
Constructs an N-gram out of the N-gram elements. |
Uses of Ngram in marf.Stats.StatisticalEstimators |
---|
Methods in marf.Stats.StatisticalEstimators with parameters of type Ngram | |
---|---|
double |
GLI.p(Ngram poNgram)
Not implemented. |
double |
KatzBackoff.p(Ngram poNgram)
Not implemented. |
double |
SLI.p(Ngram poNgram)
Not implemented. |
Uses of Ngram in marf.Stats.StatisticalEstimators.Smoothing |
---|
Methods in marf.Stats.StatisticalEstimators.Smoothing with parameters of type Ngram | |
---|---|
double |
GoodTuring.p(Ngram poNgram)
Not implemented. |
double |
WittenBell.p(Ngram poNgram)
Not implemented. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |