| Package | Description |
|---|---|
| edu.umd.hooka | |
| edu.umd.hooka.alignment | |
| edu.umd.hooka.alignment.hmm | |
| edu.umd.hooka.alignment.model1 | |
| edu.umd.hooka.ttables |
| Modifier and Type | Class and Description |
|---|---|
class |
PServerClient |
| Modifier and Type | Method and Description |
|---|---|
protected static TTable |
M1ViterbiExtract.loadTTable(org.apache.hadoop.fs.Path path) |
| Constructor and Description |
|---|
HMM_NullWord(TTable ttable,
ATable atable,
double p0) |
HMM(TTable ttable,
ATable atable) |
HMM(TTable ttable,
ATable atable,
boolean useNull) |
| Modifier and Type | Field and Description |
|---|---|
protected TTable |
Model1.tmodel |
| Modifier and Type | Method and Description |
|---|---|
void |
Model1Base.addPartialTranslationCountsToTTable(TTable tcounts) |
| Constructor and Description |
|---|
Model1(TTable ttable,
boolean useNullWord) |
| Modifier and Type | Class and Description |
|---|---|
class |
TTable_monolithic
Data structure that stores translation probabilities p(f|e) or
counts c(f,e).
|
class |
TTable_monolithic_IFAs
Data structure that stores translation probabilities p(f|e) or
counts c(f,e).
|
class |
TTable_sliced
Data structure that stores translation probabilities p(f|e) or
counts c(f,e).
|
Copyright © 2015. All rights reserved.