1
0
forked from GitHub/gf-core

updated Danish (lexicon still Nor)

This commit is contained in:
aarne
2006-05-14 17:59:42 +00:00
parent 1d56ffbd5a
commit 9a74e68cf5
22 changed files with 1370 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
concrete IdiomDan of Idiom = CatDan **
open MorphoDan, ParadigmsDan, IrregDan, Prelude in {
flags optimize=all_subs ;
lin
ExistNP np =
mkClause "det" (agrP3 neutrum Sg) (insertObj
(\\_ => np.s ! accusative) (predV (depV finne_V))) ;
ImpersCl vp = mkClause "det" (agrP3 neutrum Sg) vp ;
GenericCl vp = mkClause "man" (agrP3 neutrum Sg) vp ;
ProgrVP vp =
insertObj (\\a => ["ved å"] ++ infVP vp a) (predV verbBe) ;
}