This commit is contained in:
aarne
2005-09-15 15:22:00 +00:00
parent efaafffb77
commit 7df1ff9409
30 changed files with 412 additions and 55 deletions

View File

@@ -122,6 +122,11 @@ oper
npDet : NounPhrase ;
addSymbNounPhrase : NounPhrase -> Str -> NounPhrase = \np,x ->
{s = \\c => np.s ! c ++ x ; g = np.g ; n = np.n ; p = np.p} ;
--2 Determiners
--
-- Determiners are inflected according to noun in gender and sex.
@@ -1710,4 +1715,7 @@ oper
pronVars, pronVem, pronVems : Str ;
conjEt : Str ;
letImp : Str = "låt" ; ---- check for all scand
} ;