mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
Added Maltese RG (compiles but far from complete)
This commit is contained in:
19
lib/src/maltese/IrregMltAbs.gf
Normal file
19
lib/src/maltese/IrregMltAbs.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
-- IrregMltAbs.gf: abstract grammar for irregularly inflected words (mostly verbs)
|
||||
--
|
||||
-- Maltese Resource Grammar Library
|
||||
-- John J. Camilleri, 2011
|
||||
-- Licensed under LGPL
|
||||
|
||||
--# -path=.:prelude:../abstract:../common
|
||||
|
||||
abstract IrregMltAbs = Cat ** {
|
||||
|
||||
{-
|
||||
fun
|
||||
|
||||
awake_V : V ;
|
||||
bear_V : V ;
|
||||
beat_V : V ;
|
||||
-}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user