Uses of Package
sg.edu.nus.comp.nlp.ims.util

Packages that use sg.edu.nus.comp.nlp.ims.util
sg.edu.nus.comp.nlp.ims.classifiers Package related to classifier. 
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. 
sg.edu.nus.comp.nlp.ims.util Package related to utility data structures, algorithms and some external API used by multiple other packages. 
 

Classes in sg.edu.nus.comp.nlp.ims.util used by sg.edu.nus.comp.nlp.ims.classifiers
ISenseIndex
          sense index interface.
 

Classes in sg.edu.nus.comp.nlp.ims.util used by sg.edu.nus.comp.nlp.ims.corpus
ILemmatizer
          lemmatizer interface.
IPOSTagger
          POS tagger interface.
ISentenceSplitter
          sentence splitter interface.
ITokenizer
          sentence tokenizer interface.
 

Classes in sg.edu.nus.comp.nlp.ims.util used by sg.edu.nus.comp.nlp.ims.feature
CSurroundingWordFilter
          filter stop words and words that contains no alphabet.
 

Classes in sg.edu.nus.comp.nlp.ims.util used by sg.edu.nus.comp.nlp.ims.util
APTBPOSTagger
          POS tagger with Penn TreeBank POS tag set.
CScorer.Instance
          one instance
CSurroundingWordFilter
          filter stop words and words that contains no alphabet.
CWordNetLemmatizer
          wordnet lemmatizer
CWordNetSenseIndex.SenseType
          sense type
ILemmatizer
          lemmatizer interface.
IPOSTagger
          POS tagger interface.
ISenseIndex
          sense index interface.
ISentenceSplitter
          sentence splitter interface.
ITokenizer
          sentence tokenizer interface.