kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger
Class HMMTagger.MNode

java.lang.Object
  extended by kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.HMMTagger.MNode
Enclosing class:
HMMTagger

private class HMMTagger.MNode
extends java.lang.Object

Node for the markov model.

Author:
Sangwon Park (hudoni@world.kaist.ac.kr), CILab, SWRC, KAIST

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

eojeol

private Eojeol eojeol
eojeol


wp_tag

private java.lang.String wp_tag
eojeol tag


prob_wt

private double prob_wt
the probability of this node - P(T, W)


prob

private double prob
the accumulated probability from start to this node


backptr

private int backptr
back pointer for viterbi algorithm


sibling

private int sibling
the index for the next sibling

Constructor Detail

HMMTagger.MNode

private HMMTagger.MNode()