mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 09:49:33 -06:00
17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
-- StructuralMlt.gf: lexicon of structural words
|
|
--
|
|
-- Maltese Resource Grammar Library
|
|
-- John J. Camilleri, 2012
|
|
-- Licensed under LGPL
|
|
|
|
concrete StructuralMlt of Structural = CatMlt **
|
|
open MorphoMlt, ResMlt, ParadigmsMlt, Prelude in {
|
|
|
|
flags
|
|
optimize=all ;
|
|
coding=utf8 ;
|
|
|
|
lin language_title_Utt = ss "Malti" ;
|
|
|
|
}
|