diff options
Diffstat (limited to 'examples/SUMO/RGLExt')
| -rw-r--r-- | examples/SUMO/RGLExt/ExtraLexicon.gf | 22 | ||||
| -rw-r--r-- | examples/SUMO/RGLExt/ExtraLexiconFre.gf | 18 | ||||
| -rw-r--r-- | examples/SUMO/RGLExt/ExtraLexiconRon.gf | 18 |
3 files changed, 56 insertions, 2 deletions
diff --git a/examples/SUMO/RGLExt/ExtraLexicon.gf b/examples/SUMO/RGLExt/ExtraLexicon.gf index fa5ea52bd..d15177b70 100644 --- a/examples/SUMO/RGLExt/ExtraLexicon.gf +++ b/examples/SUMO/RGLExt/ExtraLexicon.gf @@ -4,4 +4,26 @@ fun square_A : A ;
value_N : N ;
element_N : N ;
+
+
+--------------------------
+--CNL presentation
+
+ entity_N : N ;
+ abstract_N : N ;
+ attribute_N : N ;
+ graph_N : N ;
+ model_N : N ;
+ process_N : N ;
+ task_N : N ;
+ proposition_N : N ;
+ quantity_N : N ;
+ set_N : N ;
+ class_N : N ;
+ physical_N : N ;
+ content_N : N ;
+ object_N : N ;
+ system_N : N ;
+ physical_A : A ;
+
}
diff --git a/examples/SUMO/RGLExt/ExtraLexiconFre.gf b/examples/SUMO/RGLExt/ExtraLexiconFre.gf index 6daabbaec..85755cbe1 100644 --- a/examples/SUMO/RGLExt/ExtraLexiconFre.gf +++ b/examples/SUMO/RGLExt/ExtraLexiconFre.gf @@ -4,7 +4,7 @@ concrete ExtraLexiconFre of ExtraLexicon = CatFre ** open ParadigmsFre,MorphoFre,BeschFre in {
flags
- optimize=values ;
+ optimize=values ; coding=utf8 ;
lin
value_N = regGenN "valeur" feminine ;
@@ -12,6 +12,22 @@ lin time_N = regN "heure" ;
element_N = mkN "élément" ;
+ entity_N = regGenN "entité" feminine;
+ abstract_N = mkN "abstrait" ;
+ attribute_N = mkN "attribut" ;
+ graph_N = regGenN "graph" masculine ;
+ model_N = regGenN "modèle" masculine;
+ process_N = mkN "processus" ;
+ task_N = regGenN "tâche" feminine;
+ proposition_N = regGenN "proposition" feminine ;
+ quantity_N = regGenN "quantité" feminine;
+ set_N = regGenN "ensemble" masculine;
+ class_N = regGenN "classe" feminine;
+ physical_N = regGenN "physique" masculine;
+ content_N = mkN "sens" ;
+ object_N = mkN "objet" ;
+ system_N = mkN "système" ;
+ physical_A = regA "physique" ;
diff --git a/examples/SUMO/RGLExt/ExtraLexiconRon.gf b/examples/SUMO/RGLExt/ExtraLexiconRon.gf index 8846a05de..9b91fcd3e 100644 --- a/examples/SUMO/RGLExt/ExtraLexiconRon.gf +++ b/examples/SUMO/RGLExt/ExtraLexiconRon.gf @@ -4,7 +4,7 @@ concrete ExtraLexiconRon of ExtraLexicon = CatRon ** open ParadigmsRon,MorphoRon,BeschRon in {
flags
- optimize=values ;
+ optimize=values ; coding=utf8 ;
lin
value_N = mkN "valoare" "valori" ;
@@ -12,6 +12,22 @@ lin time_N = mkNR "timp" ;
element_N = mkN "element" ;
+ entity_N = mkN "entitate" ;
+ abstract_N = mkN "abstract" ;
+ attribute_N = mkN "atribut" ;
+ graph_N = mkNR "graf" ;
+ model_N = mkN "model" ;
+ process_N = mkN "proces" ;
+ task_N = mkN "sarcină" ;
+ proposition_N = mkN "propoziție" ;
+ quantity_N = mkN "cantitate" ;
+ set_N = mkN "mulțime" ;
+ class_N = mkN "clasă" ;
+ physical_N = mkN "concret" ;
+ content_N = mkN "conținut" ;
+ object_N = mkN "obiect" ;
+ system_N = mkN "sistem" ;
+ physical_A = regA "concret" ;
|
