some fixes and new functionalities in Ita. Note: MassNP is now without "di" like in Spa and unlike in Fre

This commit is contained in:
aarne
2017-05-02 16:08:54 +00:00
parent eb9d25cc7e
commit 31f4c1d4a8
4 changed files with 29 additions and 8 deletions

View File

@@ -57,6 +57,10 @@ oper
AF _ n => n ;
_ => Sg -- "le plus lentement"
} ;
aform2aagr : AForm -> AAgr = \a -> case a of {
AF g n => aagr g n ;
_ => aagr Masc Sg -- "le plus lentement"
} ;
conjGender : Gender -> Gender -> Gender = \m,n ->
case m of {