mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 12:38:33 -06:00
- add missing lins tired_VP, scared_VP, ill_VP, ready_VP
- add time linearizations - rm Spa from RNeg lin and Refl and pronouns - use constructors (mkV, mkA, etc) when possible - update Lexicon - update Numeral
This commit is contained in:
@@ -8,7 +8,7 @@ concrete IrregPor of IrregPorAbs = CatPor **
|
||||
flags optimize=values ;
|
||||
coding=utf8 ;
|
||||
|
||||
lin estar_V = verboV (estar_10 "estar") ;
|
||||
lin fazer_V = verboV (fazer_31 "fazer") ;
|
||||
lin estar_V = mkV (estar_10 "estar") ;
|
||||
lin fazer_V = mkV (fazer_31 "fazer") ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user