mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
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:
20
examples/translator/AppChi.gf
Normal file
20
examples/translator/AppChi.gf
Normal 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 ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user