Commit Graph

8906 Commits

Author SHA1 Message Date
kr.angelov
fd2406b139 another fix in DictionaryDut.gf 2014-05-21 12:10:58 +00:00
kr.angelov
d10d678d09 fix in DictionaryDut.gf 2014-05-21 09:56:51 +00:00
kr.angelov
2fbeae5e13 fixes in DictionarySpa.gf 2014-05-21 09:49:32 +00:00
kr.angelov
cccc048b94 forgot to fix the path for AppFre.gf 2014-05-21 09:36:12 +00:00
kr.angelov
b4acf84841 cleanup the duplicated entries in Dictionary(Eng).gf 2014-05-21 09:35:32 +00:00
aarne
78b4f43606 App compilation instructions: with parallel compilation, make Phrasebook separately 2014-05-21 08:19:34 +00:00
aarne
971ad62913 check dict: multiline changes 2014-05-21 08:17:42 +00:00
kr.angelov
cf7c3785ef in verbosity mode the compiler warns about missing paths 2014-05-21 07:33:35 +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
kr.angelov
ee4e95643b sense splits and fixes in DictionaryBul.gf 2014-05-20 22:53:20 +00:00
inari
73ebbe4492 fix weather_N in DictionaryDut 2014-05-19 13:39:40 +00:00
inari
a5ead5900d Fixed pension_N in DictionaryDut 2014-05-19 13:19:42 +00:00
hallgren
861a3fa805 Compute/ConcreteNew.hs: adding a Prawitz rewrite
(table { p_i => t_i } ! x).l ==> table { p_i => t_i.l } ! x

This was used in the old partial evaluator and can significantly reduce term
sizes in some cases.
2014-05-16 21:27:20 +00:00
hallgren
f78570dabd Fix an eta expansion bug in the grammar compiler
Eta expansion is applied between partial evaluation and PMCFG generation.
The buggy version generated type incorrect terms, but PMCFG generation
apparently worked anyway.
2014-05-16 14:10:07 +00:00
aarne
c2ef8a8cbf some more words checked in DictionaryFin ; converted words whose senses need splitting into variants, so that Fin-Eng will work, and the split comment is of course retained. 2014-05-16 09:19:52 +00:00
aarne
b8557af449 the Masc function names in TopDictionary ; forgotten in the patch for Dictionary 2014-05-15 16:45:47 +00:00
hallgren
104fa03676 Simple Translator: fall back to word-for-word translation if the parser fails
Same as in the Wide Coverage demo app.
2014-05-15 13:58:42 +00:00
aarne
407152329c the Masc suffixes put in place in Dictionary where needed 2014-05-15 07:56:39 +00:00
hallgren
33af15e803 Haskell binding: free memory pool to avoid space leak when readPGF fails 2014-05-13 14:07:36 +00:00
hallgren
108d546db8 translator/DictionarySwe.gf: add a few nouns and adverbs 2014-05-13 13:32:53 +00:00
aarne
28a23b0593 some updates in lib/doc/translation.html 2014-05-13 07:18:51 +00:00
aarne
0b6af26443 updated RGL status 2014-05-13 05:46:16 +00:00
hallgren
3c110cbe8d gf -server: include list of loaded PGFs in version info 2014-05-12 13:45:36 +00:00
inari
ca0c203877 change example nouns in ParadigmsDut 2014-05-12 09:28:58 +00:00
inari
636851c23e Fixed IndefArt in NounPes 2014-05-09 15:06:28 +00:00
hallgren
186e3effba examples/phrasebook/Makefile2: add Chinese
Also remove arguments to raise the stack size, GF's built-in default is big
enough now.
2014-05-09 13:07:02 +00:00
aarne
a997d09b7e updated library synopsis 2014-05-09 12:36:57 +00:00
aarne
1173f5db0a link to dictionary statistics 2014-05-09 10:02:05 +00:00
aarne
9d5a4d83c2 bogus subcats commented out from all Dictionary files 2014-05-09 09:54:55 +00:00
aarne
52e5536bfe removed bogus subcats from TopDictionary files, an commented them out in Dictionary and DictionaryEng 2014-05-09 09:16:18 +00:00
aarne
a057bb95b2 EdG changes in Dut merged in the main DictionaryDut 2014-05-09 08:26:06 +00:00
john.j.camilleri
3dceed1486 Add link to IRC logs
The logs are simply dumped there in raw form, but at least having a link
should make them Google-indexed. One day we'll put something there with
an interface.
2014-05-09 06:53:41 +00:00
kr.angelov
802a106b3e fix the literals API in Java for strings with non-latin characters 2014-05-08 14:56:46 +00:00
hallgren
519f073af3 Wide Coverage Demo Web App: bug fix: swapping source and target works again 2014-05-08 14:18:03 +00:00
hallgren
fbe9bb69b1 Wide Coverage Demo Web App: bug fix: restore lost quality indications after switching target languages 2014-05-08 14:05:07 +00:00
inari
aeb0300bab Erik's fixes in TopDictionaryDut 2014-05-08 13:57:32 +00:00
inari
70e044aa08 Corrected examples in ParadigmDut 2014-05-08 13:20:14 +00:00
hallgren
2a774e946b PGF web api, command c-wordforword: re-enable parsing of individual words
The space leak in the Haskell binding to the C parser has been fixed.
2014-05-08 11:38:41 +00:00
kr.angelov
c2ae35cfb2 fix memory leak in the Haskell binding 2014-05-08 08:41:58 +00:00
hallgren
b7bd866237 Wide Coverage Demo App: show all Phrasebook translations
Also improve behaviour for languages that are missing in Phrasebook (Chinese).
Also update the initial set of languages in the menus to match Translate11.pgf.
2014-05-07 23:42:05 +00:00
hallgren
b3d92a1378 pgf-shell.hs: fix compilation problem with GHC 7.4 2014-05-07 17:06:34 +00:00
hallgren
7c88b7935f Two improvements in the pgf-shell example
1. Like pgf-translate, it now shows one result at a time, press Enter to get
   more results.
2. You can load a new grammar with the command 'i <path-to-pgf>'
2014-05-07 16:37:28 +00:00
hallgren
b7478a8252 translator/DictionarySwe: add panic_V 2014-05-07 13:01:26 +00:00
kr.angelov
f2140f7b24 fixes in the Bulgarian dictionary 2014-05-07 07:50:05 +00:00
kr.angelov
d0d55a8175 fix mkN011 in Bulgarian 2014-05-07 07:49:45 +00:00
aarne
f4ca89a416 removed some clashes from Dictionary ; corrected the probability of IdRP after elimination of that_RP 2014-05-06 21:43:51 +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
b6cbe2308b eliminated dependency of PhrasebookChi from DictionaryChi ; added 'make forApp' to compile what is needed for Phrasebook in App 2014-05-06 20:09:21 +00:00
kr.angelov
ee30bdc701 fixes in the dictionaries 2014-05-06 11:44:32 +00:00