mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 20:36:29 -06:00
Updating romance langs (mkMU) (#442)
* updating romance langs for percentage in Spa * Delete Setup_compare.hs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--# -path=.:../romance:../common:../abstract:../common:prelude
|
||||
|
||||
concrete CatFre of Cat = CommonX - [SC,Temp,TTAnt,Tense,TPres,TPast,TFut,TCond,Pol]
|
||||
concrete CatFre of Cat = CommonX - [SC,Temp,TTAnt,Tense,TPres,TPast,TFut,TCond,Pol,MU]
|
||||
** CatRomance with
|
||||
(ResRomance = ResFre) ;
|
||||
|
||||
@@ -11,7 +11,7 @@ concrete GrammarFre of Grammar =
|
||||
RelativeFre,
|
||||
ConjunctionFre,
|
||||
PhraseFre,
|
||||
TextX - [SC,Temp,Tense,Pol,PPos,PNeg],
|
||||
TextX - [SC,Temp,Tense,Pol,PPos,PNeg,MU],
|
||||
IdiomFre,
|
||||
StructuralFre,
|
||||
TenseFre,
|
||||
|
||||
@@ -590,6 +590,6 @@ oper
|
||||
_ => VFalse -- prend-il
|
||||
} ;
|
||||
|
||||
mkMU : Str -> MU = \s -> lin MU {s=s; isPre=False} ;
|
||||
mkMU : Str -> MU = \s -> lin MU {s=s; isPre=False; hasArt=False} ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user