Antonym (ANT)
The CASTEMO data model recommends a strong understanding of antonymy, i.e. one which to some degree applies also to the Superclasses of both lexemes.
Through Concepts used for Classification, antonymy helps to build contrasting sets of entities for analysis. Through antonymous Actions, it helps to build contrasting sets of Events.
Typescript definition
interface IAntonym extends IRelation {
type: RelationEnums.Type.Antonym;
entityIds: [string, string];
order: number;
}
No comments to display
No comments to display