| Package | Description |
|---|---|
| javatools.database |
| Modifier and Type | Method and Description |
|---|---|
WordNet.WordType |
WordNet.Synset.getWordType()
Returns WordType
|
static WordNet.WordType |
WordNet.WordType.valueOf(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(File wn_s,
File relation,
WordNet.WordType lextype,
int sensesPerWord)
Constructor
|
WordNet(File wn_s,
WordNet.WordType lextype,
int sensesPerWord)
Constructor with no relation (only synsets)
|
| Constructor and Description |
|---|
WordNet(File wn_s,
EnumSet<WordNet.WordType> lextypes,
int sensesPerWord)
Constructor with no relation (only synsets)
|
WordNet(File wn_s,
File relation,
EnumSet<WordNet.WordType> lextypes,
int sensesPerWord)
Constructor (main constructor)
|
Copyright © 2018. All rights reserved.