1
0
forked from GitHub/gf-rgl

optimizing Fin

This commit is contained in:
aarne
2005-09-05 20:22:07 +00:00
parent d312878b26
commit 254e191227
5 changed files with 104 additions and 57 deletions

View File

@@ -78,7 +78,7 @@ lincat
S = {s : Str} ;
Cl = Clause ;
-- = {s : Bool => SForm => Str} ;
-- = {s : Str ; s1,s2 : Bool => SForm => Str ; s3 : Str} ;
Slash = Sentence ** {s2 : Str ; c : Case} ;
@@ -89,7 +89,7 @@ lincat
IP = {s : NPForm => Str ; n : Number} ;
IDet = {s : Gender => Case => Str ; n : Number} ;
IAdv = {s : Str} ;
QCl = {s : Bool => SForm => Str} ;
QCl = Clause ;
QS = {s : Str} ;
Imp = {s : Number => Str} ;
Phr = {s : Str} ;