UNL Dictionary

From UNL Wiki
Revision as of 15:14, 14 December 2010 by Martins (Talk | contribs)
Jump to: navigation, search

The UNL Dictionary, or UW Dictionary, is the inventory of Universal Words. It is a flat list of UWs in alphabetical order with their corresponding semantic features, but without any further organization or structure, which is expected to be provided by the other UNL lexical databases (the UNL Ontology, the UNL Knowledge Base and the UNL Example Base, namely).

Syntax

The UNL Dictionary complies with the Dictionary Specs.

Structure

The current structure of the UNL Dictionary in the UNLarium database is the following:

<dic_unl>
  <UWID>Unique identifier (integer auto-increment)</UWID>
  <UW>UW</UW>
  <HEADWORD>Headword of the UW</HEADWORD>
  <DEFINITION>Definition of the UW</DEFINITION>
  <EXAMPLE>Example of the UW</EXAMPLE>
  <LEX>Lexical Category</LEX>
  <ABN>Abstractness</ABN>
  <ALY>Alienability</ALY>
  <ANI>Animacy</ANI>
  <CAR>Cardinality</CAR>
  <GEN>Gender</GEN>
  <POL>Polarity</POL>
  <SEM>Semantic class</SEM>
  <SEMFRA>Semantic frame</SEMFRA>
  <SLANGUAGE>Source language</SLANGUAGE>
  <PROJECT>Source project</PROJECT>
  <AUTHOR>Creator of the UW</AUTHOR>
  <EDITOR>Editor of the UW</EDITOR>
  <REVISOR>Revisor of the UW</REVISOR>
  <CREATED>Date of creation</CREATED>
  <EDITED>Date of edition</EDITED>
  <REVISED>Date of revision</REVISED>
  <STATUS>Current status</STATUS>
  <PROBLEM>Problem, if any</PROBLEM>
  <BUG_REPORTER>User who reported the problem</BUG_REPORTER>
  <IMAGE>Image, if any</IMAGE>
  <COMMENTS>Comments</COMMENTS>
  <DECLINED>Number of times the entry has been declined</DECLINED>
  <FREQUENCY>Frequency of the UW</FREQUENCY>
  <ASSIGNMENT>Number of the assignment, if any</ASSIGNMENT>
  <CORE>1, if the entry belongs to the core dictionary; 0, otherwise</CORE>
  <DATE>Last update</DATE>
</dic_unl>

Data

Export the UNL Dictionary from the UNLarium
Software