scand questions

This commit is contained in:
aarne
2005-12-07 20:10:30 +00:00
parent 36c899e975
commit b7cb68eb08
9 changed files with 142 additions and 116 deletions

View File

@@ -24,6 +24,8 @@ instance DiffSwe of DiffScand = open ResScand, Prelude in {
conjThan = "än" ;
infMark = "att" ;
subjIf = "om" ;
artIndef : Gender => Str = table {
Utr => "en" ;
Neutr => "ett"

View File

@@ -0,0 +1,2 @@
concrete QuestionSwe of Question = CatSwe ** QuestionScand with
(DiffScand = DiffSwe) ;

View File

@@ -7,7 +7,7 @@ concrete TestSwe of Test =
AdverbSwe,
-- -- NumeralSwe,
SentenceSwe,
-- QuestionSwe,
QuestionSwe,
-- RelativeSwe,
-- ConjunctionSwe,
PhraseSwe,