Commit Graph

59 Commits

Author SHA1 Message Date
aarne
7c7ba408da commented out case_sensitive=off in App 2017-04-12 08:59:58 +00:00
aarne
9cdd5d3538 re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the input 2017-04-11 15:48:18 +00:00
aarne
0c3268bbfd added PassAgentV2 to App, and the specialized syntax functions to app.probs 2016-06-05 17:48:11 +00:00
aarne
4f6c5cbacf 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
c41a4e8e9e 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
06517e62ac enabling V3 and V2V in AppFre 2016-05-14 08:55:47 +00:00
aarne
8be1030e03 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
krasimir
2941e2364f skeletal version of AppRus.gf 2016-05-11 11:24:31 +00:00
aarne
31bfb96353 AppEst was missing from darcs, oops 2015-11-11 09:40:35 +00:00
aarne
236a4b2550 small fixes in Est translation and app.probs 2015-11-09 12:44:19 +00:00
aarne
d8d8b36f1c last fixes to make AppEst compile 2015-11-09 11:02:09 +00:00
aarne
3d22d05bdc added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for speed reasons 2015-07-21 13:01:29 +00:00
krasimir
9fc5907628 merge brassiere_1_N/brassiere_2_N and aborigine_N/aboriginal_N 2015-07-01 11:14:48 +00:00
aarne
dba8385bb3 AppFre.pgf added to repo by mistake, now removed 2015-06-02 13:21:55 +00:00
aarne
2529f87942 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
f939bc2524 French input grammar FreInput separated from Fre 2015-06-02 09:45:44 +00:00
aarne
e80c5779cb an input grammar for French - 40 times faster, makes all the difference in the app! 2015-06-02 09:13:15 +00:00
aarne
a54c8b2bd2 lower probability for chunked phrases 2015-04-16 11:39:28 +00:00
aarne
98cbd993ac App14 with Tha up and running! 2015-02-17 17:18:51 +00:00
aarne
e443351330 AppJpn.gf and a Makefile entry for App13 which includes Japanese. Everything compiles now. But Japanese has no support for chunks, because ChunkFunctor does not typecheck for it due to its richer Utt type. 2015-01-14 17:22:47 +00:00
aarne
b5269b262b lowered Symb_Chunk probability; fixed translator Makefile 2014-12-19 15:17:38 +00:00
aarne
b0f6e28294 probabilities for new chunk rules ; Symb as another literal in app Makefile 2014-12-08 10:20:06 +00:00
aarne
87c62e0d70 MissApp.hs: a function for preparing a list of lin rules for missing words 2014-12-06 08:39:25 +00:00
aarne
655c3d8c53 a script for analysing missing functions, e.g. "which functions of type Quant are missing in each language" 2014-12-05 17:01:58 +00:00
aarne
8663795c85 app Makefile default now App12 with Cat 2014-12-03 13:18:48 +00:00
hallgren
718f09bc8c examples/app/Makefile: fix dependencies and grammar name for App12.pgf 2014-12-03 12:26:55 +00:00
aarne
9d084f0aa5 Catalan added to App, do 'make App12.pgf' 2014-12-03 09:00:59 +00:00
aarne
805f3a640b fixes in PhrasebookChi 2014-11-07 14:29:03 +00:00
aarne
7223f905f0 AppChi needs more stack space now 2014-09-30 09:35:51 +00:00
aarne
216281cd06 command for AppEngFin 2014-09-26 14:48:09 +00:00
hallgren
5cda60d36f examples/app/Makefile2: add missing -probs flag 2014-09-23 12:20:44 +00:00
aarne
240287b6f6 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
6d15353a84 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
8f273837c9 by_Prep causing conflict in AppChi, therefore excluded from the import of PhrasebookChi 2014-08-30 23:13:39 +00:00
hallgren
6494313a14 examples/app/Makefile2: simplifed Makefile for the App grammar (doesn't work yet)
This makefile just calls GF once and lets GF figure out in which order to
compile things. It uses the -j flag to enable parallel compilation and
specifies an explicit -path, overriding the -path flags in the source files.
This allows all needed modules to be found automatically and ensures that
that alltenses is consistently used everywhere. But for some reason, this
doesn't work...
2014-08-30 17:00:14 +00:00
aarne
61f921136a some probabilities in app.probs to recognize languages and pronouns 2014-06-20 06:31:09 +00:00
kr.angelov
0a536096e5 estimate the new values in app.probs as best as I can given the many grammar changes that were not reflected 2014-06-19 10:55:53 +00:00
aarne
5146f4aaba enabled more from Construction in App 2014-06-18 16:20:53 +00:00
aarne
8157a3cc75 correction in app/README 2014-06-18 15:59:56 +00:00
kr.angelov
7d713d1687 now the named entities recognizer returns dictionary entries if the name is known 2014-06-17 06:57:12 +00:00
aarne
32ef765b0a CompoundN in app.probs 2014-05-29 11:04:24 +00:00
aarne
518638a525 fixed the path in AppFin.gf so that it compiles in a more general setting 2014-05-22 06:23:57 +00:00
kr.angelov
cccc048b94 forgot to fix the path for AppFre.gf 2014-05-21 09:36:12 +00:00
aarne
78b4f43606 App compilation instructions: with parallel compilation, make Phrasebook separately 2014-05-21 08:19:34 +00:00
aarne
50159d49e7 probabilities for App 2014-05-21 07:31:18 +00:00
kr.angelov
6a3a8a3a65 fix the path in the App grammar to the Phrasebook 2014-05-21 07:30:01 +00:00
aarne
b0504d2c4a 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
8873582fde removed clash in AppFin imports 2014-04-15 21:26:33 +00:00
aarne
450e4e5959 App11.pgf in Makefile 2014-04-11 18:56:59 +00:00
aarne
d6d4933647 experimental AppDut added 2014-04-11 07:49:34 +00:00