mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -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:../abstract:../common:prelude
|
||||
|
||||
concrete CatPor of Cat = CommonX -
|
||||
[SC,Temp,TTAnt,Tense,TPres,TPast,TFut,TCond,Pol] ** CatRomance with
|
||||
[SC,Temp,TTAnt,Tense,TPres,TPast,TFut,TCond,Pol,MU] ** CatRomance with
|
||||
(ResRomance = ResPor) ;
|
||||
|
||||
@@ -11,7 +11,7 @@ concrete GrammarPor of Grammar =
|
||||
RelativePor,
|
||||
ConjunctionPor,
|
||||
PhrasePor,
|
||||
TextPor - [SC,Temp,Tense,Pol,PPos,PNeg], -- special punctuation
|
||||
TextPor - [SC,Temp,Tense,Pol,PPos,PNeg,MU], -- special punctuation
|
||||
IdiomPor,
|
||||
StructuralPor,
|
||||
TensePor,
|
||||
|
||||
@@ -598,7 +598,7 @@ oper
|
||||
|
||||
reflVerboV : Verbum -> V = \ve -> reflV (lin V (verboV ve)) ; --%
|
||||
|
||||
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