Uses of Class
cic.wordnet.pairs.KeyArray

Packages that use KeyArray
cic.wordnet Allows a user to retrieve information from WordNet 3.0 database files. 
 

Uses of KeyArray in cic.wordnet
 

Fields in cic.wordnet with type parameters of type KeyArray
(package private) static java.util.ArrayList<KeyArray> WordNet.synMaps
          Contains the mapping between a lemma and its possible synsets.
 

Methods in cic.wordnet that return types with arguments of type KeyArray
static java.util.ArrayList<KeyArray> WordNet.getSynsets()
          Returns lemma/synsets memory mapping.