public class AlignmentPosteriorGrid extends Object
| Constructor and Description |
|---|
AlignmentPosteriorGrid(PhrasePair pp) |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
alignPosteriorThreshold(float t) |
float |
getAlignmentPointPosterior(int f,
int e) |
void |
readFiles(DataInput in) |
void |
setAlignmentPointPosterior(int f,
int e,
float p) |
String |
toString() |
void |
write(DataOutput out) |
public AlignmentPosteriorGrid(PhrasePair pp)
public void write(DataOutput out) throws IOException
IOExceptionpublic void readFiles(DataInput in) throws IOException
IOExceptionpublic float getAlignmentPointPosterior(int f,
int e)
public void setAlignmentPointPosterior(int f,
int e,
float p)
public Alignment alignPosteriorThreshold(float t)
Copyright © 2015. All rights reserved.