mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
started embedding Predication in the big translation grammar
This commit is contained in:
20
lib/src/experimental/RGLBaseEng.gf
Normal file
20
lib/src/experimental/RGLBaseEng.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
concrete RGLBaseEng of RGLBase =
|
||||
|
||||
-- modules in Grammar, excluding Structural, Verb, Sentence, Question
|
||||
---- Tense,
|
||||
NounEng - [PPartNP], -- to be generalized
|
||||
AdjectiveEng,
|
||||
NumeralEng,
|
||||
ConjunctionEng,
|
||||
AdverbEng,
|
||||
PhraseEng - [UttS],
|
||||
---- Sentence,
|
||||
---- Question,
|
||||
RelativeEng,
|
||||
---- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these?
|
||||
|
||||
SymbolEng [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these?
|
||||
|
||||
---- Construction,
|
||||
---- Extensions,
|
||||
---- Documentation ;
|
||||
Reference in New Issue
Block a user