- FATAL - Static variable in class net.didion.jwnl.util.MessageLogLevel
-
- FILE_MANAGER - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
-
File manager install parameter.
- FILE_TYPE - Static variable in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
-
File type install parameter.
- FILE_TYPE - Static variable in class net.didion.jwnl.dictionary.MapBackedDictionary
-
File type install parameter.
- FileBackedDictionary - Class in net.didion.jwnl.dictionary
-
A Dictionary
that retrieves objects from the text files
in the WordNet distribution directory.
- FileBackedDictionary() - Constructor for class net.didion.jwnl.dictionary.FileBackedDictionary
-
- FileDictionaryElementFactory - Interface in net.didion.jwnl.data
-
Factory class for creating DictionaryElement
s (Synset
s, ExceptionIndexWord
s).
- FileManager - Interface in net.didion.jwnl.dictionary.file_manager
-
FileManager
defines the interface between the FileBackedDictionary
and the file system.
- FileManagerImpl - Class in net.didion.jwnl.dictionary.file_manager
-
An implementation of FileManager
that reads files from the local file system.
- FileManagerImpl() - Constructor for class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
-
Uninitialized FileManagerImpl.
- FileManagerImpl(String, Class) - Constructor for class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
-
Construct a file manager backed by a set of files contained
in the default WN search directory.
- findAll(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTree
-
Find all occurances of node
in the tree.
- findAll(PointerTarget) - Method in class net.didion.jwnl.data.list.PointerTargetTree
-
Find all nodes in the tree whose target is target
- findAll(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
-
Find all occurances of node
within the list.
- findFirst(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTree
-
Find the first occurance of node
in the tree.
- findFirst(PointerTarget) - Method in class net.didion.jwnl.data.list.PointerTargetTree
-
Find the first node in the tree whose target is target
- findFirst(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
-
Find the first node in the list that is equal to node
.
- findRelationships(Synset, Synset, PointerType) - Method in class net.didion.jwnl.data.relationship.RelationshipFinder
-
Find all relationships of type type between sourceSynset and targetSynset.
- findRelationships(Synset, Synset, PointerType, int) - Method in class net.didion.jwnl.data.relationship.RelationshipFinder
-
Find all relationships of type type between sourceSynset and targetSynset
to depth depth.
- findRelationshipsAllPOS(Synset, Synset) - Method in class pt.inesc_id.l2f.JWNLSimple
-