fixed SUMORon according to changes in the resource grammar

This commit is contained in:
ramona.enache
2010-05-08 13:39:44 +00:00
parent a623bcbca5
commit dba4c9462c
9 changed files with 24 additions and 17 deletions

View File

@@ -1,3 +1,4 @@
--# -path=.:abstract:prelude:german:api:common
concrete GreetingsGer of Greetings = open Prelude in {
lincat

View File

@@ -56,4 +56,3 @@ PCitizenship x = mkPhrase (mkUtt (mkAP x.prop)) ;
PropCit p = p.prop ;
}

View File

@@ -91,7 +91,7 @@ lin
Belgian = mkA "belge" ;
Belgium = mkNP (mkPN "Belgique") ;
Bulgarian = mkNat "bulgare" "Bulgarie" ;
Catalan = mkNat "cataln" "Catalogne" ;
Catalan = mkNat "catalan" "Catalogne" ;
Danish = mkNat "danois" "Danemark" ;
Dutch = mkNat "hollandais" "Holland" ;
English = mkNat "anglais" "Angleterre" ;

View File

@@ -1,4 +1,7 @@
-- (c) 2009 Ramona Enache under LGPL
--# -path=.:../../dist/build/rgl/alltenses
-- (c) 2010 Ramona Enache under LGPL
concrete WordsRon of Words = SentencesRon ** open
SyntaxRon, ResRon, Prelude,