| Package | Description |
|---|---|
| edu.mit.jwi.data.parse |
Provides classes and interfaces that parse lines from Wordnet files.
|
| edu.mit.jwi.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| Modifier and Type | Method and Description |
|---|---|
protected ILexFile |
DataLineParser.resolveLexicalFile(int lexFileNum)
Retrieves the lexical file objects for the
DataLineParser.parseLine(String)
method. |
protected ILexFile |
SenseKeyParser.resolveLexicalFile(int lexFileNum)
Retrieves the lexical file objects for the
SenseKeyParser.parseLine(String)
method. |
| Modifier and Type | Class and Description |
|---|---|
class |
LexFile
Concrete implementation of the
ILexFile interface. |
class |
UnknownLexFile
Represents 'unknown' lexical files.
|
| Modifier and Type | Method and Description |
|---|---|
ILexFile |
SenseKey.getLexicalFile() |
ILexFile |
Synset.getLexicalFile() |
ILexFile |
ISenseKey.getLexicalFile()
Returns the lexical file associated with this sense key.
|
ILexFile |
ISynset.getLexicalFile()
Returns a description of the lexical file.
|
| Constructor and Description |
|---|
SenseKey(String lemma,
int lexID,
POS pos,
boolean isAdjSat,
ILexFile lexFile)
Constructs a new sense key.
|
SenseKey(String lemma,
int lexID,
POS pos,
boolean isAdjSat,
ILexFile lexFile,
String originalKey)
Constructs a new sense key.
|
SenseKey(String lemma,
int lexID,
POS pos,
ILexFile lexFile,
String headLemma,
int headLexID,
String originalKey)
Constructs a new sense key.
|
Synset(ISynsetID id,
ILexFile lexFile,
boolean isAdjSat,
boolean isAdjHead,
String gloss,
List<Synset.IWordBuilder> wordBuilders,
Map<IPointer,? extends List<ISynsetID>> ids)
Constructs a new synset object with the specified parameters.
|
Copyright © 2018. All rights reserved.