fixed Danish auxialiary and particle verb word order in Scandinavian

This commit is contained in:
aarne
2006-05-26 14:03:45 +00:00
parent db8d378b1f
commit 6a0fc4e053
13 changed files with 156 additions and 81 deletions

View File

@@ -14,6 +14,12 @@ interface DiffScand = open CommonScand, Prelude in {
detDef : Species ;
-- Danish verbs have a marking for compound-tense auxiliary ("have" or "være").
Verb : Type ;
hasAuxBe : Verb -> Bool ;
-- Strings.
conjThat : Str ;
@@ -25,10 +31,10 @@ interface DiffScand = open CommonScand, Prelude in {
artIndef : Gender => Str ;
verbHave : {s : VForm => Str ; vtype : VType} ;
verbBe : {s : VForm => Str ; vtype : VType} ;
verbHave : Verb ;
verbBe : Verb ;
verbBecome : {s : VForm => Str ; vtype : VType} ;
verbBecome : Verb ;
auxFut : Str ;
auxCond : Str ;