UNL Dictionary

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
''Main article: [[Dictionary]]''
 +
 
The '''UNL Dictionary''', or UD, is the inventory of the permanent [[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 Knowledge Base]] and the [[UNL Memory]], namely).
 
The '''UNL Dictionary''', or UD, is the inventory of the permanent [[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 Knowledge Base]] and the [[UNL Memory]], namely).
  
Line 7: Line 9:
 
:*The '''UNL Unabridged Dictionary''' contains all permanent UWs (simple, compound or complex) that are lexicalized in at least one language
 
:*The '''UNL Unabridged Dictionary''' contains all permanent UWs (simple, compound or complex) that are lexicalized in at least one language
  
== Structure ==
+
158)Obligation=obligation
 
+
159)duty=devoir
<`UWID` int(11) NOT NULL AUTO_INCREMENT COMMENT 'UWID',
+
160)assail=assault (Ex. En: He assailed with many insults, FR: Il est assaili avec beaucoup d'insultes
                  `UW` varchar(255) COLLATE utf8_unicode_ci NOT NULL COMMENT 'Universal Word',
+
161)Arrest=arreter
                  `HEADWORD` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Headword',
+
162)art=l'art
                  `SYNSET` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+
163)army=armee
                  `ROOT` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+
164)The arsenal=arsenal
                  `SEMSTR` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+
165)=arson=incendie (En: He is guilty of arson, FR:Il est coupable d'incendie)
                  `HYPERNYM` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+
166)arms=armes (En:call to arms, army, FR Appel aux armes, a l'armee
                  `DEFINITION` text COLLATE utf8_unicode_ci COMMENT 'Definition',
+
167)arrogation=arrogation, l'adoption d'un enfant
                  `EXAMPLE` text COLLATE utf8_unicode_ci COMMENT 'Example',
+
168)appelate=appeler (En: He was appelated to Court, FR: Il est appele a la Cour)
                  `LEX` char(1) COLLATE utf8_unicode_ci NOT NULL COMMENT 'Lexical Category',
+
169)arbitrage=arbitrage
                  `ABN` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Abstractness',
+
170)arbitrary=arbitraire
                  `ALY` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Alienability',
+
171)asecuration=securite (En it is actually for vessels, the ship is asecurated, le vesseau est securise
                  `ANI` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Animacy',
+
172)ascertain=affirmer
                  `CAR` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Cardinality',
+
173)assess=evaluer (EN: Your C will be assessed, FR : Votre CV sera evalue
                  `GEN` char(3) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Gender',
+
174)arrears=paiement en retard (En: The non paid off debt, FR:Paiement du passe no paye, hors date d'expiration
                  `POL` char(3) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Polarity',
+
175)arraign=arraigner
                  `SEM` char(3) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Semantic Category',
+
176)attack=attaquer
                  `SFR` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Semantic Frame',
+
177)arrest=arreter
                  `SLANGUAGE` char(2) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Source Language',
+
178)list of juries=liste des jures
                  `PROJECT` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Project',
+
179)Appelate=Appeler (En: Appelate Court, FR: Cour d'Appel)
                  `AUTHOR` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Author',
+
180)ancestor=ancetre
                  `EDITOR` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Editor',
+
181)antagonism=concurrence
                  `REVISOR` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Revisor',
+
182)anti-nuptial=antenuptial (Ex. EN: Before wedding, FR Avant le mariage
                  `CREATED` date DEFAULT NULL COMMENT 'Created',
+
183)antecdant=antecedant
                  `EDITED` date DEFAULT NULL COMMENT 'Edited',
+
184)a priori=par avance
                  `REVISED` date DEFAULT NULL COMMENT 'Revised',
+
185)acclaim=reclamer
                  `STATUS` int(1) DEFAULT NULL COMMENT 'Status',
+
186)Claim=Denonce pour proceder a la Cour
                  `PROBLEM` text COLLATE utf8_unicode_ci COMMENT 'Problem',
+
187)Denunciation=Denonce (Ex. En: He'll proceed to denunciation, FR Il va proceder a une denonciation)
                  `BUG_REPORTER` text COLLATE utf8_unicode_ci COMMENT 'Bug Reporter',
+
188)ascondation=asconde (En: Usually in Penal law, this is condemned to high penalty, FR: Selon le Droit, l'asconde est condamnee a haute penalite)
                  `IMAGE` text COLLATE utf8_unicode_ci COMMENT 'Image',
+
                  `COMMENTS` text COLLATE utf8_unicode_ci COMMENT 'Comments',
+
                  `DECLINED` int(11) DEFAULT NULL,
+
                  `REFUSED` int(11) NOT NULL DEFAULT '0',
+
                  `FREQUENCY` int(11) DEFAULT NULL COMMENT 'Frequency',
+
                  `ASSIGNMENT` int(11) DEFAULT NULL,
+
                  `CORE` int(1) DEFAULT NULL,
+
                  `UNIVERSALITY` tinyint(1) NOT NULL,
+
                  `DATE` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated',
+
                  PRIMARY KEY (`UWID`),
+

Latest revision as of 02:34, 13 March 2019

Main article: Dictionary

The UNL Dictionary, or UD, is the inventory of the permanent 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 Knowledge Base and the UNL Memory, namely).

Subdivisions

The UNL Dictionary is divided into three nested repositories:

  • The UNL Core Dictionary contains only permanent simple UWs that are (presumably) shared by all languages
  • The UNL Abridged Dictionary contains all permanent UWs (simple, compound or complex) that are shared by at least two different language families
  • The UNL Unabridged Dictionary contains all permanent UWs (simple, compound or complex) that are lexicalized in at least one language

158)Obligation=obligation 159)duty=devoir 160)assail=assault (Ex. En: He assailed with many insults, FR: Il est assaili avec beaucoup d'insultes 161)Arrest=arreter 162)art=l'art 163)army=armee 164)The arsenal=arsenal 165)=arson=incendie (En: He is guilty of arson, FR:Il est coupable d'incendie) 166)arms=armes (En:call to arms, army, FR Appel aux armes, a l'armee 167)arrogation=arrogation, l'adoption d'un enfant 168)appelate=appeler (En: He was appelated to Court, FR: Il est appele a la Cour) 169)arbitrage=arbitrage 170)arbitrary=arbitraire 171)asecuration=securite (En it is actually for vessels, the ship is asecurated, le vesseau est securise 172)ascertain=affirmer 173)assess=evaluer (EN: Your C will be assessed, FR : Votre CV sera evalue 174)arrears=paiement en retard (En: The non paid off debt, FR:Paiement du passe no paye, hors date d'expiration 175)arraign=arraigner 176)attack=attaquer 177)arrest=arreter 178)list of juries=liste des jures 179)Appelate=Appeler (En: Appelate Court, FR: Cour d'Appel) 180)ancestor=ancetre 181)antagonism=concurrence 182)anti-nuptial=antenuptial (Ex. EN: Before wedding, FR Avant le mariage 183)antecdant=antecedant 184)a priori=par avance 185)acclaim=reclamer 186)Claim=Denonce pour proceder a la Cour 187)Denunciation=Denonce (Ex. En: He'll proceed to denunciation, FR Il va proceder a une denonciation) 188)ascondation=asconde (En: Usually in Penal law, this is condemned to high penalty, FR: Selon le Droit, l'asconde est condamnee a haute penalite)

Software