summaryrefslogtreecommitdiff
path: root/examples/app/AppJpn.gf
AgeCommit message (Collapse)Author
2018-06-20Remove wide coverage translatorJohn J. Camilleri
It had now been migrated to a new repository: https://github.com/GrammaticalFramework/wide-coverage
2017-04-11re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the ↵aarne
input
2016-06-04made App into a functor to make its body easier to modify; unfortunately, ↵aarne
the import list must be copied however
2016-05-14commented out the import of Phrasebook in App with --P; the idea is that ↵aarne
application grammar parsing is done in a separate phase, which is faster and more flexible. Also re-enabled ComplV3 and ComplV2V, after testing that they don't reduce the parsing speed too much.
2015-07-21added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for ↵aarne
speed reasons
2015-06-02copied examples/app to examples/slowApp; the new app is a bit scaled down ↵aarne
but much faster
2015-01-14AppJpn.gf and a Makefile entry for App13 which includes Japanese. Everything ↵aarne
compiles now. But Japanese has no support for chunks, because ChunkFunctor does not typecheck for it due to its richer Utt type.