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

S

s_free - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti.HEADI
The head of the free nodes.
s_node - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti.HEADI
The head of the data nodes.
search(char[]) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti
Searches the specified word in the SIMTI structure.
search(char[]) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie
It searches the specified word on the trie structure.
search_end - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti
The end index for search_idx[].
search_end - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie
the length of search result
search_idx - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti
The list of indices that have been found.
search_idx - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie
the list for storing the path searched
search_key - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie
the list of keys of the path searched
search_word - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti
The word to search in the SIMTI structure.
segmentPath - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart
path of segmentation
SegmentPosition - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
This class is for segmentation of morphemes in a given eojeol.
SegmentPosition() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition
Constructor.
SegmentPosition.Position - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
This class marks the position of segmentation.
SegmentPosition.Position() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition.Position
 
selectedPlugin - Variable in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo
 
sentence - Variable in class kr.ac.kaist.swrc.jhannanum.comm.PlainSentence
The plain sentence.
Sentence - Class in kr.ac.kaist.swrc.jhannanum.comm
This class represents a sentence which is the sequence of eojeols that are morphologically analyzed.
Sentence(int, int, boolean) - Constructor for class kr.ac.kaist.swrc.jhannanum.comm.Sentence
Constructor.
Sentence(int, int, boolean, String[], Eojeol[]) - Constructor for class kr.ac.kaist.swrc.jhannanum.comm.Sentence
Constructor.
sentenceID - Variable in class kr.ac.kaist.swrc.jhannanum.comm.CommObject
ID of the sentence which this object belong to.
sentenceID - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.SentenceSegmentor.SentenceSegmentor
the ID of the sentence
SentenceSegmentor - Class in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.SentenceSegmentor
This plug-in reads a document which consists of more than one sentence, and recognize the end of each sentence based on punctuation marks.
SentenceSegmentor() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.SentenceSegmentor.SentenceSegmentor
 
serialVersionUID - Static variable in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginTransferHandler
serialVersionUID
serialVersionUID - Static variable in exception kr.ac.kaist.swrc.jhannanum.exception.ResultTypeException
serialVersionUID
serialVersionUID - Static variable in exception kr.ac.kaist.swrc.jhannanum.exception.TagMappingException
serialVersionUID
serialVersionUID - Static variable in exception org.json.JSONException
 
setDocumentID(int) - Method in class kr.ac.kaist.swrc.jhannanum.comm.CommObject
Set the document ID for this object.
setEndOfDocument(boolean) - Method in class kr.ac.kaist.swrc.jhannanum.comm.CommObject
Set the end of document flag of this object.
setEojeol(int, Eojeol) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Sentence
Set an eojeol at the specified index.
setEojeol(int, String[], String[]) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Sentence
Set an eojeol at the specified index with morphemes and their tags.
setEojeols(Eojeol[]) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Sentence
Set the eojeols list with the specified array.
setEojeolSetArray(ArrayList<Eojeol[]>) - Method in class kr.ac.kaist.swrc.jhannanum.comm.SetOfSentences
Sets the array of the morphologically analyzed eojeol list.
setFilePath(String) - Method in class kr.ac.kaist.swrc.jhannanum.share.JSONReader
Sets the configuration file for a plug-in.
setMorphAnalyzer(MorphAnalyzer, String) - Method in class kr.ac.kaist.swrc.jhannanum.hannanum.Workflow
Sets the morphological analyzer plug-in, which is the major plug-in on second phase, on the work flow.
setMorpheme(int, String) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
Set a morpheme on the specific position
setMorphemes(String[]) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
Set the morpheme list with a morpheme array.
SetOfSentences - Class in kr.ac.kaist.swrc.jhannanum.comm
This class represents the set of sentences that were results of the morphological analysis about a input sentence.
SetOfSentences(int, int, boolean) - Constructor for class kr.ac.kaist.swrc.jhannanum.comm.SetOfSentences
Constructor.
SetOfSentences(int, int, boolean, ArrayList<String>, ArrayList<Eojeol[]>) - Constructor for class kr.ac.kaist.swrc.jhannanum.comm.SetOfSentences
Constructor.
setPlainEojeolArray(ArrayList<String>) - Method in class kr.ac.kaist.swrc.jhannanum.comm.SetOfSentences
Sets the array of the plain eojeols.
setPlainEojeols(String[]) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Sentence
It sets the plain eojeol list with the specified array.
setPositionLink(int, int) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition
It connects two segment positions.
setPosTagger(PosTagger, String) - Method in class kr.ac.kaist.swrc.jhannanum.hannanum.Workflow
Sets the POS tagger plug-in, which is the major plug-in on the third phase, on the work flow.
setSentence(String) - Method in class kr.ac.kaist.swrc.jhannanum.comm.PlainSentence
Setter of the plain sentence.
setSentenceID(int) - Method in class kr.ac.kaist.swrc.jhannanum.comm.CommObject
Set the sentence ID for this object.
setTag(int, String) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
It changes the tag of the morpheme on the index
setTags(String[]) - Method in class kr.ac.kaist.swrc.jhannanum.comm.Eojeol
It sets the tag list for the morphemes of the eojeol.
setTagTypes(int) - Method in class kr.ac.kaist.swrc.jhannanum.share.TagSet
Sets the tag types.
SF - Static variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.HMMTagger
log 0.01 - smoothing factor
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.ChartMorphAnalyzer
It is called right before the work flow ends.
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.HMMTagger
 
shutdown() - Method in interface kr.ac.kaist.swrc.jhannanum.plugin.Plugin
This method is called before the work flow is closed.
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09.SimpleMAResult09
 
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22.SimpleMAResult22
 
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.UnknownMorphProcessor.UnknownProcessor
 
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.InformalSentenceFilter.InformalSentenceFilter
 
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PlainTextProcessor.SentenceSegmentor.SentenceSegmentor
 
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.NounExtractor.NounExtractor
 
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09.SimplePOSResult09
 
shutdown() - Method in class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult22.SimplePOSResult22
 
sibling - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger.HMMTagger.MNode
the index for the next sibling
SimpleMAResult09 - Class in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09
This plug-in changes the detailed morphological analysis results to be simple.
SimpleMAResult09() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09.SimpleMAResult09
Constructor.
SimpleMAResult22 - Class in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22
This plug-in changes the detailed morphological analysis results to be simple.
SimpleMAResult22() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22.SimpleMAResult22
Constructor.
SimplePOSResult09 - Class in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09
This plug-in changes the detailed POS tagging results to be simple.
SimplePOSResult09() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09.SimplePOSResult09
Constructor.
SimplePOSResult22 - Class in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult22
This plug-in changes the detailed POS tagging analysis results to be simple.
SimplePOSResult22() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult22.SimplePOSResult22
Constructor.
simti - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.ChartMorphAnalyzer
SIMTI structure for reverse segment position.
simti - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart
SIMple Trie Index
Simti - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
SIMTI(SIMple Trie Index) library.
Simti() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti
Constructor.
Simti.HEADI - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
The header for SIMTI structure.
Simti.HEADI() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti.HEADI
 
Simti.ST_FREE - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
The structure for the free node list.
Simti.ST_FREE() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti.ST_FREE
 
Simti.ST_NF - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
The node for SIMTI structure.
Simti.ST_NF() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti.ST_NF
 
Simti.ST_NODE - Class in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
Data node for SIMTI structure.
Simti.ST_NODE() - Constructor for class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti.ST_NODE
 
sIndex - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition.Position
the temporary index for system dictionary
size - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti.ST_FREE
The number of consecutive free nodes.
size - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie.FREE
the size of consecutive free nodes
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
sortedKeys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
sp - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart
segment position
SP_STATE_D - Static variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition
the processing state - expansion regarding phoneme change phenomenon
SP_STATE_F - Static variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition
the processing state - failure
SP_STATE_M - Static variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition
the processing state - connection rule
SP_STATE_N - Static variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition
the processing state - dictionary search
SP_STATE_R - Static variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition
the processing state - recursive processing
splitPaneBottom - Variable in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo
 
splitPaneTop - Variable in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo
 
ST_MAX_WORD - Static variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti
The maximum length of a word.
ST_NF_DEFAULT - Static variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Simti
The maximum number of the ST_NF nodes.
stack - Variable in class org.json.JSONWriter
The object/array stack.
START_NODE - Static variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie
the index of the start node
startTag - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Connection
Start tag.
startTag - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.ConnectionNot
Start tag.
state - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart.Morpheme
the state of current processing
state - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.SegmentPosition.Position
the processing state
store(char[], Trie.INFO) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie
It stores the specified word in the trie structure.
str - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart.Morpheme
plain string
strcmp(String, int, String, int) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Exp
C style string compare method.
stringToValue(String) - Static method in class org.json.JSONObject
Try to convert a string into a number, boolean, or null.
strncmp(String, int, String, int, int) - Method in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Exp
C style string compare method for the specified length.
SU - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.PostProcessor
the triple character representation of '습니'
SUPPLEMENT - Static variable in class kr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginInfo
A plug-in that is a supplement.
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.
systemDic - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.ChartMorphAnalyzer
Default morpheme dictionary.
systemDic - Variable in class kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.MorphemeChart
system morpheme dictionary

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