|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NGram | |
---|---|
org.apache.uima.examples.tagger | |
org.apache.uima.examples.tagger.trainAndTest |
Uses of NGram in org.apache.uima.examples.tagger |
---|
Method parameters in org.apache.uima.examples.tagger with type arguments of type NGram | |
---|---|
static List |
Viterbi.process(int N,
List<String> sentence,
Map<String,Map<String,Double>> suffix_tree,
Map<String,Map<String,Double>> suffix_tree_cap,
Map<NGram,Double> transition_probs,
Map<String,Map<String,Double>> word_probs,
double[] lambdas2,
double[] lambdas3,
double theta)
|
Uses of NGram in org.apache.uima.examples.tagger.trainAndTest |
---|
Fields in org.apache.uima.examples.tagger.trainAndTest with type parameters of type NGram | |
---|---|
Map<NGram,Double> |
ModelGeneration.transition_probs
Map containing N-gram probabilities |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |