|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.hannanum |
---|
Fields in kr.ac.kaist.swrc.jhannanum.hannanum with type parameters of type SetOfSentences | |
---|---|
(package private) java.util.ArrayList<java.util.concurrent.LinkedBlockingQueue<SetOfSentences>> |
Workflow.queuePhase2
The communication queues for the second phase plug-ins. |
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer |
---|
Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer that return SetOfSentences | |
---|---|
SetOfSentences |
MorphAnalyzer.morphAnalyze(PlainSentence ps)
It performs morphological analysis on the specified plain sentence, and returns the all analysis result where each plain eojeol has more than one morphologically analyzed eojeol. |
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer |
---|
Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer that return SetOfSentences | |
---|---|
SetOfSentences |
PostProcessor.doPostProcessing(SetOfSentences sos)
It does post processing of morphological analysis to deal with some exceptions. |
SetOfSentences |
ChartMorphAnalyzer.morphAnalyze(PlainSentence ps)
Analyzes the specified plain sentence, and returns all the possible analysis results. |
Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer with parameters of type SetOfSentences | |
---|---|
SetOfSentences |
PostProcessor.doPostProcessing(SetOfSentences sos)
It does post processing of morphological analysis to deal with some exceptions. |
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger |
---|
Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger with parameters of type SetOfSentences | |
---|---|
Sentence |
PosTagger.tagPOS(SetOfSentences sos)
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. |
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger |
---|
Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger with parameters of type SetOfSentences | |
---|---|
private Sentence |
HMMTagger.end_sentence(SetOfSentences sos)
Runs viterbi to get the final morphological analysis result which has the highest probability. |
Sentence |
HMMTagger.tagPOS(SetOfSentences sos)
|
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor |
---|
Methods in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor that return SetOfSentences | |
---|---|
SetOfSentences |
MorphemeProcessor.doProcess(SetOfSentences sos)
It performs post processing of morphological analysis. |
Methods in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor with parameters of type SetOfSentences | |
---|---|
SetOfSentences |
MorphemeProcessor.doProcess(SetOfSentences sos)
It performs post processing of morphological analysis. |
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09 |
---|
Methods in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09 that return SetOfSentences | |
---|---|
SetOfSentences |
SimpleMAResult09.doProcess(SetOfSentences sos)
It changes the morphological analysis result with 69 KAIST tags to the simplified result with 9 tags. |
Methods in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09 with parameters of type SetOfSentences | |
---|---|
SetOfSentences |
SimpleMAResult09.doProcess(SetOfSentences sos)
It changes the morphological analysis result with 69 KAIST tags to the simplified result with 9 tags. |
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22 |
---|
Methods in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22 that return SetOfSentences | |
---|---|
SetOfSentences |
SimpleMAResult22.doProcess(SetOfSentences sos)
It changes the morphological analysis result with 69 KAIST tags to the simplified result with 22 tags. |
Methods in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22 with parameters of type SetOfSentences | |
---|---|
SetOfSentences |
SimpleMAResult22.doProcess(SetOfSentences sos)
It changes the morphological analysis result with 69 KAIST tags to the simplified result with 22 tags. |
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.UnknownMorphProcessor |
---|
Methods in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.UnknownMorphProcessor that return SetOfSentences | |
---|---|
SetOfSentences |
UnknownProcessor.doProcess(SetOfSentences sos)
|
Methods in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.UnknownMorphProcessor with parameters of type SetOfSentences | |
---|---|
SetOfSentences |
UnknownProcessor.doProcess(SetOfSentences sos)
|
Uses of SetOfSentences in kr.ac.kaist.swrc.jhannanum.thread |
---|
Fields in kr.ac.kaist.swrc.jhannanum.thread with type parameters of type SetOfSentences | |
---|---|
private java.util.concurrent.LinkedBlockingQueue<SetOfSentences> |
PosTaggerThread.in
input queue |
private java.util.concurrent.LinkedBlockingQueue<SetOfSentences> |
MorphemeProcThread.in
input queue |
private java.util.concurrent.LinkedBlockingQueue<SetOfSentences> |
MorphemeProcThread.out
output queue |
private java.util.concurrent.LinkedBlockingQueue<SetOfSentences> |
MorphAnalyzerThread.out
output queue |
Constructor parameters in kr.ac.kaist.swrc.jhannanum.thread with type arguments of type SetOfSentences | |
---|---|
MorphAnalyzerThread(MorphAnalyzer ma,
java.util.concurrent.LinkedBlockingQueue<PlainSentence> in,
java.util.concurrent.LinkedBlockingQueue<SetOfSentences> out)
Constructor. |
|
MorphemeProcThread(MorphemeProcessor morphProcessor,
java.util.concurrent.LinkedBlockingQueue<SetOfSentences> in,
java.util.concurrent.LinkedBlockingQueue<SetOfSentences> out)
Constructor. |
|
MorphemeProcThread(MorphemeProcessor morphProcessor,
java.util.concurrent.LinkedBlockingQueue<SetOfSentences> in,
java.util.concurrent.LinkedBlockingQueue<SetOfSentences> out)
Constructor. |
|
PosTaggerThread(PosTagger tagger,
java.util.concurrent.LinkedBlockingQueue<SetOfSentences> in,
java.util.concurrent.LinkedBlockingQueue<Sentence> out)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |