- SEE_ALSO - Static variable in class net.didion.jwnl.data.PointerType
-
- seek(long) - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
-
Go to postion pos in the file.
- seek(long) - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
-
- seek(long) - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
-
- SenseAndUsageDatabaseManager - Class in net.didion.jwnl.dictionary.database
-
Database Manager that handles the extended database containing sense key and usage statistics.
- SenseAndUsageDatabaseManager() - Constructor for class net.didion.jwnl.dictionary.database.SenseAndUsageDatabaseManager
-
Create a new database manager with no connection.
- SenseAndUsageDatabaseManager(ConnectionManager) - Constructor for class net.didion.jwnl.dictionary.database.SenseAndUsageDatabaseManager
-
Create a new database manager with a connection.
- set(int, Object) - Method in class net.didion.jwnl.util.TypeCheckingList
-
- set(Object) - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
-
- setCacheCapacity(int) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
-
- setCacheCapacity(DictionaryElementType, int) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
-
- setCacheCapacity(Object, int) - Method in class net.didion.jwnl.util.cache.CacheSet
-
- setCachingEnabled(boolean) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
-
- setCapacity(int) - Method in interface net.didion.jwnl.util.cache.Cache
-
Set the maximum number of elements the cache can hold.
- setCapacity(int) - Method in class net.didion.jwnl.util.cache.LRUCache
-
- setChildTreeList(PointerTargetTreeNodeList) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
-
- setFile(File) - Static method in class net.didion.jwnl.util.Grep
-
- setIndex(int) - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
-
- setLexFileId(long) - Method in class net.didion.jwnl.data.Synset
-
Sets the lexicographer file name containing this synset.
- setLexFileId(long) - Method in class net.didion.jwnl.data.SynsetProxy
-
- setLocale(Locale) - Method in class net.didion.jwnl.util.ResourceBundleSet
-
- setNextLineOffset(long, long) - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
-
Move the file pointer so that its next line offset is nextOffset
- setNextLineOffset(long, long) - Method in class net.didion.jwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
-
- setParent(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
-
- setPointerTreeList(PointerTargetTreeNodeList) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
-
- setSenseKey(String) - Method in class net.didion.jwnl.data.Word
-
Sets the sense key to this word.
- setSource(Synset) - Method in class net.didion.jwnl.data.SynsetProxy
-
- setSuffixMap(Map) - Method in class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
-
- setType(PointerType) - Method in class net.didion.jwnl.data.list.PointerTargetNode
-
- setUsageCount(int) - Method in class net.didion.jwnl.data.Word
-
Sets the usage tag for this word.
- shutdown() - Static method in class net.didion.jwnl.JWNL
-
- SIMILAR_TO - Static variable in class net.didion.jwnl.data.PointerType
-
- size() - Method in class net.didion.jwnl.data.IndexWordSet
-
Get the number of IndexWords in this set
- size() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
-
- size() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
-
- size() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
-
- size() - Method in class net.didion.jwnl.util.TypeCheckingList
-
- split(String) - Static method in class net.didion.jwnl.dictionary.morph.Util
-
- subList(int, int) - Method in class net.didion.jwnl.util.TypeCheckingList
-
- SUBSTANCE_HOLONYM - Static variable in class net.didion.jwnl.data.PointerType
-
- SUBSTANCE_MERONYM - Static variable in class net.didion.jwnl.data.PointerType
-
- SymmetricRelationship - Class in net.didion.jwnl.data.relationship
-
A symmetric relationship is one whose type is symmetric (its own inverse).
- SymmetricRelationship(PointerType, PointerTargetNodeList, Synset, Synset) - Constructor for class net.didion.jwnl.data.relationship.SymmetricRelationship
-
- symmetricTo(PointerType) - Method in class net.didion.jwnl.data.PointerType
-
Returns true if type is symmetric to this pointer type.
- SYNSET - Static variable in class net.didion.jwnl.data.DictionaryElementType
-
Property to define a synset file.
- Synset - Class in net.didion.jwnl.data
-
A Synset
, or synonym set, represents a
line of a WordNet pos.data
file.
- Synset(POS, long, Word[], Pointer[], String, BitSet) - Constructor for class net.didion.jwnl.data.Synset
-
- Synset(POS, long, Word[], Pointer[], String, BitSet, boolean) - Constructor for class net.didion.jwnl.data.Synset
-
Deprecated.
- SYNSET_WORD_CACHE_SIZE - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
-
Size of the synset cache.
- SynsetProxy - Class in net.didion.jwnl.data
-
Proxy for a Synset
.
- SynsetProxy(POS) - Constructor for class net.didion.jwnl.data.SynsetProxy
-
The only value that matters is pos, since the
call to getPOS is not forwarded to _source