| Package | Description |
|---|---|
| edu.umd.hooka | |
| edu.umd.hooka.alignment | |
| edu.umd.hooka.alignment.aer | |
| edu.umd.hooka.alignment.hmm | |
| edu.umd.hooka.alignment.model1 |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
AlignmentPosteriorGrid.alignPosteriorThreshold(float t) |
static Alignment |
Alignment.fromGiza(String eline,
String fline,
boolean transpose) |
Alignment |
PhrasePair.getAlignment() |
Alignment |
Alignment.getTranspose() |
static Alignment |
Alignment.intersect(Alignment a1,
Alignment a2) |
Alignment |
Alignment.mergeEnglishWords(int i,
int j) |
Alignment |
Alignment.splitEnglishWords(int i) |
Alignment |
Alignment.splitForeignWords(int j) |
static Alignment |
Alignment.union(Alignment a1,
Alignment a2) |
| Modifier and Type | Method and Description |
|---|---|
static Alignment |
Alignment.intersect(Alignment a1,
Alignment a2) |
void |
PhrasePair.setAlignment(Alignment a) |
static Alignment |
Alignment.union(Alignment a1,
Alignment a2) |
| Constructor and Description |
|---|
Alignment.AIterator(Alignment a) |
PhrasePair(Phrase f,
Phrase e,
Alignment a) |
| Modifier and Type | Method and Description |
|---|---|
abstract Alignment |
Refiner.refine(Alignment a1,
Alignment a2) |
abstract Alignment |
AlignmentModel.viterbiAlign(PhrasePair pp,
PerplexityReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
abstract Alignment |
Refiner.refine(Alignment a1,
Alignment a2) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceAlignment |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
ReferenceAlignment.getTranspose() |
| Modifier and Type | Method and Description |
|---|---|
int |
ReferenceAlignment.countProbableHits(Alignment test) |
int |
ReferenceAlignment.countSureHits(Alignment test) |
| Modifier and Type | Method and Description |
|---|---|
static float |
AER.computeAER(Iterator<ReferenceAlignment> refi,
Iterator<Alignment> testi) |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
HMM.viterbiAlign(PhrasePair sentence,
PerplexityReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
Model1.realViterbiAlign(PhrasePair sentence,
PerplexityReporter viterbiPerp) |
Alignment |
Model1_InitUniform.viterbiAlign(PhrasePair pp,
PerplexityReporter r) |
Alignment |
Model1.viterbiAlign(PhrasePair sentence,
PerplexityReporter viterbiPerp) |
Copyright © 2015. All rights reserved.