1
0
forked from GitHub/gf-rgl

Added Maltese RG (compiles but far from complete)

This commit is contained in:
john.j.camilleri
2012-01-03 13:07:43 +00:00
parent 311b78005c
commit 630b9b9f27
29 changed files with 2229 additions and 0 deletions

17
src/maltese/NounMlt.gf Normal file
View File

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