From 1edd84c21a0b06cf2bd8f1482b9e7ab9edacb6ba Mon Sep 17 00:00:00 2001 From: "ramona.enache" Date: Sat, 4 Sep 2010 21:19:03 +0000 Subject: added basic concepts of the SUMO ontology for French and Romanian --- examples/SUMO/MergeFre.gf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'examples/SUMO/MergeFre.gf') diff --git a/examples/SUMO/MergeFre.gf b/examples/SUMO/MergeFre.gf index 9beb73c35..d1ef1af3b 100644 --- a/examples/SUMO/MergeFre.gf +++ b/examples/SUMO/MergeFre.gf @@ -48,4 +48,22 @@ sister ob1 ob2 = mkPolSent (PredVP ob1 (AdvVP (UseComp (CompNP (DetCN (DetQuant -- ternary predicate +---------------- CNL demo +Entity = UseN entity_N ; +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)) ; +Physical = UseN physical_N ; +ContentBearingPhysical = AdvCN (UseN physical_N) (PrepNP with_Prep (MassNP (UseN content_N))) ; +Object = UseN object_N ; +PhysicalSystem = AdjCN (PositA physical_A) (UseN system_N) ; +Process = UseN process_N ; + + }; \ No newline at end of file -- cgit v1.2.3