Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
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.