Commit Graph

8228 Commits

Author SHA1 Message Date
inari
80f3146ed5 fix watch_*_V2 and stage_N in DictionaryFin and TopDictionaryFin 2014-04-25 11:38:41 +00:00
aarne
3f2c98cb26 added information on TopDictionary to translator/stept.t2t 2014-04-25 12:51:56 +00:00
inari
5a1689f4fe First ~550 words in TopDictionarySpa 2014-04-25 08:57:58 +00:00
kr.angelov
b21f2c04e1 an initial Java/C API for predicting literals. Still not utilized 2014-04-25 08:53:18 +00:00
kr.angelov
9fa07c41b5 remove dead code to avoid warnings 2014-04-24 19:21:00 +00:00
kr.angelov
89db1ba6c2 make the input box in the conversation view self-adjustable when entering longer text 2014-04-24 19:18:28 +00:00
kr.angelov
1aab6f57ce a better solution for restoring the state of the main activity when the device is flipped. This one doesn't require hacks. 2014-04-24 18:50:20 +00:00
hallgren
54a77ee7d9 Simple Translator: remove punctuation before wide coverage translation
This gives better translations with Translate11.pgf and is how the Wide
Coverage Demo App works.
2014-04-24 11:28:15 +00:00
inari
0b801b71d2 First ~1500 words in TopDictionaryFin 2014-04-24 08:05:17 +00:00
inari
0c0b11f9ee First 1500ish words of TopDictionaryFin checked 2014-04-24 08:00:17 +00:00
kr.angelov
438a5470e2 a small fix to avoid showing * in some translations 2014-04-24 08:03:29 +00:00
kr.angelov
3362850fa9 show the alternative translations in color 2014-04-24 08:00:52 +00:00
kr.angelov
80e249105f show the probabilities for the alternative translations 2014-04-24 07:44:47 +00:00
kr.angelov
e28cb48e51 bugfix in the word completion in the input method 2014-04-24 07:27:34 +00:00
aarne
780382a389 merged the edits 2014-04-24 07:23:40 +00:00
aarne
bba6395811 updated app.html with new links 2014-04-24 07:15:48 +00:00
aarne
b3201c9a7a updated app help 2014-04-24 07:14:40 +00:00
kr.angelov
e5553eeaae fix typo in the help file 2014-04-24 07:08:06 +00:00
aarne
cb73337bc0 improvements of DictionaryDut by Erik de Graaf 2014-04-24 06:50:29 +00:00
aarne
a460747b73 Dictionary edits by Inari and others 2014-04-24 06:18:48 +00:00
kr.angelov
5d3a843d4b finally: the conversation view is now no longer cleared up everytime when the device is flipped 2014-04-23 20:27:46 +00:00
inari
d9b56460db Fix call_V* and on_Adv in DictionarySpa 2014-04-23 11:00:21 +00:00
inari
a682ea0a29 500 words in TopDictionaryFin 2014-04-23 10:58:27 +00:00
aarne
2a5ed29a30 improved possessive ProDrop in Fin RGL and translate so that it no more returns metavariables in parsing 2014-04-22 19:50:45 +00:00
aarne
4b74c79c27 updated app.html with images and a link where a real app can now be found 2014-04-22 17:18:50 +00:00
aarne
b1ca00dc5f some edits in app help ; special lexer for Fre,Ita commented out as it is no longer needed 2014-04-22 16:00:54 +00:00
aarne
96c91999c8 restored BIND in Fre and Ita now that they work in C runtime 2014-04-22 15:41:12 +00:00
hallgren
f7a64de783 Some work on the download page and release notes for the next release of GF
Please add things you think are imporant to mention to the release notes!
2014-04-22 14:45:37 +00:00
hallgren
9135f93e51 gf.cabal: require base>=4.3
This makes it explicit that we no longer support compiling GF with GHC 6.12
(which is 4 years old and comes with base-4.2).
2014-04-22 14:38:33 +00:00
kr.angelov
68c8d3cba8 bugfix in the handling of BIND in the C runtime 2014-04-22 13:53:18 +00:00
hallgren
1a1ca2f618 gf.cabal: add GF builtin default -K64M. Enable parallel compile with ghc>=7.8
+ Programs compiled with ghc<7.8 have a default built-in 8M stack size limit.
  With ghc>7.0 this built-in default can be changed, so it is now 64M, allowing
  GF to work with larger grammars without manually increasing the stack size.
  (But if GF is compiled with ghc 6.12, the built-in default is still 8M.)

+ Enable ghc>=7.8 support for compiling modules in parallel, to speed up the
  compilation of GF.
2014-04-22 12:43:24 +00:00
kr.angelov
0b29b041b3 fix in the renaming 2014-04-22 11:55:22 +00:00
kr.angelov
e054e8e087 rename DGTranslator to Human Language Compiler. Added a new logo 2014-04-22 11:53:16 +00:00
aarne
3abe28319c a copy of app help file as demos/app.html 2014-04-21 08:45:32 +00:00
aarne
8a5ee1f072 some edits in app help 2014-04-21 08:40:38 +00:00
aarne
1eb590fc83 feminine pronouns in translation Dictionary ; to check in Bul and Hin 2014-04-21 08:21:21 +00:00
aarne
371265b756 corrected the inflection of potere_V in Ita 2014-04-21 07:51:36 +00:00
aarne
4ee1c27747 ExtraFre.ce_Pron added 2014-04-21 07:26:12 +00:00
aarne
90161e6fec rewrote SentenseChi.AdvSlash to prevent looping with unknown tokens ; the rule is right, but the cause of looping should be found 2014-04-20 07:41:57 +00:00
inari
0786fc84b7 ~100 words of TopDictFin 2014-04-17 15:59:21 +00:00
hallgren
3fd6dc90f9 Wide Coverage Demo web app: more client side caching
For example, you can now reorder paragraphs by cut & paste, without causing
anything to be sent to the server for re-translation.

Also some color & layout tweaks.
2014-04-17 13:48:00 +00:00
hallgren
0c04bdb4b9 translator/DictionarySwe.gf: fix learn_V
Copied from LexiconSwe.gf.

Also a small fix in lib/src/Makefile.
2014-04-17 13:15:23 +00:00
kr.angelov
d8e5206e7f now word completion from Java works. It could be made better 2014-04-17 11:00:27 +00:00
hallgren
d2f48f8156 Wide Coverage Demo App: show a word-for-word translation if all else fails 2014-04-16 15:37:09 +00:00
hallgren
5c79b1d8bd PGF web API: adding the command c-wordforword
It has the same parameters and result format as c-translate, but it does
the translation word for word. (To be used as a last resort).
2014-04-16 15:24:23 +00:00
aarne
5fe4536925 edits in App help ; name suggestion "Language Compiler" ; sepApo(), a quick fix to French and Italian elision in the App 2014-04-15 22:02:06 +00:00
aarne
7527edf2d5 disabled binding of elision in Ita and Fre, temporarily, to make more inputs parsable 2014-04-15 21:26:58 +00:00
aarne
8873582fde removed clash in AppFin imports 2014-04-15 21:26:33 +00:00
aarne
1d06b85321 added some missing DictionaryIta entries, however without checking all intermediate entries 2014-04-15 20:13:24 +00:00
aarne
4088b36fdb added missing words up to BNC 3000 in DictionarySwe ; not all intervening words checked however 2014-04-15 19:38:51 +00:00