| Package | Description |
|---|---|
| javatools.database |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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 and Description |
|---|
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)
|