Uses of Class
net.sf.extjwnl.data.Word

Packages that use Word
net.sf.extjwnl.data Classes for extracting and containing data from the dictionary. 
net.sf.extjwnl.data.list Lists and associated classes that hold the results of relationship operations. 
net.sf.extjwnl.princeton.data Implementations of DictionaryElementFactory for Princeton's release of WordNet. 
 

Uses of Word in net.sf.extjwnl.data
 

Subclasses of Word in net.sf.extjwnl.data
 class Adjective
          An Adjective is a Word that can have an adjective position.
 class Verb
          A Verb is a subclass of Word that can have 1 or more VerbFrames (use cases of the verb).
 

Methods in net.sf.extjwnl.data that return types with arguments of type Word
 List<Word> Synset.getWords()
           
 

Uses of Word in net.sf.extjwnl.data.list
 

Methods in net.sf.extjwnl.data.list that return Word
 Word PointerTargetNode.getWord()
          If the target is a word, return it, otherwise return null.
 

Uses of Word in net.sf.extjwnl.princeton.data
 

Methods in net.sf.extjwnl.princeton.data that return Word
protected  Word AbstractPrincetonDictionaryElementFactory.createWord(Synset synset, int index, String lemma)
          Creates a word.
 



Copyright © 2011. All Rights Reserved.