multi for Swe

This commit is contained in:
aarne
2005-11-07 07:26:04 +00:00
parent a4dbad93a1
commit 47d0a7f249
9 changed files with 83 additions and 41 deletions

View File

@@ -0,0 +1,9 @@
instance DemResSwe of DemRes = open Prelude, ResourceSwe, SyntaxSwe in {
oper
msS : S -> Str = \x -> x.s ! Main ;
msQS : QS -> Str = \x -> x.s ! DirQ ;
msImp : Imp -> Str = \x -> x.s ! Sg ;
} ;

View File

@@ -0,0 +1,7 @@
--# -path=.:../abstract:../scandinavian:../../prelude
concrete DemonstrativeSwe of Demonstrative =
CategoriesSwe ** DemonstrativeI with
(Resource = ResourceSwe),
(Basic = BasicSwe),
(DemRes = DemResSwe) ;

View File

@@ -0,0 +1,8 @@
--# -path=.:../abstract:../scandinavian:../../prelude
concrete MultimodalSwe of Multimodal =
RulesSwe, StructuralSwe, BasicSwe, TimeSwe, DemonstrativeSwe ** MultimodalI with
(Resource = ResourceSwe),
(Basic = BasicSwe),
(Lang = LangSwe),
(DemRes = DemResSwe) ;