1
0
forked from GitHub/gf-core

took tense linearizations apart from Common/Cat to Tense, for bettter structure of lib

This commit is contained in:
aarne
2009-12-03 10:53:14 +00:00
parent 5c678ab686
commit a7809c3e1c
35 changed files with 127 additions and 96 deletions

View File

@@ -12,9 +12,10 @@ concrete GrammarRon of Grammar =
RelativeRon,
ConjunctionRon,
PhraseRon,
TextX - [CAdv,Temp,TTAnt,Tense,TPres,TPast,TFut,TCond],
TextX - [CAdv,Temp,Tense],
Prelude, MorphoRon, Coordination,
StructuralRon
StructuralRon,
TenseRon
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;