1
0
forked from GitHub/gf-core

Danish lexicon improved (but still unfinished)

This commit is contained in:
aarne
2006-05-26 12:00:09 +00:00
parent 40dcf1c0d6
commit db8d378b1f
6 changed files with 118 additions and 112 deletions

View File

@@ -174,10 +174,10 @@ resource ResEng = ParamX ** open Prelude in {
VP : Type = {
s : VerbForms ;
prp : Str ; -- present participle
inf : Str ; -- infinitive
ad : Str ;
s2 : Agr => Str
prp : Str ; -- present participle
inf : Str ; -- the infinitive form ; VerbForms would be the logical place
ad : Str ; -- sentential adverb
s2 : Agr => Str -- complement
} ;