public class WiktionaryParaphrase
extends java.lang.Object
WiktionaryParaphrase
consists of the Wiktionary sense
definition (represented as a String), the Wiktionary word and sense ids,
the corresponding GermaNet LexUnit id, and an attribute edited (boolean).
Methods are provided to get each of the attributes.
String sense = aWiktionaryParaphrase.getWiktionarySense();
Modifier and Type | Method and Description |
---|---|
int |
getLexUnitId()
Returns the identifier of the
LexUnit
corresponding to this WiktionaryParaphrase . |
int |
getWiktionaryId()
Returns the unique identifier of this
WiktionaryParaphrase . |
java.lang.String |
getWiktionarySense()
Returns the Wiktionary sense definition.
|
int |
getWiktionarySenseId()
Returns the unique identifier of the Wiktionary sense.
|
boolean |
hasBeenEdited()
Returns true if the
WiktionaryParaphrase was edited,
false otherwise. |
java.lang.String |
toString()
Returns a
String representation of this WiktionaryParaphrase . |
public int getLexUnitId()
LexUnit
corresponding to this WiktionaryParaphrase
.LexUnit
public int getWiktionaryId()
WiktionaryParaphrase
.WiktionaryParaphrase
public int getWiktionarySenseId()
public java.lang.String getWiktionarySense()
public boolean hasBeenEdited()
WiktionaryParaphrase
was edited,
false otherwise.WiktionaryParaphrase
was edited,
false otherwisepublic java.lang.String toString()
String
representation of this WiktionaryParaphrase
.toString
in class java.lang.Object
String
representation of this WiktionaryParaphrase