mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
multimodal for Swedish
This commit is contained in:
@@ -23,7 +23,10 @@ incomplete concrete DemonstrativeI of Demonstrative = Cat, TenseX **
|
||||
in
|
||||
mkDem
|
||||
{s : Polarity => Str}
|
||||
(polCases (PosCl cl).s (NegCl cl).s) (concatPoint np vp) ;
|
||||
(polCases
|
||||
(UttS (PosCl cl))
|
||||
(UttS (NegCl cl)))
|
||||
(concatPoint np vp) ;
|
||||
|
||||
MQPredVP np vp =
|
||||
let cl = QuestCl (PredVP np vp)
|
||||
@@ -31,8 +34,8 @@ incomplete concrete DemonstrativeI of Demonstrative = Cat, TenseX **
|
||||
mkDem
|
||||
{s : Polarity => Str}
|
||||
(polCases
|
||||
((PosQCl cl).s ! QDir)
|
||||
((NegQCl cl).s ! QDir))
|
||||
(UttQS (PosQCl cl))
|
||||
(UttQS (NegQCl cl)))
|
||||
(concatPoint np vp) ;
|
||||
|
||||
MQuestVP np vp =
|
||||
@@ -41,8 +44,8 @@ incomplete concrete DemonstrativeI of Demonstrative = Cat, TenseX **
|
||||
mkDem
|
||||
{s : Polarity => Str}
|
||||
(polCases
|
||||
((PosQCl cl).s ! QDir)
|
||||
((NegQCl cl).s ! QDir))
|
||||
(UttQS (PosQCl cl))
|
||||
(UttQS (NegQCl cl)))
|
||||
vp ;
|
||||
|
||||
MImpVP vp =
|
||||
@@ -51,8 +54,8 @@ incomplete concrete DemonstrativeI of Demonstrative = Cat, TenseX **
|
||||
mkDem
|
||||
{s : Polarity => Str}
|
||||
(polCases
|
||||
((UttImpSg PPos imp).s)
|
||||
((UttImpSg PNeg imp).s))
|
||||
((UttImpSg PPos imp))
|
||||
((UttImpSg PNeg imp)))
|
||||
vp ;
|
||||
|
||||
|
||||
|
||||
4
lib/resource-1.0/multimodal/DemonstrativeSwe.gf
Normal file
4
lib/resource-1.0/multimodal/DemonstrativeSwe.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
concrete DemonstrativeSwe of Demonstrative = CatSwe, TenseX ** DemonstrativeI with
|
||||
(Test = TestSwe),
|
||||
(Structural = StructuralSwe) ;
|
||||
|
||||
19
lib/resource-1.0/multimodal/MultimodalSwe.gf
Normal file
19
lib/resource-1.0/multimodal/MultimodalSwe.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
--# -path=.:../swedish/:../scandinavian:../abstract:../common:prelude
|
||||
|
||||
concrete MultimodalSwe of Multimodal =
|
||||
NounSwe,
|
||||
-- Verb,
|
||||
AdjectiveSwe,
|
||||
AdverbSwe,
|
||||
NumeralSwe,
|
||||
-- Sentence,
|
||||
-- Question,
|
||||
-- Relative,
|
||||
-- Conjunction,
|
||||
-- Phrase,
|
||||
-- Tensed,
|
||||
StructuralSwe,
|
||||
DemonstrativeSwe,
|
||||
BasicSwe
|
||||
** {} ;
|
||||
|
||||
Reference in New Issue
Block a user