mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
took tense linearizations apart from Common/Cat to Tense, for bettter structure of lib
This commit is contained in:
@@ -11,9 +11,10 @@ concrete GrammarCat of Grammar =
|
||||
RelativeCat,
|
||||
ConjunctionCat,
|
||||
PhraseCat,
|
||||
TextX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond],
|
||||
TextX - [Temp,Tense],
|
||||
IdiomCat,
|
||||
StructuralCat
|
||||
StructuralCat,
|
||||
TenseCat
|
||||
|
||||
** {
|
||||
|
||||
|
||||
3
lib/src/catalan/TenseCat.gf
Normal file
3
lib/src/catalan/TenseCat.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
concrete TenseCat of Tense = CatCat, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||
TenseRomance with
|
||||
(ResRomance = ResCat) ;
|
||||
Reference in New Issue
Block a user