aarne
|
dd61e1dc19
|
re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the input
|
2017-04-11 15:48:18 +00:00 |
|
aarne
|
e682f0972d
|
made App into a functor to make its body easier to modify; unfortunately, the import list must be copied however
|
2016-06-04 17:07:35 +00:00 |
|
aarne
|
a6303fd8d1
|
tokenized apertium text to test with ; RelV2 and QuestV2 in App (Eng and Swe for the moment) with 20% loss of parsing speed but improved quality
|
2016-06-02 06:29:35 +00:00 |
|
aarne
|
7c8d2f71dc
|
commented out the import of Phrasebook in App with --P; the idea is that 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.
|
2016-05-14 08:30:49 +00:00 |
|
aarne
|
55e2a4c9cb
|
added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for speed reasons
|
2015-07-21 13:01:29 +00:00 |
|
aarne
|
3643e20406
|
copied examples/app to examples/slowApp; the new app is a bit scaled down but much faster
|
2015-06-02 12:59:29 +00:00 |
|
aarne
|
ca1cad68d0
|
command for AppEngFin
|
2014-09-26 14:48:09 +00:00 |
|
aarne
|
8d18828008
|
enabled VP-valued rules for V2V, V3, etc in App. Improve quality with less loss of speed than VPSlash-valued original rules.
|
2014-09-15 16:10:18 +00:00 |
|
aarne
|
2d91097f49
|
enabled many more functions, in particular verb patterns, in App, to increase translation quality. This comes with 30% longer translation time with my benchmark but should still be OK.
|
2014-09-14 08:43:21 +00:00 |
|
aarne
|
3d5d600236
|
enabled more from Construction in App
|
2014-06-18 16:20:53 +00:00 |
|
kr.angelov
|
f3f0e7abd5
|
fix the path in the App grammar to the Phrasebook
|
2014-05-21 07:30:01 +00:00 |
|
aarne
|
27fc5e5b04
|
improved paths and Makefile in examples/app ; see README how to compile with just 'make -j'
|
2014-05-06 21:42:49 +00:00 |
|
aarne
|
88cf84613e
|
more passives in App. Import changes are now produced with MkApp.hs, which copies the exclude list from App.gf to the concrete syntax files.
|
2014-04-09 14:01:06 +00:00 |
|
aarne
|
a3921bffd7
|
rewrote App so that it just inherits Translate and excludes some functions. 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-09 13:04:19 +00:00 |
|
aarne
|
dafaef7fec
|
AdvS added to app
|
2014-04-04 07:30:06 +00:00 |
|
aarne
|
942808bc84
|
added AdvVP and AdVVP to App
|
2014-04-03 07:25:57 +00:00 |
|
aarne
|
cae40d2b0e
|
Android app sources in examples/app - read README for advice
|
2014-04-02 21:34:40 +00:00 |
|