Uses of Class
edu.mit.jwi.item.LexFile

Packages that use LexFile
edu.mit.jwi.item Provides classes and interfaces that represent the Wordnet data structures. 
 

Uses of LexFile in edu.mit.jwi.item
 

Subclasses of LexFile in edu.mit.jwi.item
 class UnknownLexFile
          Represents 'unknown' lexical files.
 

Fields in edu.mit.jwi.item declared as LexFile
static LexFile LexFile.ADJ_ALL
           
static LexFile LexFile.ADJ_PERT
           
static LexFile LexFile.ADJ_PPL
           
static LexFile LexFile.ADV_ALL
           
static LexFile LexFile.NOUN_ACT
           
static LexFile LexFile.NOUN_ANIMAL
           
static LexFile LexFile.NOUN_ARTIFACT
           
static LexFile LexFile.NOUN_ATTRIBUTE
           
static LexFile LexFile.NOUN_BODY
           
static LexFile LexFile.NOUN_COGNITION
           
static LexFile LexFile.NOUN_COMMUNICATION
           
static LexFile LexFile.NOUN_EVENT
           
static LexFile LexFile.NOUN_FEELING
           
static LexFile LexFile.NOUN_FOOD
           
static LexFile LexFile.NOUN_GROUP
           
static LexFile LexFile.NOUN_LOCATION
           
static LexFile LexFile.NOUN_MOTIVE
           
static LexFile LexFile.NOUN_OBJECT
           
static LexFile LexFile.NOUN_PERSON
           
static LexFile LexFile.NOUN_PHENOMENON
           
static LexFile LexFile.NOUN_PLANT
           
static LexFile LexFile.NOUN_POSSESSION
           
static LexFile LexFile.NOUN_PROCESS
           
static LexFile LexFile.NOUN_QUANTITY
           
static LexFile LexFile.NOUN_RELATION
           
static LexFile LexFile.NOUN_SHAPE
           
static LexFile LexFile.NOUN_STATE
           
static LexFile LexFile.NOUN_SUBSTANCE
           
static LexFile LexFile.NOUN_TIME
           
static LexFile LexFile.NOUN_TOPS
           
static LexFile LexFile.VERB_BODY
           
static LexFile LexFile.VERB_CHANGE
           
static LexFile LexFile.VERB_COGNITION
           
static LexFile LexFile.VERB_COMMUNICATION
           
static LexFile LexFile.VERB_COMPETITION
           
static LexFile LexFile.VERB_CONSUMPTION
           
static LexFile LexFile.VERB_CONTACT
           
static LexFile LexFile.VERB_CREATION
           
static LexFile LexFile.VERB_EMOTION
           
static LexFile LexFile.VERB_MOTION
           
static LexFile LexFile.VERB_PERCEPTION
           
static LexFile LexFile.VERB_POSESSION
           
static LexFile LexFile.VERB_SOCIAL
           
static LexFile LexFile.VERB_STATIVE
           
static LexFile LexFile.VERB_WEATHER
           
 

Methods in edu.mit.jwi.item that return LexFile
static LexFile LexFile.getLexicalFile(int num)
          A convenience method that allows retrieval of one of the built-in lexical file descriptions given the number.
 

Methods in edu.mit.jwi.item that return types with arguments of type LexFile
static java.util.Collection<LexFile> LexFile.values()
          Emulates the Enum#values() function.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.