SN Source Model - Semantic Network (WordNet)
I. Introduction
Some existing computational lexicons and thesauri encode antonymy along with other semantic relations for NLP applications. WordNet has one of the most comprehended collections for antonyms and is used in this model.
II. Design
This model includes three process to generate aPair candidates:
The CUI and STI criteria are not used here because WordNet is a semantic network and thus there is no need to check from the semantic aspect.
Some retrieved aPair candidate examples are shown in the table below. Please see design documents for details.
Ant-2 | Ant-2 | POS |
---|---|---|
admit | deny | verb |
agitation | calmness | noun |
acutely | chronically | adv |
wrong | right | adj |
... | ... | ... |
III. Implementation
Java source codes are implemented in the directory of WordNetAPairs:
These candidates are converted to standard 10 field format and sent to linguists for tagging and further processing.