1
0
forked from GitHub/gf-rgl

AppIta, with a small lexicon

This commit is contained in:
aarne
2014-03-13 13:27:51 +00:00
parent 4aca8f4522
commit 89dedda396
3 changed files with 287 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
--# -path=.:../translator:../../../examples/phrasebook
concrete AppIta of App =
SmallPredIta
, ExtensionsIta [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
, DocumentationIta
, DictionaryIta
, PhrasebookIta - [open_A]
** {
flags
literal = Symb ;
lin
PhrasePhr p = {s = "+" ++ p.s} | p ;
}