Uses of Class
kr.ac.kaist.swrc.jhannanum.share.TagSet

Packages that use TagSet
kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer   
 

Uses of TagSet in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
 

Fields in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer declared as TagSet
private  TagSet MorphemeChart.tagSet
          the morpheme tag set
private  TagSet Exp.tagSet
          Morpheme tag set
private  TagSet ChartMorphAnalyzer.tagSet
          Morpheme tag set
 

Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer with parameters of type TagSet
 boolean Connection.checkConnection(TagSet tagSet, int tag1, int tag2, int len1, int len2, int typeOfTag2)
          Checks whether two morpheme tags can appear consecutively.
 void Connection.init(java.lang.String filePath, int tagCount, TagSet tagSet)
          Initialize the connection rules from the rule data file.
 void ConnectionNot.init(java.lang.String filePath, TagSet tagSet)
          Initializes the object with the specified file for impossible connection rules.
 void Trie.print_result(TagSet tagSet)
          It writes the data in trie structure to the specified file.
 void Trie.print_trie(java.io.PrintWriter pw, int idx, int depth, TagSet tagSet)
          It prints the trie structure by recursive call.
 void Trie.read_dic(java.lang.String dictionaryFileName, TagSet tagSet)
          It reads the morpheme dictionary file, and initializes the trie structure.
private  void Connection.readFile(java.lang.String filePath, int tagCount, TagSet tagSet)
          Reads the connection rule data file, and initialize the object.
private  void ConnectionNot.readFile(java.lang.String filePath, TagSet tagSet)
          Reads the impossible connection rules from the specified file.
 

Constructors in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer with parameters of type TagSet
Exp(MorphemeChart mc, TagSet tagSet)
          Constructor.
MorphemeChart(TagSet tagSet, Connection connection, Trie systemDic, Trie userDic, NumberDic numDic, Simti simti, java.util.LinkedList<Eojeol> resEojeolList)
          Constructor.