Files
gf-rgl/src/maltese/NounMlt.gf
T
2012-02-21 14:39:19 +00:00

18 lines
264 B
Plaintext

-- NounMlt.gf: noun phrases and nouns
--
-- Maltese Resource Grammar Library
-- John J. Camilleri, 2012
-- Licensed under LGPL
concrete NounMlt of Noun = CatMlt ** open ResMlt, Prelude in {
flags optimize=noexpand ;
-- Card
-- CN
-- Det
-- NP
-- Num
-- Ord
}