forked from GitHub/gf-core
added Model and ProcessTask in SumoFre and SumoRon
This commit is contained in:
7
examples/SUMO/EngineeringFre.gf
Normal file
7
examples/SUMO/EngineeringFre.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
--# -path=.:french:romance:abstract:prelude:common
|
||||
concrete EngineeringFre of Engineering = BasicFre ** open DictLangFre, ParadigmsFre, ResFre, LexiconFre, ExtraLexiconFre, ParamBasic,StructuralFre in {
|
||||
|
||||
lin
|
||||
|
||||
Model = UseN model_N ; -- FIX ME
|
||||
};
|
||||
7
examples/SUMO/EngineeringRon.gf
Normal file
7
examples/SUMO/EngineeringRon.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
--# -path=.:romanian:romance:abstract:prelude:common
|
||||
concrete EngineeringRon of Engineering = BasicRon ** open DictLangRon, ParadigmsRon, ResRon, LexiconRon, ExtraLexiconRon, ParamBasic,StructuralRon in {
|
||||
|
||||
lin
|
||||
|
||||
Model = UseN model_N ; -- FIX ME
|
||||
};
|
||||
@@ -54,8 +54,6 @@ Abstract = UseN abstract_N ;
|
||||
Attribute = UseN attribute_N ;
|
||||
Graph = UseN graph_N ;
|
||||
GraphElement = AdvCN (UseN element_N) (PrepNP part_Prep (MassNP (UseN graph_N))) ;
|
||||
Model = UseN model_N ; -- FIX ME
|
||||
ProcessTask = AdvCN (UseN task_N) (PrepNP possess_Prep (MassNP (UseN process_N))) ; -- FIX ME
|
||||
Proposition = UseN proposition_N ;
|
||||
Quantity = UseN quantity_N ;
|
||||
SetOrClass = ConjCN or_Conj (BaseCN (UseN set_N) (UseN class_N)) ;
|
||||
|
||||
8
examples/SUMO/QoSontologyFre.gf
Normal file
8
examples/SUMO/QoSontologyFre.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:french:romance:abstract:prelude:common
|
||||
concrete QoSontologyFre of QoSontology = BasicFre ** open DictLangFre, ParadigmsFre, ResFre, LexiconFre, ExtraLexiconFre, ParamBasic,StructuralFre in {
|
||||
|
||||
lin
|
||||
|
||||
|
||||
ProcessTask = AdvCN (UseN task_N) (PrepNP possess_Prep (MassNP (UseN process_N))) ;
|
||||
}
|
||||
8
examples/SUMO/QoSontologyRon.gf
Normal file
8
examples/SUMO/QoSontologyRon.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:french:romance:abstract:prelude:common
|
||||
concrete QoSontologyRon of QoSontology = BasicRon ** open DictLangRon, ParadigmsRon, ResRon, LexiconRon, ExtraLexiconRon, ParamBasic,StructuralRon in {
|
||||
|
||||
lin
|
||||
|
||||
|
||||
ProcessTask = AdvCN (UseN task_N) (PrepNP by8means_Prep (MassNP (UseN process_N))) ;
|
||||
}
|
||||
@@ -16,7 +16,7 @@ lin
|
||||
abstract_N = mkN "abstract" ;
|
||||
attribute_N = mkN "atribut" ;
|
||||
graph_N = mkNR "graf" ;
|
||||
model_N = mkN "model" ;
|
||||
model_N = mkN "model" neuter;
|
||||
process_N = mkN "proces" ;
|
||||
task_N = mkN "sarcină" ;
|
||||
proposition_N = mkN "propoziție" ;
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
concrete SUMOFre of SUMO =
|
||||
MergeFre,
|
||||
MidLevelOntologyFre,
|
||||
EconomyFre
|
||||
EconomyFre,
|
||||
EngineeringFre,
|
||||
QoSontologyFre
|
||||
|
||||
|
||||
** {
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
concrete SUMORon of SUMO =
|
||||
MergeRon,
|
||||
MidLevelOntologyRon,
|
||||
EconomyRon
|
||||
EconomyRon,
|
||||
EngineeringRon,
|
||||
QoSontologyRon
|
||||
|
||||
** {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user