public interface IWiktionaryRelation
IWiktionarySense. For relations that have not yet been attached
to a certain word sense or that are not depending on a certain word sense
(e.g., for derived terms that hold for an entire lexical entry), the
unassigned sense (IWiktionaryEntry.getUnassignedSense()) is
used. The target of a relation is given as a word form, sometimes
including additional hints on the word sense, such as sense indices
or grammatical information.| Modifier and Type | Interface and Description |
|---|---|
static class |
IWiktionaryRelation.LinkType
Types of a link used by
getLinkType(). |
| Modifier and Type | Method and Description |
|---|---|
IWiktionaryRelation.LinkType |
getLinkType()
Returns the
IWiktionaryRelation.LinkType that is used to encode the relation's
target. |
RelationType |
getRelationType()
Returns the type of this relation (never
null). |
String |
getTarget()
Returns the target word form of this relation.
|
String |
getTargetSense()
Returns additional information on the word sense of the relation's
target.
|
String getTarget()
String getTargetSense()
RelationType getRelationType()
null).IWiktionaryRelation.LinkType getLinkType()
IWiktionaryRelation.LinkType that is used to encode the relation's
target.Copyright © 2011-2016 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.