Package | Description |
---|---|
org.apache.uima.examples.tagger | |
org.apache.uima.examples.tagger.trainAndTest |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
Map<NGram,Double> |
ModelGeneration.transition_probs
Map containing N-gram probabilities
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.