- 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:
odanoburu
2018-04-14 19:21:47 -03:00
parent 97b1c50ae0
commit 2106566e85
9 changed files with 112 additions and 92 deletions
+2 -2
View File
@@ -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") ;
}