mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
Swedish relatives
This commit is contained in:
@@ -50,4 +50,14 @@ instance DiffSwe of DiffScand = open ResScand, Prelude in {
|
||||
Neutr => allt
|
||||
} ;
|
||||
|
||||
relPron : GenNum => RCase => Str = \\gn,c => case c of {
|
||||
RNom => "som" ;
|
||||
RGen => "vars" ;
|
||||
RPrep => gennumForms "vilken" "vilket" "vilka" ! gn
|
||||
} ;
|
||||
|
||||
pronSuch = gennumForms "sådan" "sådant" "sådana" ;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
2
lib/resource-1.0/swedish/RelativeSwe.gf
Normal file
2
lib/resource-1.0/swedish/RelativeSwe.gf
Normal file
@@ -0,0 +1,2 @@
|
||||
concrete RelativeSwe of Relative = CatSwe ** RelativeScand with
|
||||
(DiffScand = DiffSwe) ;
|
||||
@@ -8,7 +8,7 @@ concrete TestSwe of Test =
|
||||
-- -- NumeralSwe,
|
||||
SentenceSwe,
|
||||
QuestionSwe,
|
||||
-- RelativeSwe,
|
||||
RelativeSwe,
|
||||
ConjunctionSwe,
|
||||
PhraseSwe,
|
||||
UntensedSwe,
|
||||
|
||||
Reference in New Issue
Block a user