Uses of Class
edu.brandeis.cs.steele.wn.Word

Packages that use Word
edu.brandeis.cs.steele.wn   
edu.illinois.cs.cogcomp.lbj.coref.features   
 

Uses of Word in edu.brandeis.cs.steele.wn
 

Fields in edu.brandeis.cs.steele.wn declared as Word
protected  Word[] Synset.words
           
 

Methods in edu.brandeis.cs.steele.wn that return Word
 Word Synset.getWord(int index)
           
 Word[] Synset.getWords()
           
 

Uses of Word in edu.illinois.cs.cogcomp.lbj.coref.features
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.features that return Word
private  Word WordNetTools.getWord(PointerTarget p)
          Translates a pointer target to a Word.
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.features that return types with arguments of type Word
 java.util.Set<Word> WordNetTools.getAllHypernyms(IndexWord word)
          Gets all hypernyms of all senses of a word.
 java.util.Set<Word> WordNetTools.getAllHypernyms(PointerTarget word)
          Gets all hypernyms of a word.
 java.util.Set<Word> WordNetTools.getAntonyms(IndexWord word)
          Gets all antonyms for all senses of a word.
 java.util.Set<Word> WordNetTools.getHypernyms(IndexWord word)
          Gets hypernyms of all senses of a word.
 java.util.List<Word> WordNetTools.getSenseWords(IndexWord word)
          Gets the Word for each sense of word.
 java.util.Set<Word> WordNetTools.getSynonyms(IndexWord word)
          Gets all synonyms for all senses of a word.