1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/maltese/IrregMlt.gf
john.j.camilleri c084e1b040 Maltese: finished morphology for derived verbs
Of course it's never really finished. There's more cases I should write treebanks
for and test, but I think the coverage is good enough and the implementation
for the verbs is solid enough that only minor fixes may arise.

There's also the issue of verb participles, but I'll come back to those
when I am looked more closely at the syntax.
2012-10-23 09:41:00 +00:00

29 lines
445 B
Plaintext

-- IrregMlt.gf: irregularly inflected words (mostly verbs)
--
-- Maltese Resource Grammar Library
-- John J. Camilleri, 2012
-- 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
-}
}