mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
To silence warnings and avoid potential problems after changing the default encoding to UTF-8.
29 lines
467 B
Plaintext
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
|
|
-}
|
|
|
|
}
|