mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 14:29:31 -06:00
added Tense to Parse grammar
This commit is contained in:
@@ -11,4 +11,5 @@ abstract Parse =
|
||||
Phrase,
|
||||
Text,
|
||||
Structural,
|
||||
Idiom ;
|
||||
Idiom,
|
||||
Tense ;
|
||||
|
||||
@@ -12,6 +12,7 @@ concrete ParseEng of ParseEngAbs =
|
||||
ConjunctionEng,
|
||||
PhraseEng - [UttImpSg, UttImpPl],
|
||||
TextX,
|
||||
TenseX,
|
||||
StructuralEng - [above_Prep, everywhere_Adv, everybody_NP, every_Det, only_Predet, somebody_NP],
|
||||
IdiomEng,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user