UNL Ontology

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
The '''UNL Ontology''', also known as the UW System, is a tree-like structure where UWs are interconnected through ontological relations: [[icl]] (is-a-kind-of), [[iof]] (is-an-instance-of), [[equ]] (is-equivalent-to) and [[pof]] (is-a-part-of). The UNL Ontology is claimed to improve the results of the [[enconversion]] process, as it can be used as a word sense disambiguation strategy; and the [[deconversion]] results, as it would compensate dictionary limitations. In what follows, we present the current specifications for the UNL Ontology. They are not mandatory but are required from those interested in using UNL Centre's and UNDL Foundation's tools.
+
The '''UNL Ontology''', also known as the UW System, is a tree-like structure where UWs are interconnected through ontological relations: [[icl]] (is-a-kind-of), [[iof]] (is-an-instance-of), [[equ]] (is-equivalent-to) and [[pof]] (is-a-part-of). The UNL Ontology is claimed to improve the results of the [[enconversion]] process, as it can be used as a word sense disambiguation strategy; and the [[deconversion]] results, as it would compensate dictionary limitations.  
== Syntax ==
+
 
+
The UNL Ontology is a plain text file with a single entry per line. There are two possible representations for UNL Ontology entries: they can be either represented as [[Master Definition|Master Definitions]] or as [[UNL Knowledge Base]] (UNLKB) entries.
+
 
+
When represented as UNLKB entries, the UNL Ontology entries have the following format:
+
 
+
{|
+
|<UNL Ontology entry>
+
|::=
+
|<binary relation>"="<degree of certainty>";"
+
|-
+
|<binary relation>
+
|::=
+
|{icl, iof, equ, pof} "(" <source node> "," <target node> ")"
+
|-
+
|<source node>
+
|::=
+
|any existing UW
+
|-
+
|<target node>
+
|::=
+
|any existing UW
+
|-
+
|<degree of certainty>
+
|::=
+
|{0,1}
+
|}
+
 
+
Where:<br >
+
0 = false <br >
+
1 = true <br >
+
 
+
[[Master Definitions]], or simply MD, is an abbreviated form for representing the UNL Ontology entries, but they can be used only with "[[icl]]" relations. This is the technique used by the UNL Centre to represent the UW System.
+
 
+
== Databases ==
+
  
 
For the time being, there are two different UNL ontologies:
 
For the time being, there are two different UNL ontologies:

Revision as of 22:21, 17 April 2009

The UNL Ontology, also known as the UW System, is a tree-like structure where UWs are interconnected through ontological relations: icl (is-a-kind-of), iof (is-an-instance-of), equ (is-equivalent-to) and pof (is-a-part-of). The UNL Ontology is claimed to improve the results of the enconversion process, as it can be used as a word sense disambiguation strategy; and the deconversion results, as it would compensate dictionary limitations.

For the time being, there are two different UNL ontologies:

A list of UWs provided by the UNL Centre (here presented as a part of the UNL Knowledge Base)
A list of UWs extracted out of the English WordNet2.1
Software