mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
trams with mm library
This commit is contained in:
9
lib/resource/french/DemResFre.gf
Normal file
9
lib/resource/french/DemResFre.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
instance DemResFre of DemRes = open Prelude, ResourceFre, SyntaxFre in {
|
||||
|
||||
oper
|
||||
msS : S -> Str = \x -> x.s ! Ind ;
|
||||
msQS : QS -> Str = \x -> x.s ! DirQ ;
|
||||
msImp : Imp -> Str = \x -> x.s ! Masc ! Sg ;
|
||||
|
||||
|
||||
} ;
|
||||
7
lib/resource/french/DemonstrativeFre.gf
Normal file
7
lib/resource/french/DemonstrativeFre.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
--# -path=.:../abstract:../romance:../../prelude
|
||||
|
||||
concrete DemonstrativeFre of Demonstrative =
|
||||
CategoriesFre ** DemonstrativeI with
|
||||
(Resource = ResourceFre),
|
||||
(Basic = BasicFre),
|
||||
(DemRes = DemResFre) ;
|
||||
8
lib/resource/french/MultimodalFre.gf
Normal file
8
lib/resource/french/MultimodalFre.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:../abstract:../romance:../../prelude
|
||||
|
||||
concrete MultimodalFre of Multimodal =
|
||||
RulesFre, StructuralFre, BasicFre, TimeFre, DemonstrativeFre ** MultimodalI with
|
||||
(Resource = ResourceFre),
|
||||
(Basic = BasicFre),
|
||||
(Lang = LangFre),
|
||||
(DemRes = DemResFre) ;
|
||||
Reference in New Issue
Block a user