added Model and ProcessTask in SumoFre and SumoRon

This commit is contained in:
ramona.enache
2010-09-06 08:58:30 +00:00
parent 4a6d43e07b
commit 1c457f0380
8 changed files with 37 additions and 5 deletions

View File

@@ -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)) ;