1
0
forked from GitHub/gf-core

started romance predication; some restructuring of modules; CheckGrammar value table bug fix

This commit is contained in:
aarne
2006-01-20 10:54:38 +00:00
parent c40ad4e79f
commit de7e50a92a
19 changed files with 811 additions and 880 deletions

View File

@@ -1,5 +1,5 @@
incomplete concrete CatRomance of Cat =
open ResRomance, Prelude, DiffRomance, (R = ParamX) in {
open Prelude, CommonRomance, ResRomance, (R = ParamX) in {
flags optimize=all_subs ;
@@ -35,22 +35,10 @@ incomplete concrete CatRomance of Cat =
-- Verb
VP = {
s : Anteriority => VF => {
fin : Str ; -- ai
inf : Str -- dit
} ;
a1 : Polarity => Str ; -- ne-pas
c1 : Str ; -- le
c2 : Str ; -- lui
n2 : Agr => Str ; -- content(e) ; à ma mère
a2 : Str ; -- hier
ext : Str ; -- que je dors
} ;
VP = CommonRomance.VP ;
Comp = {s : Agr => Str} ;
SC = {s : Str} ;
-- Adjective
AP = {s : AForm => Str ; isPre : Bool} ;
@@ -97,8 +85,4 @@ incomplete concrete CatRomance of Cat =
N3 = Noun ** {c2,c3 : Compl} ;
PN = {s : Str ; g : Gender} ;
oper
Noun = {s : Number => Str ; g : Gender} ;
Verb = {s : VF => Str ; aux : VAux ; isRefl : Bool} ;
}