|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Eojeol in kr.ac.kaist.swrc.jhannanum.comm |
---|
Fields in kr.ac.kaist.swrc.jhannanum.comm declared as Eojeol | |
---|---|
private Eojeol[] |
Sentence.eojeols
The array of the eojeols that are morphologically analyzed. |
Methods in kr.ac.kaist.swrc.jhannanum.comm that return Eojeol | |
---|---|
Eojeol |
Sentence.getEojeol(int index)
Returns the eojeol object at the specified index. |
Eojeol[] |
Sentence.getEojeols()
Getter of the array of the eojeols that consist of morphemes and their tags. |
Methods in kr.ac.kaist.swrc.jhannanum.comm with parameters of type Eojeol | |
---|---|
boolean |
SetOfSentences.addEojeolSet(Eojeol[] eojeols)
Adds eojeols that are morphologically analyzed about one eojeol to the end of the sentence. |
void |
Sentence.setEojeol(int index,
Eojeol eojeol)
Set an eojeol at the specified index. |
void |
Sentence.setEojeols(Eojeol[] eojeols)
Set the eojeols list with the specified array. |
Constructors in kr.ac.kaist.swrc.jhannanum.comm with parameters of type Eojeol | |
---|---|
Sentence(int documentID,
int sentenceID,
boolean endOfDocument,
java.lang.String[] plainEojeols,
Eojeol[] eojeols)
Constructor. |
Uses of Eojeol in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer |
---|
Fields in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer with type parameters of type Eojeol | |
---|---|
private java.util.LinkedList<Eojeol> |
ChartMorphAnalyzer.eojeolList
Eojeol list |
private java.util.LinkedList<Eojeol> |
MorphemeChart.resEojeols
the list of eojeols analyzed |
Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer that return Eojeol | |
---|---|
private Eojeol[] |
ChartMorphAnalyzer.processEojeol(java.lang.String plainEojeol)
It processes the input plain eojeol by analyzing it or searching the pre-analyzed dictionary. |
Constructor parameters in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer with type arguments of type Eojeol | |
---|---|
MorphemeChart(TagSet tagSet,
Connection connection,
Trie systemDic,
Trie userDic,
NumberDic numDic,
Simti simti,
java.util.LinkedList<Eojeol> resEojeolList)
Constructor. |
Uses of Eojeol in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger |
---|
Fields in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger declared as Eojeol | |
---|---|
private Eojeol |
HMMTagger.MNode.eojeol
eojeol |
Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTagger with parameters of type Eojeol | |
---|---|
private double |
HMMTagger.compute_wt(Eojeol eojeol)
Computes P(T_i, W_i) of the specified eojeol. |
private int |
HMMTagger.new_mnode(Eojeol eojeol,
java.lang.String wp_tag,
double prob)
Adds a new node for the markov model. |
Uses of Eojeol in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09 |
---|
Fields in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09 with type parameters of type Eojeol | |
---|---|
private java.util.HashMap<java.lang.String,Eojeol> |
SimpleMAResult09.dupFilterMap
hash map to remove duplicates |
Uses of Eojeol in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22 |
---|
Fields in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult22 with type parameters of type Eojeol | |
---|---|
private java.util.HashMap<java.lang.String,Eojeol> |
SimpleMAResult22.dupFilterMap
hash map to remove duplicates |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |