mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
20 lines
309 B
Plaintext
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 ;
|
|
-}
|
|
|
|
}
|