1
0
forked from GitHub/gf-rgl

German numerals and coordination

This commit is contained in:
aarne
2006-01-05 21:37:53 +00:00
parent d805c0a585
commit f8484f72fa
8 changed files with 103 additions and 78 deletions

View File

@@ -9,7 +9,7 @@ concrete AdjectiveGer of Adjective = CatGer ** open ResGer, Prelude in {
isPre = True
} ;
ComparA a np = {
s = \\af => a.s ! Compar ! af ++ "als" ++ np.s ! Nom ;
s = \\af => a.s ! Compar ! af ++ conjThan ++ np.s ! Nom ;
isPre = True
} ;