From 124738068a401b872369b8f4fb957bbdcd1bda87 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 17 Dec 2008 15:41:38 +0000 Subject: completed Russian grammar with missing syntax functions (marked ---- AR 17/12/2008); their effects should be checked --- next-lib/src/russian/AdjectiveRus.gf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'next-lib/src/russian/AdjectiveRus.gf') diff --git a/next-lib/src/russian/AdjectiveRus.gf b/next-lib/src/russian/AdjectiveRus.gf index 1cd91e71e..5a977e371 100644 --- a/next-lib/src/russian/AdjectiveRus.gf +++ b/next-lib/src/russian/AdjectiveRus.gf @@ -16,6 +16,24 @@ flags coding=utf8 ; p = True } ; + ---- AR 17/12/2008 + UseComparA bolshoj = + {s = \\af => bolshoj.s ! Compar ! af ; + p = True + } ; + + ---- AR 17/12/2008 + CAdvAP ad ap np = let adp = ad.s in { ---- should be ad.p + s = \\af => ad.s ++ ap.s ! af ++ adp ++ np.s ! (mkPronForm Gen Yes NonPoss) ; + p = True ----? + } ; + + ---- AR 17/12/2008 + AdjOrd a = { + s = a.s ; + p = True ---- ? + } ; + -- $SuperlA$ belongs to determiner syntax in $Noun$. ComplA2 vlublen tu = -- cgit v1.2.3