1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/maltese/IrregMltAbs.gf
2012-02-21 14:39:19 +00:00

20 lines
309 B
Plaintext

-- IrregMltAbs.gf: abstract grammar for irregularly inflected words (mostly verbs)
--
-- Maltese Resource Grammar Library
-- John J. Camilleri, 2012
-- Licensed under LGPL
--# -path=.:prelude:../abstract:../common
abstract IrregMltAbs = Cat ** {
{-
fun
awake_V : V ;
bear_V : V ;
beat_V : V ;
-}
}