|
Jacson | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NGram | |
---|---|
de.spieleck.app.ngramj | Implementation of byte based ngrams. |
de.spieleck.app.ngramj.lm |
Uses of NGram in de.spieleck.app.ngramj |
---|
Classes in de.spieleck.app.ngramj that implement NGram | |
---|---|
class |
CountedNGram
An n-gram attached with a counter. |
class |
NGramImpl
Class to modell a concrete and simple NGram. |
Fields in de.spieleck.app.ngramj declared as NGram | |
---|---|
protected NGram |
CountedNGram.gram
|
Methods in de.spieleck.app.ngramj that return NGram | |
---|---|
NGram |
CountedNGram.getNGram()
|
static NGram |
NGramImpl.newNGram(byte[] bytes,
int start)
QuasiConstructor. |
static NGram |
NGramImpl.newNGram(byte[] bytes,
int start,
int length)
QuasiConstructor. |
static NGram |
NGramImpl.newNGram(byte[] bytes,
int start,
int length,
boolean cacheObject)
|
Methods in de.spieleck.app.ngramj with parameters of type NGram | |
---|---|
double |
Profile.getRank(NGram gram)
Return the rank of a ngram in the corresponsing profile. |
double |
EntryProfile.getRank(NGram ng)
|
Constructors in de.spieleck.app.ngramj with parameters of type NGram | |
---|---|
CountedNGram(NGram ng)
|
Uses of NGram in de.spieleck.app.ngramj.lm |
---|
Methods in de.spieleck.app.ngramj.lm with parameters of type NGram | |
---|---|
double |
LMDataProfile.getRank(NGram gram)
|
|
spieleck.de | |||||||||
PREV NEXT | FRAMES NO FRAMES |