public interface AlignedEntity extends Entity
Entity
with an integer id that marks its alignment with another
entity. This way, two aligned entities in the same sentence pair (one in the
source sentence, and the other one in the target sentence) would be
considered to be aligned.Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns the id of this aligned entity.
|
AlignedEntity |
toLowerCase()
Returns the lower case representation of this aligned entity.
|
getLemma, getMorphologicalTags, getType
equalsIgnoreCase
getText
int getId()
AlignedEntity toLowerCase()
toLowerCase
in interface Entity
toLowerCase
in interface Token