Files
gf-core/lib/src/maltese/IrregMlt.gf
hallgren fc2f5b0a1a Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default
encoding to UTF-8.
2013-11-25 18:17:12 +00:00

29 lines
467 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 {
flags coding=utf8;
{-
Known irregular verbs in Maltese:
- ĦA
- TA
- RA
- MAR
- ĠIE
- QAL
- KIEL
- KELLU
- IDDA
- EMMEN
- IŻŻA
- JAF
- KIEN
-}
}