moved the small app chunking grammars from lib/src/experimental to examples/translator; the proper place might be in the git contributions, but this can be decided later

This commit is contained in:
aarne
2014-03-14 13:28:42 +00:00
parent 49b85a2773
commit 9ce239fb6c
16 changed files with 1993 additions and 7 deletions

View File

@@ -0,0 +1,20 @@
--# -path=.:../translator:../../../examples/phrasebook
concrete AppChi of App =
SmallPredChi
, ExtensionsChi [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
, DocumentationChi - [Pol,Tense,Ant]
, DictionaryChi - [Pol,Tense,Ant]
, PhrasebookChi - [Ant,Pol,Tense,at_Prep]
** {
flags
literal = Symb ;
lin
PhrasePhr p = {s = "+" ++ p.s} | p ;
}