A B C D E F G H I J K L M N O P Q R S T U V W X

T

table - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.ProbabilityDBM
hash table
tag - Variable in exception kr.ac.kaist.swrc.jhannanum.exception.TagMappingException
The name of the morpheme tag which the exception occurs with.
tag - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart.Morpheme
morpheme tag
tag - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie.INFO
morpheme tag ID
TAG_LEVEL - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09.SimpleMAResult09
the level of analysis
TAG_LEVEL - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22.SimpleMAResult22
the level of analysis
TAG_LEVEL - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09.SimplePOSResult09
the level of analysis
TAG_LEVEL - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult22.SimplePOSResult22
the level of analysis
TAG_SET_KAIST - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
KAIST tag set
TAG_TYPE_ADJS - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - adjective
TAG_TYPE_ALL - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - all
TAG_TYPE_COUNT - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
the number of tag types
TAG_TYPE_EOMIES - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - eomi(ending)
TAG_TYPE_JOSA - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - josa(particle)
TAG_TYPE_JP - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - predicative particle
TAG_TYPE_NBNP - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - bound noun
TAG_TYPE_NOUNS - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - noun
TAG_TYPE_NPS - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - pronoun
TAG_TYPE_VERBS - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - verb
TAG_TYPE_YONGS - Static variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
tag type - yongeon(verb, adjective)
tagger - Variable in class kr.ac.kaist.swrc.jhannanum.thread.PosTaggerThread
the POS tagger plug-in
tagList - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09.SimpleMAResult09
temporary list for new tags
tagList - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22.SimpleMAResult22
temporary list for new tags
tagList - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09.SimplePOSResult09
temporary list for new tags
tagList - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult22.SimplePOSResult22
temporary list for new tags
tagList - Variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
the morpheme tag list
TagMapper - Class in kr.ac.kaist.swrc.jhannanum.share
It changes the analysis level of the KAIST morpheme tag.
TagMapper() - Constructor for class kr.ac.kaist.swrc.jhannanum.share.TagMapper
 
TagMappingException - Exception in kr.ac.kaist.swrc.jhannanum.exception
This exception occurs when it is failed to map a morpheme tag with another one.
TagMappingException(String) - Constructor for exception kr.ac.kaist.swrc.jhannanum.exception.TagMappingException
Constructor.
tagPOS(SetOfSentences) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.HMMTagger
 
tagPOS(SetOfSentences) - Method in interface kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.PosTagger
It performs POS tagging, which selects the most promising morphological analysis result of each eojeol, so that the final result is the morphologically analyzed sentence with the highest probability.
tags - Variable in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
Morpheme tags of each morpheme.
tagSet - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.ChartMorphAnalyzer
Morpheme tag set
tagSet - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Exp
Morpheme tag set
tagSet - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart
the morpheme tag set
TagSet - Class in kr.ac.kaist.swrc.jhannanum.share
Morpheme tag set.
TagSet() - Constructor for class kr.ac.kaist.swrc.jhannanum.share.TagSet
Constructor.
tagSetMap - Variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
the hash map for the group of tags
tagTypeTable - Variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
the table for tag types
tempPlugin - Variable in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo
 
testValidity(Object) - Static method in class org.json.JSONObject
Throw an exception if the object is an NaN or infinite number.
threadList - Variable in class kr.ac.kaist.swrc.jhannanum.hannanum.Workflow
Plug-in thread list.
title - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Connection
The name of the connection rules.
title - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.ConnectionNot
The name of the connection rules.
title - Variable in class kr.ac.kaist.swrc.jhannanum.share.TagSet
the name of tag set
toChoseong(char) - Static method in class kr.ac.kaist.swrc.jhannanum.share.Code
It changes the specified jongseong to choseong.
toCompatibilityJamo(char) - Static method in class kr.ac.kaist.swrc.jhannanum.share.Code
Changes the unicode Hangul jamo to unicode compatibility Hangul jamo.
toJamo(char, int) - Static method in class kr.ac.kaist.swrc.jhannanum.share.Code
It changes the unicode Hangul compatibility jamo to Hangul jamo - choseong, jungseong, or jongseong.
toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
top - Variable in class org.json.JSONWriter
The stack top index.
toString() - Method in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
It returns a string that represents the eojeol with morphemes and tags.
toString() - Method in class kr.ac.kaist.swrc.jhannanum.comm.PlainSentence
It returns the plain string.
toString() - Method in class kr.ac.kaist.swrc.jhannanum.comm.Sentence
Returns the string representation of this sentence.
toString() - Method in class kr.ac.kaist.swrc.jhannanum.comm.SetOfSentences
Returns the string representation of the morphologically analyzed sentences.
toString() - Method in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginInfo
Returns the name of the plug-in.
toString(char[]) - Static method in class kr.ac.kaist.swrc.jhannanum.share.Code
Converts the encoding of the text from Hangul triple encoding to unicode.
toString(char[], int) - Static method in class kr.ac.kaist.swrc.jhannanum.share.Code
Converts the encoding of the text from Hangul triple encoding to unicode.
toString() - Method in class org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(int, int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.json.JSONObject.Null
Get the "null" string value.
toString() - Method in class org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString(int, int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONStringer
Return the JSON text.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
toSyllable(char, char, char) - Static method in class kr.ac.kaist.swrc.jhannanum.share.Code
It combines the specified choseong, jungseong, and jongseong to one unicode Hangul syllable.
toTripleArray(String) - Static method in class kr.ac.kaist.swrc.jhannanum.share.Code
It converts the encoding of the specified text from unicode to triple encoding.
toTripleString(String) - Static method in class kr.ac.kaist.swrc.jhannanum.share.Code
It returns the unicode representation of triple encoding text.
tree - Variable in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo
 
Trie - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
TRIE data structure for morpheme dictionaries.
Trie(int) - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie
Constructor.
Trie.FREE - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
This class is for managing free nodes in the trie structure.
Trie.FREE() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie.FREE
 
Trie.INFO - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
This class is for the information of morpheme
Trie.INFO() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie.INFO
 
Trie.TNODE - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
This class is for nodes of trie structure.
Trie.TNODE() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie.TNODE
 
trie_buf - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie
the array for trie nodes
type - Variable in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginInfo
The type of the plug-in.
type - Variable in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginTransferHandler
The type of the plug-in.

A B C D E F G H I J K L M N O P Q R S T U V W X