|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISentence | |
---|---|
sg.edu.nus.comp.nlp.ims.corpus | Package related to the training or test corpus. |
sg.edu.nus.comp.nlp.ims.feature | Package related to features used in WSD. |
Uses of ISentence in sg.edu.nus.comp.nlp.ims.corpus |
---|
Classes in sg.edu.nus.comp.nlp.ims.corpus that implement ISentence | |
---|---|
class |
ASentence
superclass of sentence. |
class |
CSentence
common sentence conducted with CItems. |
Fields in sg.edu.nus.comp.nlp.ims.corpus with type parameters of type ISentence | |
---|---|
protected java.util.ArrayList<ISentence> |
ACorpus.m_Sentences
|
Methods in sg.edu.nus.comp.nlp.ims.corpus that return ISentence | |
---|---|
ISentence |
ICorpus.getSentence(int p_SentenceID)
get the sentence |
ISentence |
ACorpus.getSentence(int p_SentenceID)
|
Uses of ISentence in sg.edu.nus.comp.nlp.ims.feature |
---|
Fields in sg.edu.nus.comp.nlp.ims.feature declared as ISentence | |
---|---|
protected ISentence |
CSurroundingWordExtractor.m_Sentence
|
protected ISentence |
CPOSFeatureExtractor.m_Sentence
|
protected ISentence |
CCollocationExtractor.m_Sentence
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |