Class Summary |
Example |
An Example consists of a text String and a (possibly empty)
list of verb Frames. |
Frame |
A class to store Frame data. |
GermaNet |
Provides high-level look-up access to GermaNet data. |
LexUnit |
A LexUnit consists of one or more
orthForms (represented as a List of Strings), and has the following
attributes: markedStyle (boolean), sense (int), orthVar (boolean),
artificial (boolean), properName (boolean), status (String), and
word class (WordClass). |
Synset |
A Synset belongs to a
WordClass (WordClass.adj, WordClass.nomen, WordClass.verben) and
consists of Lists of LexUnits, Frames, paraphrases (Strings),
and Examples. |