forked from GitHub/gf-rgl
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user