mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-23 12:46:24 -06:00
18 lines
264 B
Plaintext
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
|
|
|
|
}
|