mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -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:
19
examples/translator/AppEng.gf
Normal file
19
examples/translator/AppEng.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
--# -path=.:../translator:../../../examples/phrasebook
|
||||
|
||||
concrete AppEng of App =
|
||||
SmallPredEng
|
||||
, ExtensionsEng [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||
, DocumentationEng - [Pol,Tense]
|
||||
, DictionaryEng - [Pol,Tense]
|
||||
|
||||
, PhrasebookEng
|
||||
|
||||
** {
|
||||
|
||||
flags
|
||||
literal = Symb ;
|
||||
|
||||
lin
|
||||
PhrasePhr p = {s = "+" ++ p.s} | p ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user