kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger
Class PhraseTag

java.lang.Object
  extended by kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.PhraseTag

public class PhraseTag
extends java.lang.Object

This class is to generate the eojeol tag which represents the features of morphemes in an eojeol.

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

Constructor Summary
PhraseTag()
           
 
Method Summary
static java.lang.String getPhraseTag(java.lang.String[] tags)
          Generates the eojeol tag regarding the sequence of morpheme tags in an eojeol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhraseTag

public PhraseTag()
Method Detail

getPhraseTag

public static java.lang.String getPhraseTag(java.lang.String[] tags)
Generates the eojeol tag regarding the sequence of morpheme tags in an eojeol

Parameters:
tags - - the sequence of morpheme tags in an eojeol
Returns:
the eojeol tag