- MAC - Static variable in class net.didion.jwnl.JWNL
-
- main(String[]) - Static method in class net.didion.jwnl.utilities.DictionaryToDatabase
-
Run the program, requires 4 arguments.
- main(String[]) - Static method in class net.didion.jwnl.utilities.DictionaryToDatabaseWithUsageCount
-
Run the program, requires 4 arguments.
- main(String[]) - Static method in class net.didion.jwnl.utilities.DictionaryToMap
-
- main(String[]) - Static method in class net.didion.jwnl.utilities.Examples
-
- makeInheritedTree(Synset, PointerType) - Method in class net.didion.jwnl.data.PointerUtils
-
Create 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.
- makeInheritedTree(Synset, PointerType, PointerType, int, int) - Method in class net.didion.jwnl.data.PointerUtils
-
Create 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.
- makeInheritedTree(Synset, PointerType, PointerType, int, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
-
Create 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.
- makeInheritedTree(Synset, PointerType[]) - Method in class net.didion.jwnl.data.PointerUtils
-
Create 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.
- makeInheritedTree(Synset, PointerType[], PointerType, int, int) - Method in class net.didion.jwnl.data.PointerUtils
-
Create 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.
- makeInheritedTree(Synset, PointerType[], PointerType, int, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
-
Create 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.
- makeInheritedTree(PointerTargetTree, PointerType[], PointerType, int, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
-
Turn an existing tree into an inheritance tree.
- makeInheritedTreeList(PointerTargetTreeNodeList, PointerType[], PointerType, int, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
-
Turn an existing tree list into an inheritance tree list.
- makePointerTargetTreeList(Synset, PointerType) - Method in class net.didion.jwnl.data.PointerUtils
-
Make a nested list of pointer targets to the default depth, starting at synset
.
- makePointerTargetTreeList(Synset, PointerType, int) - Method in class net.didion.jwnl.data.PointerUtils
-
Make a nested list of pointer targets to depth depth, starting at synset
.
- makePointerTargetTreeList(Synset, PointerType, PointerType, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
-
Make a nested list of pointer targets to depth depth, starting at synset
.
- makePointerTargetTreeList(Synset, PointerType[]) - Method in class net.didion.jwnl.data.PointerUtils
-
Make a nested list of pointer targets to the default depth, starting at synset
.
- makePointerTargetTreeList(Synset, PointerType[], int) - Method in class net.didion.jwnl.data.PointerUtils
-
Make a nested list of pointer targets to depth depth, starting at synset
.
- makePointerTargetTreeList(Synset, PointerType[], PointerType, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
-
Make a nested list of pointer targets to depth depth, starting at synset
.
- makePointerTargetTreeList(PointerTargetNodeList, PointerType, PointerType, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
-
Make a nested list of pointer targets to depth depth, starting at each synset
in
list.
- makePointerTargetTreeList(PointerTargetNodeList, PointerType[], PointerType, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
-
Make a nested list of pointer targets to depth depth, starting at each synset
in
list.
- MapBackedDictionary - Class in net.didion.jwnl.dictionary
-
A Dictionary
backed by Map
s.
- MapBackedDictionary() - Constructor for class net.didion.jwnl.dictionary.MapBackedDictionary
-
- MAPPING - Static variable in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
-
- matches(String) - Method in class net.didion.jwnl.JWNL.OS
-
Returns true if testOS is a version of this OS.
- MEMBER_HOLONYM - Static variable in class net.didion.jwnl.data.PointerType
-
- MEMBER_MERONYM - Static variable in class net.didion.jwnl.data.PointerType
-
- MessageLog - Class in net.didion.jwnl.util
-
- MessageLog(Class) - Constructor for class net.didion.jwnl.util.MessageLog
-
- MessageLogLevel - Class in net.didion.jwnl.util
-
- MORPH - Static variable in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
-
MorphologicalProcessor
class install parameter.
- MORPH - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
-
Morphological processor class install parameter.
- MORPH - Static variable in class net.didion.jwnl.dictionary.MapBackedDictionary
-
MorphologicalProcessor
class install parameter.
- MorphologicalProcessor - Interface in net.didion.jwnl.dictionary
-
A MorphologicalProcessor
tries to turn the inflected form of a word or phrase into
the form that can be found in WordNet.