| Constructor and Description |
|---|
MorphEvaluator(java.util.Collection<Sequence> sentences) |
| Modifier and Type | Method and Description |
|---|---|
static MorphResult |
eval(MorphOptions opts,
int num_trials,
int seed) |
MorphResult |
eval(Tagger tagger) |
static MorphResult |
eval(Tagger tagger,
Sentence sentence) |
protected static int |
getRankOfSequence(Tagger tagger,
Sentence sentence,
ViterbiLattice lattice,
java.util.List<java.util.List<State>> candidates) |
public MorphEvaluator(java.util.Collection<Sequence> sentences)
public static MorphResult eval(Tagger tagger, Sentence sentence)
public MorphResult eval(Tagger tagger)
protected static int getRankOfSequence(Tagger tagger, Sentence sentence, ViterbiLattice lattice, java.util.List<java.util.List<State>> candidates)
public static MorphResult eval(MorphOptions opts, int num_trials, int seed)