kr.angelov
2c9906336d
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
e891e99725
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
kr.angelov
6808c3c982
a small fix to avoid showing * in some translations
2014-04-24 08:03:29 +00:00
kr.angelov
81c2184923
show the alternative translations in color
2014-04-24 08:00:52 +00:00
kr.angelov
5f7ca26002
show the probabilities for the alternative translations
2014-04-24 07:44:47 +00:00
kr.angelov
b2f5d97315
bugfix in the word completion in the input method
2014-04-24 07:27:34 +00:00
aarne
f5e4430e34
merged the edits
2014-04-24 07:23:40 +00:00
aarne
1e67d2531b
updated app.html with new links
2014-04-24 07:15:48 +00:00
aarne
58615e6bc6
updated app help
2014-04-24 07:14:40 +00:00
kr.angelov
80e9b1e6b9
fix typo in the help file
2014-04-24 07:08:06 +00:00
kr.angelov
43706445be
finally: the conversation view is now no longer cleared up everytime when the device is flipped
2014-04-23 20:27:46 +00:00
aarne
e60ec8d1da
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
e6363c51dd
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
hallgren
e3ff79d49c
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
570a417615
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
b70cea2673
bugfix in the handling of BIND in the C runtime
2014-04-22 13:53:18 +00:00
hallgren
a2c25e88d4
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
5847f8e18f
fix in the renaming
2014-04-22 11:55:22 +00:00
kr.angelov
c032781095
rename DGTranslator to Human Language Compiler. Added a new logo
2014-04-22 11:53:16 +00:00
aarne
d3020a2f19
a copy of app help file as demos/app.html
2014-04-21 08:45:32 +00:00
aarne
7340400758
some edits in app help
2014-04-21 08:40:38 +00:00
hallgren
0e21bcde22
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
kr.angelov
b0b27a1b32
now word completion from Java works. It could be made better
2014-04-17 11:00:27 +00:00
hallgren
5cb5cdd31e
Wide Coverage Demo App: show a word-for-word translation if all else fails
2014-04-16 15:37:09 +00:00
hallgren
dd96c8a2c6
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
1bc77326e2
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
fbcb5e1957
removed clash in AppFin imports
2014-04-15 21:26:33 +00:00
hallgren
7fc3627c6e
PGF web API: add commands lookupmorpho and c-lookupmorpho
2014-04-15 14:50:38 +00:00
hallgren
2ea326a83e
gftranslate.js: switch to Translate11.pgf
2014-04-11 20:08:12 +00:00
aarne
d8f15af8f0
Dut added to android Translator.java
2014-04-11 19:47:50 +00:00
aarne
3740a30f05
App11.pgf in Makefile
2014-04-11 18:56:59 +00:00
hallgren
ba825ae81a
Wide Coverage Demo App (gftranslate.js): use a special lexer for Chinese.
2014-04-11 18:39:12 +00:00
hallgren
6601a3972e
Simple Translator: use colors to indicate translation quality
2014-04-11 15:00:15 +00:00
aarne
aca589d872
experimental AppDut added
2014-04-11 07:49:34 +00:00
kr.angelov
7c3d97e72a
named entities in the Android App
2014-04-11 12:56:31 +00:00
hallgren
ea389df58e
Simple Translator: Use PGF API for (un)lexing instead of separate server calls
...
Also,
+ Get up to 10 (instead of 5) alternative robust translations.
+ Remove duplicates from list of alternative robust translations
+ Add GF Cloud logo to the simple translator page
2014-04-11 12:10:05 +00:00
kr.angelov
f72fe45c32
forgoten Completer.java
2014-04-11 07:52:10 +00:00
kr.angelov
b82f9a5035
expose Java API for word completion
2014-04-11 07:50:22 +00:00
kr.angelov
65b4ba2459
change the JVM version to 1.6 in JNI_OnLoad
2014-04-11 07:15:27 +00:00
kr.angelov
dbc8a6f579
bugfix in the Java binding
2014-04-10 16:43:40 +00:00
hallgren
4008a2b111
PGF web service: disable caching of parse results
...
Caching parse results uses a lot of memory, even if they expire after
2 minutes, so it won't scale up to many simultaneous users.
But some excessive memory use seems to be caused by space leaks in
(the Haskell binding to) the C run-time system, and these should be fixed.
For example, flushing the PGF cache does not release the memory allocated
by the C run-time system when loading a PGF file.
2014-04-10 15:55:33 +00:00
hallgren
5f75baf56a
Wide Coverage Demo App: it now works ok without server caching of parse results
2014-04-10 15:50:34 +00:00
kr.angelov
1ca09448f9
now fully functional Java API for custom literals
2014-04-10 14:14:31 +00:00
kr.angelov
348c9c4233
bugfix in the C runtime
2014-04-10 07:42:49 +00:00
aarne
d7ef5d8c0b
improved generation of BNC dictionaries ; now called TopDictionary for clarity
2014-04-10 13:07:05 +00:00
kr.angelov
d9f4c1598c
a quick hack to enable the NERC from bindings. This should be made available from the API but for now I just hacked the C runtime
2014-04-10 07:27:07 +00:00
hallgren
d19e6d9d07
Wide Coverage Demo App: new buttons: to switch colors on/off & to try Google Translate
2014-04-09 20:51:31 +00:00
hallgren
402cccc3ca
localstorage.js: bug fix
...
If you stored "false" and tried to retrieve it with a default value, you got
the default value instead of "false".
2014-04-09 20:49:53 +00:00
hallgren
96f36d8f0a
Wide Coverage Demo App: use PGF service lexing/unlexing
...
It is now enough to make one server call per translation, and the results can
cached by the browser.
2014-04-09 19:49:45 +00:00
hallgren
d1da0e06de
PGF web service: add unlexers and enable client side caching
...
Most PGF web API commands that produce linearizations now accept an
unlexer parameter. Possible values are "text", "code" and "mixed".
The web service now include Date and Last-Modified headers in the HTTP,
responses. This means that browsers can treat responses as static content and
cache them, so it becomes less critical to cache parse results in the server.
Also did some cleanup in PGFService.hs, e.g. removed a couple of functions
that can now be imported from PGF.Lexing instead.
2014-04-09 17:51:25 +00:00