1
0
forked from GitHub/gf-rgl

more example languages

This commit is contained in:
aarne
2007-12-19 10:50:17 +00:00
parent 2137f29b3d
commit 25c1005dc8
9 changed files with 64 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ incomplete concrete NounRomance of Noun =
n = det.n
in {
s = \\c => let cs = npform2case c in
prepCase cs ++ det.s ! g ! cs ++ cn.s ! n ;
det.s ! g ! cs ++ cn.s ! n ;
a = agrP3 g n ;
hasClit = False
} ;