1
0
forked from GitHub/gf-rgl

- 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
+5 -4
View File
@@ -269,8 +269,9 @@ oper
} ;
mkIDet : (quantos, quantas : Str) -> Number -> IDet = \quantos,quantas,number ->
lin IDet {
s = \\g,c => prepCase c ++ genForms quantos quantas ! g ;
n = number
} ;
lin IDet {
s = \\g,c => prepCase c ++ genForms quantos quantas ! g ;
n = number
} ;
}