|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.HMMTagger.MNode
private class HMMTagger.MNode
Node for the markov model.
Field Summary | |
---|---|
private int |
backptr
back pointer for viterbi algorithm |
private Eojeol |
eojeol
eojeol |
private double |
prob
the accumulated probability from start to this node |
private double |
prob_wt
the probability of this node - P(T, W) |
private int |
sibling
the index for the next sibling |
private java.lang.String |
wp_tag
eojeol tag |
Constructor Summary | |
---|---|
private |
HMMTagger.MNode()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Eojeol eojeol
private java.lang.String wp_tag
private double prob_wt
private double prob
private int backptr
private int sibling
Constructor Detail |
---|
private HMMTagger.MNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |