1
0
forked from GitHub/gf-core

Romance inverted questions

This commit is contained in:
aarne
2007-02-24 11:35:46 +00:00
parent 5c7bd4c5c7
commit a11bb7a23c
10 changed files with 46 additions and 29 deletions

View File

@@ -14,9 +14,9 @@ incomplete concrete CatRomance of Cat =
-- Sentence
Cl = {s : RTense => Anteriority => Polarity => Mood => Str} ;
Cl = {s : Direct => RTense => Anteriority => Polarity => Mood => Str} ;
Slash = {
s : AAgr => RTense => Anteriority => Polarity => Mood => Str ;
s : Direct => AAgr => RTense => Anteriority => Polarity => Mood => Str ;
c2 : Compl
} ;
Imp = {s : Polarity => ImpForm => Gender => Str} ;