GATE
Version 3.1-2270

Uses of Interface
gate.lexicon.MutableWord

Packages that use MutableWord
gate.lexicon   
 

Uses of MutableWord in gate.lexicon
 

Classes in gate.lexicon that implement MutableWord
 class MutableWordImpl
           
 class NLGLexWordImpl
           
 

Methods in gate.lexicon that return MutableWord
 MutableWord MutableLexicalKnowledgeBase.addWord(String lemma)
          add a new word
 MutableWord MutableLexicalKnowledgeBaseImpl.addWord(String lemma)
          add a new word
 MutableWord NLGLexiconImpl.addWord(String lemma)
           
 

Methods in gate.lexicon with parameters of type MutableWord
 void MutableLexicalKnowledgeBase.removeWord(MutableWord theWord)
           
 void MutableLexicalKnowledgeBaseImpl.removeWord(MutableWord theWord)
           
 


GATE
Version 3.1-2270