forked from GitHub/gf-core
updated Danish (lexicon still Nor)
This commit is contained in:
17
lib/resource-1.0/danish/IdiomDan.gf
Normal file
17
lib/resource-1.0/danish/IdiomDan.gf
Normal 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) ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user