1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/maltese/IrregMlt.gf

29 lines
447 B
Plaintext

-- IrregMlt.gf: irregularly inflected words (mostly verbs)
--
-- Maltese GF Resource Grammar
-- John J. Camilleri 2011 -- 2013
-- Licensed under LGPL
--# -path=.:prelude:../abstract:../common
concrete IrregMlt of IrregMltAbs = CatMlt ** open ParadigmsMlt in {
{-
Known irregular verbs in Maltese:
- ĦA
- TA
- RA
- MAR
- ĠIE
- QAL
- KIEL
- KELLU
- IDDA
- EMMEN
- IŻŻA
- JAF
- KIEN
-}
}