|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Synset in <Unnamed> |
|---|
| Fields in <Unnamed> with type parameters of type Synset | |
|---|---|
private static java.util.Map<java.lang.String,Synset> |
Synset.id2synset
|
private static java.util.List<java.util.Map<java.lang.String,java.util.List<Synset>>> |
Synset.lemma2synsets
|
private java.util.List<Synset> |
Pointer.refs
|
| Methods in <Unnamed> that return Synset | |
|---|---|
static Synset |
Synset.fromId(java.lang.String id)
Return the DOM element corresponding to a synset for an id |
| Methods in <Unnamed> that return types with arguments of type Synset | |
|---|---|
static java.util.List<Synset> |
Synset.fromWord(char pos,
java.lang.String word)
Return the DOM element corresponding to a synset in a part of speech for a lemma |
static java.util.List<Synset> |
Synset.fromWord(java.lang.String pos,
java.lang.String word)
Return the DOM element corresponding to a synset in a part of speech for a lemma |
(package private) java.util.List<Synset> |
Pointer.getRefs()
|
| Methods in <Unnamed> with parameters of type Synset | |
|---|---|
private static int |
Jwn.outHierMeronyms(java.lang.StringBuilder sb,
Synset s,
int level)
Recursive traversal of hypernyms and output of their meronyms |
private static int |
Jwn.outRelationTree(java.lang.StringBuilder sb,
java.lang.String relation,
Synset synset,
int indent,
int nbLevels)
Simplified call to outRelationTree |
private static int |
Jwn.outRelationTree(java.lang.StringBuilder sb,
java.lang.String relation,
Synset synset,
int indent,
int nbLevels,
java.lang.String arrow,
boolean showFirstSynset)
Recursive display of the synsets for a given relation |
private static java.lang.String |
Jwn.outSynset(Synset s,
int indent)
Simplified call to outSynset |
private static java.lang.String |
Jwn.outSynset(Synset s,
int indent,
java.lang.String arrow)
String output of the information about Synset s after indentation and output of the arrow String Gives more complete information if offset (-o) and glosses (-g) options have been specified |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||