Uses of Class
javatools.database.WordNet.WordType

Packages that use WordNet.WordType
javatools.database   
 

Uses of WordNet.WordType in javatools.database
 

Methods in javatools.database that return WordNet.WordType
 WordNet.WordType WordNet.Synset.getWordType()
          Returns WordType
static WordNet.WordType WordNet.WordType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WordNet.WordType[] WordNet.WordType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in javatools.database with parameters of type WordNet.WordType
WordNet(java.io.File wn_s, java.io.File relation, WordNet.WordType lextype, int sensesPerWord)
          Constructor
WordNet(java.io.File wn_s, WordNet.WordType lextype, int sensesPerWord)
          Constructor with no relation (only synsets)
 

Constructor parameters in javatools.database with type arguments of type WordNet.WordType
WordNet(java.io.File wn_s, java.util.EnumSet<WordNet.WordType> lextypes, int sensesPerWord)
          Constructor with no relation (only synsets)
WordNet(java.io.File wn_s, java.io.File relation, java.util.EnumSet<WordNet.WordType> lextypes, int sensesPerWord)
          Constructor (main constructor)