1
0
forked from GitHub/gf-rgl

predication Test: top-level grammar with Lexicon and Structural instead of the big Dictionary

This commit is contained in:
aarne
2014-02-08 10:45:17 +00:00
parent 65e7f91c99
commit 524bacd2ed
8 changed files with 204 additions and 60 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ oper
\s,a,p,vt -> tenseInfV s a p CommonScand.Act (liftV be_V) vt ;
hava_V : Verb = P.mkV "ha" "har" "ha" "hade" "haft" "havd" ; -- havd not used
be_V : Verb = P.mkV "vara" "är" "var" "varit" "varen" "varna" ;
be_V : Verb = P.mkV "vara" "är" "var" "var" "varit" "varen" ; -- varen not used
skola_V : Verb = P.mkV "skola" "ska" "ska" "skulle" "skolat" "skolad" ; ---- not used but ska and skulle
noObj : Agr => Str = \\_ => [] ;