forked from GitHub/gf-core
added Tense to Parse grammar
This commit is contained in:
@@ -11,4 +11,5 @@ abstract Parse =
|
|||||||
Phrase,
|
Phrase,
|
||||||
Text,
|
Text,
|
||||||
Structural,
|
Structural,
|
||||||
Idiom ;
|
Idiom,
|
||||||
|
Tense ;
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ concrete ParseEng of ParseEngAbs =
|
|||||||
ConjunctionEng,
|
ConjunctionEng,
|
||||||
PhraseEng - [UttImpSg, UttImpPl],
|
PhraseEng - [UttImpSg, UttImpPl],
|
||||||
TextX,
|
TextX,
|
||||||
|
TenseX,
|
||||||
StructuralEng - [above_Prep, everywhere_Adv, everybody_NP, every_Det, only_Predet, somebody_NP],
|
StructuralEng - [above_Prep, everywhere_Adv, everybody_NP, every_Det, only_Predet, somebody_NP],
|
||||||
IdiomEng,
|
IdiomEng,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user