1
0
forked from GitHub/gf-rgl

Add some irregular verbs in Italian

This commit is contained in:
John J. Camilleri
2018-01-09 15:42:13 +01:00
parent fb7e7050b9
commit 43a28f6237
2 changed files with 20 additions and 2 deletions
+10 -1
View File
@@ -670,4 +670,13 @@ abstract IrregItaAbs = Cat [V] ** {
fun stravolgere_V : V ;
fun svolgere_V : V ;
fun travolgere_V : V ;
}
-- Added by John J. Camilleri Jan 2018
fun concludere_V : V ;
fun includere_V : V ;
fun escludere_V : V ;
fun precludere_V : V ;
fun sospendere_V : V ;
fun correggere_V : V ;
fun decidere_V : V ;
}