| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-20 | Remove wide coverage translator | John J. Camilleri | |
| It had now been migrated to a new repository: https://github.com/GrammaticalFramework/wide-coverage | |||
| 2017-04-11 | re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the ↵ | aarne | |
| input | |||
| 2016-06-04 | made App into a functor to make its body easier to modify; unfortunately, ↵ | aarne | |
| the import list must be copied however | |||
| 2016-05-14 | commented 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-21 | added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for ↵ | aarne | |
| speed reasons | |||
| 2015-06-02 | copied examples/app to examples/slowApp; the new app is a bit scaled down ↵ | aarne | |
| but much faster | |||
| 2014-09-15 | enabled VP-valued rules for V2V, V3, etc in App. Improve quality with less ↵ | aarne | |
| loss of speed than VPSlash-valued original rules. | |||
| 2014-09-14 | enabled many more functions, in particular verb patterns, in App, to ↵ | aarne | |
| increase translation quality. This comes with 30% longer translation time with my benchmark but should still be OK. | |||
| 2014-06-18 | enabled more from Construction in App | aarne | |
| 2014-05-22 | fixed the path in AppFin.gf so that it compiles in a more general setting | aarne | |
| 2014-05-21 | fix the path in the App grammar to the Phrasebook | kr.angelov | |
| 2014-05-06 | improved paths and Makefile in examples/app ; see README how to compile with ↵ | aarne | |
| just 'make -j' | |||
| 2014-04-15 | removed clash in AppFin imports | aarne | |
| 2014-04-09 | more passives in App. Import changes are now produced with MkApp.hs, which ↵ | aarne | |
| copies the exclude list from App.gf to the concrete syntax files. | |||
| 2014-04-09 | rewrote App so that it just inherits Translate and excludes some functions. ↵ | aarne | |
| This minimizes the duplication of code between Translate and App. Also added some functions, which make App 15% slower but increase the coverage and quality. This trade-off has to be studied further. | |||
| 2014-04-08 | small fixes in App grammar - don't affect performance | aarne | |
| 2014-04-04 | path in AppFin | aarne | |
| 2014-04-04 | AdvS added to app | aarne | |
| 2014-04-03 | added AdvVP and AdVVP to App | aarne | |
| 2014-04-02 | Android app sources in examples/app - read README for advice | aarne | |
