A B C D E F G H I J L M N O P Q R S T U V W

G

get(POS) - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
get(DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
get(Object) - Method in interface net.didion.jwnl.util.cache.Cache
If key was used in a previous call to put, this call may return the value of that call.
get(int) - Method in class net.didion.jwnl.util.TypeCheckingList
 
getAdjectivePosition() - Method in class net.didion.jwnl.data.Adjective
 
getAdjectivePositionForKey(String) - Static method in class net.didion.jwnl.data.Adjective
 
getAllDictionaryElementTypes() - Static method in class net.didion.jwnl.data.DictionaryElementType
Gets all the dictionary types.
getAllDictionaryFileTypes() - Static method in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
getAllMatches(PointerTargetTreeNodeList.Operation) - Method in class net.didion.jwnl.data.list.PointerTargetTree
Walk the tree and perform the operation opr on each node.
getAllMatches(PointerTargetTreeNodeList.Operation) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
Walk the list and perform the operation opr on each node.
getAllMatches(PointerTargetTreeNodeList.Operation, List) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
Get all matches and add them to matches
getAllPointerTypes() - Static method in class net.didion.jwnl.data.PointerType
 
getAllPointerTypesForPOS(POS) - Static method in class net.didion.jwnl.data.PointerType
 
getAllPOS() - Static method in class net.didion.jwnl.data.POS
 
getAlsoSees(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find what words are related to synset
getAlsoSeeTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all See Also relations to depth depth.
getAntonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the words that mean the opposite of synset
getAttributes(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the attributes of synset
getCacheCapacity(DictionaryElementType) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
getCacheCapacity(Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
getCachedObject(Object, Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
getCacheSize(Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
getCacheSizes(DictionaryElementType) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
getCapacity() - Method in interface net.didion.jwnl.util.cache.Cache
Returns the maximum number of elements the cache can hold.
getCapacity() - Method in class net.didion.jwnl.util.cache.LRUCache
 
getCatalogIterator() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
getCauses(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find direct cause links of synset
getCauseTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find all cause links for synset.
getCauseTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all cause links for synset to depth depth.
getChildTreeList() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
getCommonParentIndex() - Method in class net.didion.jwnl.data.relationship.AsymmetricRelationship
 
getConnection() - Method in class net.didion.jwnl.dictionary.database.ConnectionManager
 
getConnection() - Method in class net.didion.jwnl.dictionary.database.Query
 
getCoordinateTerms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get synset's siblings (the hyponyms of its hypernyms)
getCurrentForm() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getDeepest() - Method in class net.didion.jwnl.data.relationship.RelationshipList
Return the deepest Relationship in the list.
getDepth() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the depth of this relationship.
getDerived(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find derrived links of synset
getDictionaryElementFactory() - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getDictionaryFile(POS, DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
getDirectHypernyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the immediate parents of synset
getDirectHyponyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the immediate children of synset
getElementType() - Method in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
getEntailedBy(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find direct entailed bys of synset
getEntailedByTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find all entailed bys of synset.
getEntailedByTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all entailed bys of synset to depth depth.
getEntailments(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find direct entailments of synset
getEntailmentTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find all entailments for synset
getEntailmentTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all entailments for synset to depth depth
getException(int) - Method in class net.didion.jwnl.data.Exc
Get the exception at index index.
getException(POS, String) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getException(POS, String) - Method in class net.didion.jwnl.dictionary.Dictionary
Lookup derivation in the exceptions file of part-of-speech pos and return an Exc object containing the results.
getException(POS, String) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getException(POS, String) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getExceptionArray() - Method in class net.didion.jwnl.data.Exc
Get the collection of Exc objects in array form.
getExceptionIterator(POS) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getExceptionIterator(POS) - Method in class net.didion.jwnl.dictionary.Dictionary
Return an Iterator over all the Exceptions in the database.
getExceptionIterator(POS) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getExceptionIterator(POS) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getExceptionQuery(POS, String) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getExceptionQuery(POS, String) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getExceptions() - Method in class net.didion.jwnl.data.Exc
Get the List of exceptions.
getExceptionsQuery(POS) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getExceptionsQuery(POS) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getExceptionsSize() - Method in class net.didion.jwnl.data.Exc
Gets the number of exceptions.
getExtendedAntonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the words that mean the opposite of synset and the immediate synonyms of those words
getExtendedAntonyms(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all antonyms of synset, and all synonyms of those antonyms to depth depth.
getFile() - Method in class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
 
getFile() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
 
getFile(POS, DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
Gets the file from a part of speech and file type (ie data.noun).
getFileId(String) - Static method in class net.didion.jwnl.data.LexFileIdMap
Gets the file id based on the name.
getFileIterator() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
getFileName(long) - Static method in class net.didion.jwnl.data.LexFileIdMap
Gets the file name based on an id.
getFilePointer() - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Get the current position of the file pointer.
getFilePointer() - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
getFilePointer() - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
getFileType() - Method in class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
The file type associated with this file.
getFileType() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
getFileType() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
The file type associated with this file.
getFirstLinePointer(POS, DictionaryFileType) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Return the first valid line pointer in the specified file.
getFirstLinePointer(POS, DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
Return the first valid line pointer in the specified file.
getFirstMatch(PointerTargetTreeNodeList.Operation) - Method in class net.didion.jwnl.data.list.PointerTargetTree
Walk the tree and perform the operation opr on each node.
getFirstMatch(PointerTargetTreeNodeList.Operation) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
Walk the list and all the children of each node in the list and perform the operation opr on each node.
getForm(int) - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getForms() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getFrame(int) - Static method in class net.didion.jwnl.data.VerbFrame
Get frame at index index.
getFrame() - Method in class net.didion.jwnl.data.VerbFrame
 
getFrames(BitSet) - Static method in class net.didion.jwnl.data.VerbFrame
Get the frames at the indexes encoded in l.
getGloss() - Method in class net.didion.jwnl.data.Synset
 
getGloss() - Method in class net.didion.jwnl.data.SynsetProxy
 
getHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get holonyms of synset
getHypernymTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get all of the ancestors of synset
getHypernymTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Get all of the ancestors of synset to depth depth
getHyponymTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get all of the children of synset
getHyponymTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Get all of the children of synset to depth depth
getImmediateRelationship(IndexWord, IndexWord) - Method in class net.didion.jwnl.data.relationship.RelationshipFinder
Looks at whether the target word is one of the words in one of the synsets of the source word.
getIndex() - Method in class net.didion.jwnl.data.VerbFrame
 
getIndex() - Method in class net.didion.jwnl.data.Word
Gets the index of this word.
getIndex() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getIndexedLinePointer(POS, DictionaryFileType, String) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Search for the line whose first word is index (that is, that begins with index followed by a space or tab).
getIndexedLinePointer(POS, DictionaryFileType, String) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
Get indexed line pointer is typically used to find a word within an index file matching a given part of speech.
getIndexWord(POS) - Method in class net.didion.jwnl.data.IndexWordSet
Get the IndexWord associated with p.
getIndexWord(POS, String) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getIndexWord(POS, String) - Method in class net.didion.jwnl.dictionary.Dictionary
Look up a word in the database.
getIndexWord(POS, String) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getIndexWord(POS, String) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getIndexWordArray() - Method in class net.didion.jwnl.data.IndexWordSet
Get an array of the IndexWords in this set.
getIndexWordCollection() - Method in class net.didion.jwnl.data.IndexWordSet
Get a collection of the IndexWords in this set.
getIndexWordIterator(POS) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getIndexWordIterator(POS, String) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getIndexWordIterator(POS) - Method in class net.didion.jwnl.dictionary.Dictionary
Return an Iterator over all the IndexWords of part-of-speech pos in the database.
getIndexWordIterator(POS, String) - Method in class net.didion.jwnl.dictionary.Dictionary
Return an Iterator over all the IndexWords of part-of-speech pos whose lemmas contain substring as a substring.
getIndexWordIterator(POS) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getIndexWordIterator(POS, String) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getIndexWordIterator(POS, String) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getIndexWordIterator(POS) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getIndexWordLemmasQuery(POS) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getIndexWordLemmasQuery(POS, String) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getIndexWordLemmasQuery(POS) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getIndexWordLemmasQuery(POS, String) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getIndexWordSynsetsQuery(POS, String) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getIndexWordSynsetsQuery(POS, String) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getIndirectAntonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the immediate antonyms of all words that mean the same as synset.
getIndirectAntonyms(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Get the antonyms of all words that mean the same as synset to depth depth.
getInheritedHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get holonyms of synset and of all its ancestors
getInheritedHolonyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedMemberHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get member holonyms of synset and of all its ancestors
getInheritedMemberHolonyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get member holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedMemberMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get member meronyms of synset and of its ancestors
getInheritedMemberMeronyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get member meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedMeronyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get meronyms of each synset, to depth pointerDepth starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedPartHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get part holonyms of synset and of all its ancestors
getInheritedPartHolonyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get part holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedPartMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get part meronyms of synset and of all its ancestors
getInheritedPartMeronyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get part meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedSubstanceHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get substance holonyms of synset and of all its ancestors
getInheritedSubstanceHolonyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get substance holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedSubstanceMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get substance meronyms of synset and of its ancestors
getInheritedSubstanceMeronyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get substance meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInputStream() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
getInstance() - Static method in class net.didion.jwnl.data.PointerUtils
 
getInstance() - Static method in class net.didion.jwnl.data.relationship.RelationshipFinder
 
getInstance() - Static method in class net.didion.jwnl.dictionary.Dictionary
 
getInteritedMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get meronyms of synset and of all its ancestors
getJavaVersion() - Static method in class net.didion.jwnl.JWNL
 
getKey() - Method in class net.didion.jwnl.data.Adjective.AdjectivePosition
 
getKey() - Method in interface net.didion.jwnl.data.DictionaryElement
Get a key that can be used to index this element.
getKey() - Method in class net.didion.jwnl.data.Exc
Gets the lemma.
getKey() - Method in class net.didion.jwnl.data.IndexWord
Gets the lemma of this word.
getKey() - Method in class net.didion.jwnl.data.PointerType
 
getKey() - Method in class net.didion.jwnl.data.POS
 
getKey() - Method in class net.didion.jwnl.data.Synset
 
getKey() - Method in class net.didion.jwnl.data.SynsetProxy
 
getKey() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
getKey() - Method in class net.didion.jwnl.dictionary.POSKey
 
getKeys() - Method in class net.didion.jwnl.util.ResourceBundleSet
 
getKeyString(int) - Static method in class net.didion.jwnl.data.VerbFrame
 
getLabel() - Method in class net.didion.jwnl.data.Adjective.AdjectivePosition
 
getLabel() - Method in class net.didion.jwnl.data.PointerType
 
getLabel() - Method in class net.didion.jwnl.data.POS
Return a label intended for textual presentation.
getLemma() - Method in class net.didion.jwnl.data.Exc
Gets the lemma of the exception word.
getLemma() - Method in class net.didion.jwnl.data.IndexWord
Return the word's lemma.
getLemma() - Method in class net.didion.jwnl.data.IndexWordSet
 
getLemma() - Method in class net.didion.jwnl.data.Word
Gets the lemma of this word.
getLemma(String[], BitSet, String) - Static method in class net.didion.jwnl.dictionary.morph.Util
 
getLexFileId() - Method in class net.didion.jwnl.data.Synset
Gets the lexicographer file name containing this synset.
getLexFileId() - Method in class net.didion.jwnl.data.SynsetProxy
 
getLexFileName() - Method in class net.didion.jwnl.data.Synset
Gets the lex file name.
getLexFileName() - Method in class net.didion.jwnl.data.SynsetProxy
 
getLocale() - Method in class net.didion.jwnl.JWNL.Version
 
getMatchingLinePointer(POS, DictionaryFileType, long, String) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Search for a line whose index word contains substring, starting at offset.
getMatchingLinePointer(POS, DictionaryFileType, long, String) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
Search for a line whose index word contains substring, starting at offset.
getMemberHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get member holonyms of synset
getMemberMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get member meronyms of synset
getMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get meronyms of synset.
getMorphologicalProcessor() - Method in class net.didion.jwnl.dictionary.Dictionary
 
getName() - Method in class net.didion.jwnl.data.DictionaryElementType
Gets the name of this DictionaryElementType.
getName() - Method in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
getName() - Method in class net.didion.jwnl.util.factory.NameValueParam
 
getName() - Method in interface net.didion.jwnl.util.factory.Param
 
getName() - Method in class net.didion.jwnl.util.factory.ParamList
 
getName() - Method in class net.didion.jwnl.util.factory.ValueParam
 
getName() - Method in class net.didion.jwnl.util.MessageLogLevel
 
getNextForm() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getNextLineOffset() - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Get the byte offset of the next line (after the position of the file pointer)
getNextLineOffset() - Method in class net.didion.jwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
 
getNextLinePointer(POS, DictionaryFileType, long) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Search for the line following the line that begins at offset.
getNextLinePointer(POS, DictionaryFileType, long) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
Search for the line following the line that begins at offset.
getNodeList() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the list that contains the nodes of this relationship.
getNumber() - Method in class net.didion.jwnl.JWNL.Version
 
getOffset() - Method in class net.didion.jwnl.data.Synset
 
getOffset() - Method in class net.didion.jwnl.data.SynsetProxy
 
getOS() - Static method in class net.didion.jwnl.JWNL
Get the current OS.
getOutputStream() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
getParams() - Method in class net.didion.jwnl.util.factory.ParamList
 
getParent() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
getPartHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get part holonyms of synset
getParticipleOf(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find participle of links of synset
getPartMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get part meronyms of synset
getPointerQuery(POS, long) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getPointerQuery(POS, long) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getPointers() - Method in class net.didion.jwnl.data.PointerTarget
Return a list of Target's pointers
getPointers(PointerType) - Method in class net.didion.jwnl.data.PointerTarget
Get all pointers of type type.
getPointers() - Method in class net.didion.jwnl.data.Synset
 
getPointers(PointerType) - Method in class net.didion.jwnl.data.SynsetProxy
 
getPointers() - Method in class net.didion.jwnl.data.SynsetProxy
 
getPointers() - Method in class net.didion.jwnl.data.Word
returns all the pointers of the synset that contains this word whose source is this word
getPointerTarget() - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
getPointerTreeList() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
getPointerTypeForKey(String) - Static method in class net.didion.jwnl.data.PointerType
Return the PointerType whose key matches key.
getPOS() - Method in class net.didion.jwnl.data.Exc
Gets the part of speech.
getPOS() - Method in class net.didion.jwnl.data.IndexWord
Get the word's part-of-speech.
getPOS() - Method in class net.didion.jwnl.data.PointerTarget
Return this target's POS
getPOS() - Method in class net.didion.jwnl.data.Synset
 
getPOS() - Method in class net.didion.jwnl.data.Word
Gets the part of speech of this word.
getPOS() - Method in class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
The POS associated with this file.
getPOS() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
The POS associated with this file.
getPOS() - Method in class net.didion.jwnl.dictionary.POSKey
 
getPOSForKey(String) - Static method in class net.didion.jwnl.data.POS
Return the POS whose key matches key, or null if the key does not match any POS.
getPOSForLabel(String) - Static method in class net.didion.jwnl.data.POS
Return the POS whose key matches label, or null if the label does not match any POS.
getPublisher() - Method in class net.didion.jwnl.JWNL.Version
 
getQuery(String) - Method in class net.didion.jwnl.dictionary.database.ConnectionManager
 
getRandomIndexWord(POS) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getRandomIndexWord(POS) - Method in class net.didion.jwnl.dictionary.Dictionary
 
getRandomIndexWord(POS) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getRandomIndexWord(POS) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getRandomIndexWordQuery(POS) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getRandomIndexWordQuery(POS) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getRandomLinePointer(POS, DictionaryFileType) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Return a randomly-chosen line pointer (offset of the beginning of a line).
getRandomLinePointer(POS, DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
Return a randomly-chosen line pointer (offset of the beginning of a line).
getRelativeTargetDepth() - Method in class net.didion.jwnl.data.relationship.AsymmetricRelationship
Get the depth of the target, from the commonParentIndex, relative to the depth of the source.
getResourceBundle() - Static method in class net.didion.jwnl.JWNL
 
getResources() - Method in class net.didion.jwnl.util.ResourceBundleSet
 
getResults() - Method in class net.didion.jwnl.dictionary.database.Query
 
getRootNode() - Method in class net.didion.jwnl.data.list.PointerTargetTree
 
getSense(int) - Method in class net.didion.jwnl.data.IndexWord
Get a particular sense of this word.
getSenseCount() - Method in class net.didion.jwnl.data.IndexWord
Get the word's sense count.
getSenseCount(POS) - Method in class net.didion.jwnl.data.IndexWordSet
Find out how many senses the word with part-of-speech pos has.
getSenseKey() - Method in class net.didion.jwnl.data.Word
Gets the sense key for this Word.
getSenseKey(long, String) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
Not implemented in DB yet.
getSenseKey(long, String) - Method in class net.didion.jwnl.dictionary.Dictionary
Gets the sense key for this combination.
getSenseKey(long, String) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
Gets the sense key for this combination.
getSenseKey(long, String) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
Not implemented in Map yet.
getSenses() - Method in class net.didion.jwnl.data.IndexWord
Get an array of all the senses of this word.
getShallowest() - Method in class net.didion.jwnl.data.relationship.RelationshipList
Return the shallowest Relationship in the list.
getSize() - Method in class net.didion.jwnl.data.relationship.Relationship
 
getSize() - Method in interface net.didion.jwnl.util.cache.Cache
Returns the current size of the cache.
getSize() - Method in class net.didion.jwnl.util.cache.CacheSet
 
getSize() - Method in class net.didion.jwnl.util.cache.LRUCache
 
getSource() - Method in class net.didion.jwnl.data.Pointer
Get the source of this pointer.
getSourceIndex() - Method in class net.didion.jwnl.data.Pointer
 
getSourcePointerTarget() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the pointer target of the source node.
getSourceSynset() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the Synset that is the source of this relationship.
getStatement() - Method in class net.didion.jwnl.dictionary.database.Query
 
getSubstanceHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get substance holonyms of synset
getSubstanceMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get substance meronyms of synset
getSuffixMap() - Method in class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
 
getSymmetricType() - Method in class net.didion.jwnl.data.PointerType
Returns the pointer type that is symmetric to this type.
getSynonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the synonyms for synset.
getSynonymTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Get all the synonyms of synset to depth depth.
getSynset() - Method in class net.didion.jwnl.data.list.PointerTargetNode
If the target is a synset, return it, otherwise it's a word so return the word's parent synset.
getSynset() - Method in class net.didion.jwnl.data.Word
Gets the synset associated with this word.
getSynsetAt(POS, long) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getSynsetAt(POS, long) - Method in class net.didion.jwnl.dictionary.Dictionary
Return the Synset at offset offset from the database.
getSynsetAt(POS, long) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getSynsetAt(POS, long) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getSynsetIterator(POS) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getSynsetIterator(POS) - Method in class net.didion.jwnl.dictionary.Dictionary
Return an Iterator over all the Synsets of part-of-speech pos in the database.
getSynsetIterator(POS) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getSynsetIterator(POS) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getSynsetOffsets() - Method in class net.didion.jwnl.data.IndexWord
 
getSynsetQuery(POS, long) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getSynsetQuery(POS, long) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getSynsetsQuery(POS) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getSynsetsQuery(POS) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getSynsetWordQuery(POS, long) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getSynsetWordQuery(POS, long) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getSynsetWordQuery(POS, long) - Method in class net.didion.jwnl.dictionary.database.SenseAndUsageDatabaseManager
getTarget() - Method in class net.didion.jwnl.data.Pointer
Get the actual target of this pointer.
getTargetIndex() - Method in class net.didion.jwnl.data.Pointer
 
getTargetOffset() - Method in class net.didion.jwnl.data.Pointer
Get the offset of the target within the target synset.
getTargetPointerTarget() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the pointer target of the target node.
getTargetPOS() - Method in class net.didion.jwnl.data.Pointer
 
getTargets() - Method in class net.didion.jwnl.data.PointerTarget
Get all the pointer targets of this synset
getTargets(PointerType) - Method in class net.didion.jwnl.data.PointerTarget
Get all the targets of the pointers of type type.
getTargets() - Method in class net.didion.jwnl.data.SynsetProxy
 
getTargets(PointerType) - Method in class net.didion.jwnl.data.SynsetProxy
 
getTargetSynset() - Method in class net.didion.jwnl.data.Pointer
Get the synset that is a) the target of this pointer, or b) the * synset that contains the target of this pointer.
getTargetSynset() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the Synset that is the target of this relationship.
getType() - Method in interface net.didion.jwnl.data.DictionaryElement
Get the element's type.
getType() - Method in class net.didion.jwnl.data.Exc
Gets the type of this exception entry.
getType() - Method in class net.didion.jwnl.data.IndexWord
 
getType() - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
getType() - Method in class net.didion.jwnl.data.Pointer
 
getType() - Method in class net.didion.jwnl.data.relationship.Relationship
 
getType() - Method in class net.didion.jwnl.data.Synset
 
getType() - Method in class net.didion.jwnl.util.TypeCheckingList
 
getType() - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
getUsageCount() - Method in class net.didion.jwnl.data.Word
Gets the usage if this word has been tagged within WordNet.
getUsageCount(long, String) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
Not implemented in DB yet.
getUsageCount(long, String) - Method in class net.didion.jwnl.dictionary.Dictionary
Gets the usage count for this offset/lemma combination.
getUsageCount(long, String) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
Gets the usage count for this offset/lemma combination.
getUsageCount(long, String) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
Not implemented in Map yet.
getValidPOSSet() - Method in class net.didion.jwnl.data.IndexWordSet
Get a set of all the parts-of-speech for which there is an IndexWord in this set.
getValue() - Method in class net.didion.jwnl.util.factory.NameValueParam
 
getValue() - Method in interface net.didion.jwnl.util.factory.Param
 
getValue() - Method in class net.didion.jwnl.util.factory.ParamList
 
getValue() - Method in class net.didion.jwnl.util.factory.ValueParam
 
getVerbFrameFlags() - Method in class net.didion.jwnl.data.Synset
 
getVerbFrameFlags() - Method in class net.didion.jwnl.data.Verb
 
getVerbFrameIndicies() - Method in class net.didion.jwnl.data.Synset
 
getVerbFrameIndicies() - Method in class net.didion.jwnl.data.Verb
 
getVerbFrameIndicies(BitSet) - Static method in class net.didion.jwnl.data.VerbFrame
 
getVerbFrameQuery(POS, long) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getVerbFrameQuery(POS, long) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getVerbFrames() - Method in class net.didion.jwnl.data.Synset
Returns all Verb Frames that are valid for all the words in this synset
getVerbFrames() - Method in class net.didion.jwnl.data.SynsetProxy
 
getVerbFrames() - Method in class net.didion.jwnl.data.Verb
 
getVerbFramesSize() - Static method in class net.didion.jwnl.data.VerbFrame
 
getVerbGroup(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the group that this verb belongs to.
getVersion() - Static method in class net.didion.jwnl.JWNL
Get the current WordNet version
getWord() - Method in class net.didion.jwnl.data.list.PointerTargetNode
If the target is a word, return it, otherwise return null.
getWord(int) - Method in class net.didion.jwnl.data.Synset
 
getWord(int) - Method in class net.didion.jwnl.data.SynsetProxy
 
getWords() - Method in class net.didion.jwnl.data.Synset
 
getWords() - Method in class net.didion.jwnl.data.SynsetProxy
 
getWordsSize() - Method in class net.didion.jwnl.data.Synset
 
go() - Method in class net.didion.jwnl.utilities.Examples
 
Grep - Class in net.didion.jwnl.util
This is a utility class to find a pattern within a file, specifically the sense.idx file.
Grep() - Constructor for class net.didion.jwnl.util.Grep
 
grep(String) - Static method in class net.didion.jwnl.util.Grep
Search for occurrences in the given file of the offset, then find the appropriate lemma.
grep(String, String) - Static method in class net.didion.jwnl.util.Grep
Search for occurrences in the given file of the offset, then find the appropriate lemma.

A B C D E F G H I J L M N O P Q R S T U V W