Commit Graph

903 Commits

Author SHA1 Message Date
krasimir
0bdba1a8d4 fix in FoodsMkd.gf 2016-04-08 15:25:12 +00:00
krasimir
6c28dc2699 fixed Foods grammar for Macedonian 2016-04-07 10:49:35 +00:00
krasimir
74fecc2cfc Foods grammar for Macedonian. Probably not quite correct 2016-04-05 15:33:44 +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
kaljurand
f456f4841f better Estonian Phrasebook modules from https://github.com/GF-Estonian/GF-Estonian 2015-11-09 12:43:29 +00:00
aarne
d8d8b36f1c last fixes to make AppEst compile 2015-11-09 11:02:09 +00:00
aarne
6147c1211c started Estonian phrasebook modules to test AppEst 2015-11-09 10:43:24 +00:00
hallgren
6b285d215c example/foods/FoodsIce.gf: converted from Latin-1 to UTF-8 encoding 2015-09-10 12:37:12 +00:00
hallgren
e5046b7e6d FoodsTur.gf: use Predef.BIND instead of "&+"
...for better results when used with the C run-time system.
2015-07-28 10:58:00 +00:00
aarne
6c8bb0575b rewrote an mkPN application in WordsGer to work around a problem that might be a type checker bug 2015-07-23 16:16:38 +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
aarne
6c92c1e414 removed the obsolete examples/translator directory, which caused confusion 2015-07-20 14:32:50 +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
hallgren
fc7c285e52 examples/phrasebook/Makefile2: include Jpn and Snd in the build 2015-05-21 15:01:27 +00:00
hallgren
941d6ea0ea Omit -optimize-pgf when compiling small example grammars
The minibar lets the user choose any category as the start category, but this
can lead to run-time errors for grammars compiled with -optimize-pgf.

The problem can also be observed in the GF shell. For example, 
"linearize Fish" (which means that the start category is Kind) fails for 
some languages when Foods.pgf is compiled with -optimize-pgf.
2015-05-21 14:44:20 +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
31c286f532 Phrasebook compiled for Japanese; weather_N in DictionaryGer 2015-01-27 13:18:44 +00:00
hallgren
614f9f8663 examples/phrasebook/Makefile: include Jpn in 'make forApp' 2015-01-21 12:16:57 +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
lizazim
2bff57faca patchJpn 2015-01-07 23:44:49 +00:00
aarne
b5269b262b lowered Symb_Chunk probability; fixed translator Makefile 2014-12-19 15:17:38 +00:00
aarne
6c3eaa48f7 updates in app help file, e.g. the app name 2014-12-11 20:05:57 +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
71e573931a switch PhrasebookBul back to present to avoid cabal build failure. More to investigate here. 2014-11-27 17:08:35 +00:00
aarne
a55bd1e5e0 make PhrasebookBul use alltenses to prevent misbehaviour in App 2014-11-27 16:36:51 +00:00
aarne
02daef144c a compilable stub of PhrasebookJpn. Sent to a native speaker expert for completions. 2014-11-15 09:43:15 +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
67fefa20a5 made the "how old" construction in Chinese more efficient by moving variants to the top level; the resulting rule is the same. This kind of inefficiencies are best found if you compile with the -v option and check for constructors creating unexpectedly many PGF rules. 2014-08-24 14:28:48 +00:00
aarne
423fa50994 Qiao's corrections in PhrasebookChi. This replaces the old, partial and low-quality version and is hence the first Chinese phrasebook version that can claim high quality. 2014-07-16 21:07:34 +00:00
aarne
205f4567fb making hard-wired questiong in PhrasebookChi type correct after addition of indirect questions 2014-07-05 08:34:22 +00:00
aarne
61f921136a some probabilities in app.probs to recognize languages and pronouns 2014-06-20 06:31:09 +00:00
aarne
66012e47bc restored some functions in PhrasebookDut to make it complete again 2014-06-19 18:08:03 +00:00