forked from GitHub/gf-core
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.
29 lines
445 B
Plaintext
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
|
|
-}
|
|
|
|
}
|