mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 07:32:51 -06:00
multi for Swe
This commit is contained in:
9
lib/resource/swedish/DemResSwe.gf
Normal file
9
lib/resource/swedish/DemResSwe.gf
Normal 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 ;
|
||||
|
||||
|
||||
} ;
|
||||
7
lib/resource/swedish/DemonstrativeSwe.gf
Normal file
7
lib/resource/swedish/DemonstrativeSwe.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
--# -path=.:../abstract:../scandinavian:../../prelude
|
||||
|
||||
concrete DemonstrativeSwe of Demonstrative =
|
||||
CategoriesSwe ** DemonstrativeI with
|
||||
(Resource = ResourceSwe),
|
||||
(Basic = BasicSwe),
|
||||
(DemRes = DemResSwe) ;
|
||||
8
lib/resource/swedish/MultimodalSwe.gf
Normal file
8
lib/resource/swedish/MultimodalSwe.gf
Normal 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) ;
|
||||
Reference in New Issue
Block a user