- setCompoundInfo(CompoundInfo) - Method in class de.tuebingen.uni.sfs.germanet.api.LexUnit
-
Set the CompoundInfo
for this LexUnit
.
- setFrame(Frame) - Method in class de.tuebingen.uni.sfs.germanet.api.Example
-
Set the specified Frame
to this Example
.
- setParaphrase(String) - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
-
Sets the paraphrase of this Synset
.
- setText(String) - Method in class de.tuebingen.uni.sfs.germanet.api.Example
-
Replaces the text with the specified text.
- setWordClass(WordClass) - Method in class de.tuebingen.uni.sfs.germanet.api.Synset
-
Sets the word class of this Synset
.
- Synset - Class in de.tuebingen.uni.sfs.germanet.api
-
A Synset
belongs to a WordCategory
(WordCategory.adj
, WordCategory.nomen
,
WordCategory.verben
) and
consists of a paraphrase (Strings) and a list of LexUnit
s.
- Synset(int, WordCategory, WordClass) - Constructor for class de.tuebingen.uni.sfs.germanet.api.Synset
-
Constructs a Synset
with the specified attributes.