mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
started TransSwe with the new Predication
This commit is contained in:
20
lib/src/experimental/RGLBaseSwe.gf
Normal file
20
lib/src/experimental/RGLBaseSwe.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
concrete RGLBaseSwe of RGLBase =
|
||||
|
||||
-- modules in Grammar, excluding Structural, Verb, Sentence, Question
|
||||
---- Tense,
|
||||
NounSwe - [PPartNP], -- to be generalized
|
||||
AdjectiveSwe,
|
||||
NumeralSwe,
|
||||
ConjunctionSwe,
|
||||
AdverbSwe,
|
||||
PhraseSwe - [UttS],
|
||||
---- Sentence,
|
||||
---- Question,
|
||||
RelativeSwe,
|
||||
---- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these?
|
||||
|
||||
SymbolSwe [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these?
|
||||
|
||||
---- Construction,
|
||||
---- Extensions,
|
||||
---- Documentation ;
|
||||
Reference in New Issue
Block a user