1
0
forked from GitHub/gf-core

started implementing Swedish construction grammar from Språkbanken

This commit is contained in:
aarne
2013-12-04 10:03:02 +00:00
parent 6fa7b1ed99
commit 8567d4df55
3 changed files with 133 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ incomplete concrete NounScand of Noun =
g = neutrum ; ----
m = True ; ---- is this needed for other than Art?
in {
s = \\c => det.sp ! m ! g ;
s = \\c => det.sp ! m ! g ; ---- case of det!
a = agrP3 (ngen2gen g) det.n
} ;