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

Packages that use Synset
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.data.relationship Tools for finding pointer relationships between words. 
net.sf.extjwnl.dictionary Classes for accessing dictionary information. 
net.sf.extjwnl.princeton.data Implementations of DictionaryElementFactory for Princeton's release of WordNet. 
 

Uses of Synset in net.sf.extjwnl.data
 

Methods in net.sf.extjwnl.data that return Synset
 Synset DatabaseDictionaryElementFactory.createSynset(POS pos, long offset, ResultSet synset, ResultSet words, ResultSet pointers, ResultSet verbFrames)
          Create a Synset from a row in the database.
 Synset FileDictionaryElementFactory.createSynset(POS pos, String line)
          Creates a synset from a line in a data file.
 Synset Word.getSynset()
          Returns the synset associated with this word.
abstract  Synset PointerTarget.getSynset()
           
 Synset Synset.getSynset()
           
 Synset Pointer.getTargetSynset()
          Returns the synset that is a) the target of this pointer, or b) the synset that contains the target of this pointer.
 

Methods in net.sf.extjwnl.data that return types with arguments of type Synset
 List<Synset> IndexWord.getSenses()
          Returns the senses of this word.
 

Methods in net.sf.extjwnl.data with parameters of type Synset
static PointerTargetNodeList PointerUtils.getAlsoSees(Synset synset)
          Finds what words are related to synset.
static PointerTargetTree PointerUtils.getAlsoSeeTree(Synset synset, int depth)
          Finds all See Also relations to depth depth.
static PointerTargetNodeList PointerUtils.getAntonyms(Synset synset)
          Returns the words that mean the opposite of synset.
static PointerTargetNodeList PointerUtils.getAttributes(Synset synset)
          Returns the attributes of synset.
static PointerTargetNodeList PointerUtils.getCauses(Synset synset)
          Finds direct cause links of synset.
static PointerTargetTree PointerUtils.getCauseTree(Synset synset)
          Finds all cause links for synset.
static PointerTargetTree PointerUtils.getCauseTree(Synset synset, int depth)
          Finds all cause links for synset to depth depth.
static PointerTargetNodeList PointerUtils.getCoordinateTerms(Synset synset)
          Returns synset's siblings (the hyponyms of its hypernyms).
static PointerTargetNodeList PointerUtils.getDirectHypernyms(Synset synset)
          Returns the immediate parents of synset.
static PointerTargetNodeList PointerUtils.getDirectHyponyms(Synset synset)
          Returns the immediate children of synset.
static PointerTargetNodeList PointerUtils.getEntailments(Synset synset)
          Finds direct entailments of synset.
static PointerTargetTree PointerUtils.getEntailmentTree(Synset synset)
          Finds all entailments for synset.
static PointerTargetTree PointerUtils.getEntailmentTree(Synset synset, int depth)
          Finds all entailments for synset to depth depth.
static PointerTargetTree PointerUtils.getExtendedAntonyms(Synset synset)
          Returns the words that mean the opposite of synset and the immediate synonyms of those words.
static PointerTargetTree PointerUtils.getExtendedAntonyms(Synset synset, int depth)
          Finds all antonyms of synset, and all synonyms of those antonyms to depth depth.
static PointerTargetNodeList PointerUtils.getHolonyms(Synset synset)
          Returns holonyms of synset.
static PointerTargetTree PointerUtils.getHypernymTree(Synset synset)
          Returns all of the ancestors of synset.
static PointerTargetTree PointerUtils.getHypernymTree(Synset synset, int depth)
          Returns all of the ancestors of synset to depth depth.
static PointerTargetTree PointerUtils.getHyponymTree(Synset synset)
          Returns all of the children of synset.
static PointerTargetTree PointerUtils.getHyponymTree(Synset synset, int depth)
          Returns all of the children of synset to depth depth.
static PointerTargetTree PointerUtils.getIndirectAntonyms(Synset synset)
          Returns the immediate antonyms of all words that mean the same as synset.
static PointerTargetTree PointerUtils.getIndirectAntonyms(Synset synset, int depth)
          Returns the antonyms of all words that mean the same as synset to depth depth.
static PointerTargetTree PointerUtils.getInheritedHolonyms(Synset synset)
          Returns holonyms of synset and of all its ancestors.
static PointerTargetTree PointerUtils.getInheritedHolonyms(Synset synset, int pointerDepth, int ancestorDepth)
          Returns holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
static PointerTargetTree PointerUtils.getInheritedMemberHolonyms(Synset synset)
          Returns member holonyms of synset and of all its ancestors.
static PointerTargetTree PointerUtils.getInheritedMemberHolonyms(Synset synset, int pointerDepth, int ancestorDepth)
          Returns member holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
static PointerTargetTree PointerUtils.getInheritedMemberMeronyms(Synset synset)
          Returns member meronyms of synset and of its ancestors.
static PointerTargetTree PointerUtils.getInheritedMemberMeronyms(Synset synset, int pointerDepth, int ancestorDepth)
          Returns member meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
static PointerTargetTree PointerUtils.getInheritedMeronyms(Synset synset)
          Returns meronyms of synset and of all its ancestors.
static PointerTargetTree PointerUtils.getInheritedMeronyms(Synset synset, int pointerDepth, int ancestorDepth)
          Returns meronyms of each synset, to depth pointerDepth starting at synset and going for all of synset's ancestors to depth ancestorDepth.
static PointerTargetTree PointerUtils.getInheritedPartHolonyms(Synset synset)
          Returns part holonyms of synset and of all its ancestors.
static PointerTargetTree PointerUtils.getInheritedPartHolonyms(Synset synset, int pointerDepth, int ancestorDepth)
          Returns part holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
static PointerTargetTree PointerUtils.getInheritedPartMeronyms(Synset synset)
          Returns part meronyms of synset and of all its ancestors.
static PointerTargetTree PointerUtils.getInheritedPartMeronyms(Synset synset, int pointerDepth, int ancestorDepth)
          Returns part meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
static PointerTargetTree PointerUtils.getInheritedSubstanceHolonyms(Synset synset)
          Returns substance holonyms of synset and of all its ancestors.
static PointerTargetTree PointerUtils.getInheritedSubstanceHolonyms(Synset synset, int pointerDepth, int ancestorDepth)
          Returns substance holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
static PointerTargetTree PointerUtils.getInheritedSubstanceMeronyms(Synset synset)
          Returns substance meronyms of synset and of its ancestors.
static PointerTargetTree PointerUtils.getInheritedSubstanceMeronyms(Synset synset, int pointerDepth, int ancestorDepth)
          Returns substance meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
static PointerTargetNodeList PointerUtils.getMemberHolonyms(Synset synset)
          Returns member holonyms of synset.
static PointerTargetNodeList PointerUtils.getMemberMeronyms(Synset synset)
          Returns member meronyms of synset.
static PointerTargetNodeList PointerUtils.getMeronyms(Synset synset)
          Returns meronyms of synset.
static PointerTargetNodeList PointerUtils.getPartHolonyms(Synset synset)
          Returns part holonyms of synset.
static PointerTargetNodeList PointerUtils.getParticipleOf(Synset synset)
          Finds participle of links of synset.
static PointerTargetNodeList PointerUtils.getPartMeronyms(Synset synset)
          Returns part meronyms of synset.
static PointerTargetNodeList PointerUtils.getPertainyms(Synset synset)
          Returns the pertainyms for synset.
static PointerTargetNodeList PointerUtils.getSubstanceHolonyms(Synset synset)
          Returns substance holonyms of synset.
static PointerTargetNodeList PointerUtils.getSubstanceMeronyms(Synset synset)
          Returns substance meronyms of synset.
static PointerTargetNodeList PointerUtils.getSynonyms(Synset synset)
          Returns the synonyms for synset.
static PointerTargetTree PointerUtils.getSynonymTree(Synset synset, int depth)
          Returns all the synonyms of synset to depth depth.
static PointerTargetNodeList PointerUtils.getVerbGroup(Synset synset)
          Returns the group that this verb belongs to.
static PointerTargetTree PointerUtils.makeInheritedTree(Synset synset, PointerType searchType)
          Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target.
static PointerTargetTree PointerUtils.makeInheritedTree(Synset synset, PointerType[] searchTypes)
          Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target.
static PointerTargetTree PointerUtils.makeInheritedTree(Synset synset, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth)
          Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target.
static PointerTargetTree PointerUtils.makeInheritedTree(Synset synset, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
          Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target.
static PointerTargetTree PointerUtils.makeInheritedTree(Synset synset, PointerType searchType, PointerType labelType, int pointerDepth, int ancestorDepth)
          Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target.
static PointerTargetTree PointerUtils.makeInheritedTree(Synset synset, PointerType searchType, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
          Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(Synset synset, PointerType searchType)
          Makes a nested list of pointer targets to the default depth, starting at synset.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(Synset synset, PointerType[] searchTypes)
          Makes a nested list of pointer targets to the default depth, starting at synset.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(Synset synset, PointerType[] searchTypes, int depth)
          Makes a nested list of pointer targets to depth depth, starting at synset.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(Synset synset, PointerType[] searchTypes, PointerType labelType, int depth, boolean allowRedundancies)
          Makes a nested list of pointer targets to depth depth, starting at synset.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(Synset synset, PointerType searchType, int depth)
          Makes a nested list of pointer targets to depth depth, starting at synset.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(Synset synset, PointerType searchType, PointerType labelType, int depth, boolean allowRedundancies)
          Makes a nested list of pointer targets to depth depth, starting at synset.
 

Method parameters in net.sf.extjwnl.data with type arguments of type Synset
 String Word.getSummary(List<Synset> senses)
          Returns the summary, calculated among given set of senses.
 

Constructors in net.sf.extjwnl.data with parameters of type Synset
Adjective(Dictionary dictionary, Synset synset, int index, String lemma, Adjective.AdjectivePosition adjectivePosition)
           
IndexWord(Dictionary dictionary, String lemma, POS pos, Synset synset)
           
Verb(Dictionary dictionary, Synset synset, int index, String lemma, BitSet verbFrameFlags)
           
Word(Dictionary dictionary, Synset synset, int index, String lemma)
          Constructs a word tied to a synset, it's position within the synset, and the lemma.
 

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

Methods in net.sf.extjwnl.data.list that return Synset
 Synset PointerTargetNode.getSynset()
          If the target is a synset, return it, otherwise it's a word so return the word's parent synset.
 

Constructors in net.sf.extjwnl.data.list with parameters of type Synset
PointerTargetTree(Synset synset, PointerTargetTreeNodeList list)
           
 

Uses of Synset in net.sf.extjwnl.data.relationship
 

Methods in net.sf.extjwnl.data.relationship that return Synset
 Synset Relationship.getSourceSynset()
          Returns the synset that is the source of this relationship.
 Synset Relationship.getTargetSynset()
          Returns the synset that is the target of this relationship.
 

Methods in net.sf.extjwnl.data.relationship with parameters of type Synset
static RelationshipList RelationshipFinder.findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type)
          Finds all relationships of type type between sourceSynset and targetSynset.
static RelationshipList RelationshipFinder.findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type, int depth)
          Finds all relationships of type type between sourceSynset and targetSynset to depth depth.
 

Constructors in net.sf.extjwnl.data.relationship with parameters of type Synset
AsymmetricRelationship(PointerType type, PointerTargetNodeList nodes, int commonParentIndex, Synset sourceSynset, Synset targetSynset)
           
Relationship(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset)
           
SymmetricRelationship(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset)
           
 

Uses of Synset in net.sf.extjwnl.dictionary
 

Methods in net.sf.extjwnl.dictionary that return Synset
 Synset Dictionary.createSynset(POS pos)
          Creates synset of the specified part of speech.
protected  Synset AbstractCachingDictionary.getCachedSynset(POSKey key)
           
 Synset MapBackedDictionary.getSynsetAt(POS pos, long offset)
           
abstract  Synset Dictionary.getSynsetAt(POS pos, long offset)
          Return the Synset at offset offset from the database.
 Synset DatabaseBackedDictionary.getSynsetAt(POS pos, long offset)
           
 Synset FileBackedDictionary.getSynsetAt(POS pos, long offset)
           
 

Methods in net.sf.extjwnl.dictionary that return types with arguments of type Synset
 Iterator<Synset> AbstractCachingDictionary.getSynsetIterator(POS pos)
           
 Iterator<Synset> MapBackedDictionary.getSynsetIterator(POS pos)
           
abstract  Iterator<Synset> Dictionary.getSynsetIterator(POS pos)
          Return an Iterator over all the Synsets of part-of-speech pos in the database.
 Iterator<Synset> DatabaseBackedDictionary.getSynsetIterator(POS pos)
           
 Iterator<Synset> FileBackedDictionary.getSynsetIterator(POS pos)
           
 

Methods in net.sf.extjwnl.dictionary with parameters of type Synset
 void AbstractCachingDictionary.addSynset(Synset synset)
           
 void MapBackedDictionary.addSynset(Synset synset)
           
 void Dictionary.addSynset(Synset synset)
          Adds synset to the dictionary.
 void AbstractCachingDictionary.cacheSynset(POSKey key, Synset synset)
           
 IndexWord Dictionary.createIndexWord(POS pos, String lemma, Synset synset)
          Creates index word.
 void AbstractCachingDictionary.removeSynset(Synset synset)
           
 void MapBackedDictionary.removeSynset(Synset synset)
           
 void Dictionary.removeSynset(Synset synset)
          Removes synset from the dictionary.
 

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

Methods in net.sf.extjwnl.princeton.data that return Synset
 Synset AbstractPrincetonDatabaseDictionaryElementFactory.createSynset(POS pos, long offset, ResultSet synsets, ResultSet words, ResultSet pointers, ResultSet verbFrames)
           
 Synset AbstractPrincetonFileDictionaryElementFactory.createSynset(POS pos, String line)
           
 

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



Copyright © 2011. All Rights Reserved.