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

G

get(String) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.AnalyzedDic
Returns the contents according to the specified item.
get(String) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.ProbabilityDBM
Gets the probability data to which specified key mapped.
get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
get_node(int) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie
Gets the trie node on the specified index
getAuthor() - Method in class kr.ac.kaist.swrc.jhannanum.share.JSONReader
Returns the author of the plug-in
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getCause() - Method in exception org.json.JSONException
 
getDescription() - Method in class kr.ac.kaist.swrc.jhannanum.share.JSONReader
Returns the description of the plug-in
getDocumentID() - Method in class kr.ac.kaist.swrc.jhannanum.comm.CommObject
It returns the ID of the document which this object is belong to.
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getEojeol(int) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Sentence
Returns the eojeol object at the specified index.
getEojeols() - Method in class kr.ac.kaist.swrc.jhannanum.comm.Sentence
Getter of the array of the eojeols that consist of morphemes and their tags.
getEojeolSetArray() - Method in class kr.ac.kaist.swrc.jhannanum.comm.SetOfSentences
Returns the array of the morphologically analyzed eojeol list.
getFilePath() - Method in class kr.ac.kaist.swrc.jhannanum.share.JSONReader
Returns the file path of the configuration file.
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getIrregularID(String) - Method in class kr.ac.kaist.swrc.jhannanum.share.TagSet
Returns the ID of the specified irregular rule.
getIrregularName(int) - Method in class kr.ac.kaist.swrc.jhannanum.share.TagSet
Returns the name of the irregular rule for the specified ID.
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getKaistTagOnLevel(String, int) - Static method in class kr.ac.kaist.swrc.jhannanum.share.TagMapper
Changes the analysis level of the KAIST morpheme tag.
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getMessage() - Method in exception kr.ac.kaist.swrc.jhannanum.exception.ResultTypeException
Returns the exception message.
getMessage() - Method in exception kr.ac.kaist.swrc.jhannanum.exception.TagMappingException
Returns the exception message.
getMorpheme(int) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
It returns the morpheme on the specific index.
getMorphemes() - Method in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
It returns the morpheme list in the eojeol.
getName() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.ChartMorphAnalyzer
Returns the name of the morphological analysis plug-in.
getName() - Method in class kr.ac.kaist.swrc.jhannanum.share.JSONReader
Returns the name of the plug-in.
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getPhraseTag(String[]) - Static method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.PhraseTag
Generates the eojeol tag regarding the sequence of morpheme tags in an eojeol
getPlainEojeolArray() - Method in class kr.ac.kaist.swrc.jhannanum.comm.SetOfSentences
Returns the array of the plain eojeol.
getPlainEojeols() - Method in class kr.ac.kaist.swrc.jhannanum.comm.Sentence
Returns the array of the plain eojeols.
getPluginAbstarct(String) - Method in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo
Returns the abstract text for a plug-in from the specified configuration file.
getPosition(int) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition
Gets the segment position on the specified index.
getPredefinedWorkflow(int) - Static method in class kr.ac.kaist.swrc.jhannanum.hannanum.WorkflowFactory
Returns the predefined work flow according to the specified flag.
getResult() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart
Generates the morphological analysis result based on the morpheme chart where the analysis is performed.
getResultOfDocument(T) - Method in class kr.ac.kaist.swrc.jhannanum.hannanum.Workflow
Returns the analysis result list for all sentence in the result.
getResultOfDocument() - Method in class kr.ac.kaist.swrc.jhannanum.hannanum.Workflow
Returns the analysis result list for all sentence in the result.
getResultOfSentence(T) - Method in class kr.ac.kaist.swrc.jhannanum.hannanum.Workflow
Returns the analysis result for one sentence at the top of the result queue.
getResultOfSentence() - Method in class kr.ac.kaist.swrc.jhannanum.hannanum.Workflow
Returns the analysis result for one sentence at the top of the result queue.
getSentence() - Method in class kr.ac.kaist.swrc.jhannanum.comm.PlainSentence
Getter of the plain sentence.
getSentenceID() - Method in class kr.ac.kaist.swrc.jhannanum.comm.CommObject
Get the sentence ID for this object.
getSourceActions(JComponent) - Method in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginTransferHandler
Returns the type of action at the source component.
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getTag(int) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
It returns the tag of the morpheme on the given position.
getTagCount() - Method in class kr.ac.kaist.swrc.jhannanum.share.TagSet
Returns the number of morpheme tags loaded.
getTagID(String) - Method in class kr.ac.kaist.swrc.jhannanum.share.TagSet
Returns the ID of the morpheme tag.
getTagName(int) - Method in class kr.ac.kaist.swrc.jhannanum.share.TagSet
Returns the tag name for the specified ID.
getTags() - Method in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
It returns the tag list for the morphemes in the eojeol.
getTags(String) - Method in class kr.ac.kaist.swrc.jhannanum.share.TagSet
Returns the morpheme tags in the specified tag group.
getType() - Method in class kr.ac.kaist.swrc.jhannanum.share.JSONReader
Returns the type of the plug-in
getValue(String) - Method in class kr.ac.kaist.swrc.jhannanum.share.JSONReader
Returns the value mapped with the specified key.
getVersion() - Method in class kr.ac.kaist.swrc.jhannanum.share.JSONReader
Returns the version of the plug-in.
GOB - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.PostProcessor
the triple character representation of 'ęłą'
GUIDemo - Class in kr.ac.kaist.swrc.jhannanum.demo
This is a GUI-based demo program of the HanNanum that helps users to understand the concept of work flow and use the HanNanum library easily.
GUIDemo() - Constructor for class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo
 
GUIDemo.PluginInfo - Class in kr.ac.kaist.swrc.jhannanum.demo
This class has the properties of a HanNanum plug-in.
GUIDemo.PluginInfo(String, int, int) - Constructor for class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginInfo
Constructor.
GUIDemo.PluginListMouseListener - Class in kr.ac.kaist.swrc.jhannanum.demo
Event listener for the plug-in selection on the list for the work flow.
GUIDemo.PluginListMouseListener(JList, DefaultListModel) - Constructor for class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginListMouseListener
Constructor.
GUIDemo.PluginTransferHandler - Class in kr.ac.kaist.swrc.jhannanum.demo
Handler for the drag-and-drop functionality of plug-in from the plug-in pool to the work flow.
GUIDemo.PluginTransferHandler(int, int) - Constructor for class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginTransferHandler
Constructor.
GUIDemo.PluginTreeSelectionListener - Class in kr.ac.kaist.swrc.jhannanum.demo
Event listener for the plug-in selection on the tree view.
GUIDemo.PluginTreeSelectionListener() - Constructor for class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginTreeSelectionListener
 
GUIDemo.SharedActionHandler - Class in kr.ac.kaist.swrc.jhannanum.demo
The event handler that is used in various purpose.
GUIDemo.SharedActionHandler() - Constructor for class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.SharedActionHandler
 

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