mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 21:42:50 -06:00
Fin modules of NDTrans in place, but refactoring in needed
This commit is contained in:
20
lib/src/experimental/RGLBaseFin.gf
Normal file
20
lib/src/experimental/RGLBaseFin.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
concrete RGLBaseFin of RGLBase =
|
||||
|
||||
-- modules in Grammar, excluding Structural, Verb, Sentence, Question
|
||||
---- Tense,
|
||||
NounFin - [PPartNP], -- to be generalized
|
||||
AdjectiveFin,
|
||||
NumeralFin,
|
||||
ConjunctionFin,
|
||||
AdverbFin,
|
||||
PhraseFin - [UttS],
|
||||
---- Sentence,
|
||||
---- Question,
|
||||
RelativeFin,
|
||||
---- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these?
|
||||
|
||||
SymbolFin [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these?
|
||||
|
||||
---- Construction,
|
||||
---- Extensions,
|
||||
---- Documentation ;
|
||||
Reference in New Issue
Block a user