|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParsedSynset | |
---|---|
cic.wordnet | Allows a user to retrieve information from WordNet 3.0 database files. |
Uses of ParsedSynset in cic.wordnet |
---|
Fields in cic.wordnet with type parameters of type ParsedSynset | |
---|---|
(package private) static java.util.ArrayList<ParsedSynset> |
WordNet.synsets
Contains WordNet synsets with lemmatized glosses. |
Methods in cic.wordnet that return ParsedSynset | |
---|---|
static ParsedSynset |
WordNet.getSynset(java.lang.String sid)
Retrieve a synset by its synsetId using binary search over glosses mapping. |
private static ParsedSynset |
WordNet.parseGloss(java.lang.String line,
int pos)
Method for extracting a synset from a line of WordNet data. |
Methods in cic.wordnet that return types with arguments of type ParsedSynset | |
---|---|
static java.util.ArrayList<ParsedSynset> |
WordNet.getGlosses()
Returns glosses list. |
static java.util.ArrayList<ParsedSynset> |
WordNet.getLemma(java.lang.String lemma)
This method its similar to wn command of WordNet. getLemma uses a lemma in the format "lemma_P". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |