aarne
0d8e73847c
added Japanese to Android app. Had to change target=android-20 to 21.
2015-01-21 22:20:25 +00:00
kr.angelov
9bc5349e62
change in the API for literals
...
The API in the C runtime as well as in the Haskell, Python and Java binding
is changed. Now instead of adding the literal callbacks to the concrete syntax
you need to supply them every time when you need to parse. The main reason is:
- referentially transparent API for Haskell
- when we start using memory mapped files we will not be allowed to change
anything in the grammar data structures. At that point the old API would
be impossible to use.
2014-12-16 10:21:26 +00:00
kr.angelov
02df25d4b6
bump the version code in AndroidManifest.xml
2014-12-11 23:29:58 +00:00
aarne
a7b22188c1
updates in app help file, e.g. the app name
2014-12-11 20:05:57 +00:00
kr.angelov
709163c32e
back to familiar you in Hindi
2014-12-11 16:13:55 +00:00
kr.angelov
8bf2c9ecbb
update gf-translator.svg
2014-12-11 13:44:48 +00:00
kr.angelov
7d87339b52
edit the presentation image
2014-12-10 13:33:28 +00:00
kr.angelov
a2fb1bf5f2
rename HLCompiler to GFTranslator
2014-12-10 13:21:18 +00:00
kr.angelov
166402f7e5
added presentation image for the app
2014-12-10 13:14:11 +00:00
kr.angelov
81fda41fbc
make sure that the app doesn't crash even if nonExist is used somewhere in the grammars
2014-12-09 12:31:36 +00:00
kr.angelov
55e2b55e60
restore the visualisation of abstract trees from the app
2014-12-08 16:17:42 +00:00
kr.angelov
d4b8281226
fix for the unknown words
2014-12-08 15:42:14 +00:00
kr.angelov
42d73f0d10
fix typo
2014-12-08 15:36:07 +00:00
kr.angelov
31f835a6c8
register the callback for the Symb category
2014-12-08 15:22:33 +00:00
aarne
fae9df2517
some edits in app help file
2014-12-07 17:42:47 +00:00
aarne
f600cf35e8
fixes in app help file ; commented out fake TTS for Bul and Cat ; remove []_ from output with unlinearized functions, so that speech doesn't get garbled.
2014-12-05 09:23:44 +00:00
aarne
db97a2b0e4
quick reference text prepended to app help file
2014-12-04 20:30:50 +00:00
aarne
8beead40bc
Catalan in android app builder ; updated app document with Cat ; substitute voice output for Bulgarian and Catalan ; replaced brackets in unknown words by capitalization (for better speech output ; this is experimental)
2014-12-03 14:38:17 +00:00
kr.angelov
d304bf6348
faster translation in the app
2014-12-01 23:15:24 +00:00
kr.angelov
b552ef79d9
better color filter to indicate listening
2014-12-01 21:13:09 +00:00
kr.angelov
353055c2c0
added visual feedback to indicate that the app is not listening anymore
2014-12-01 20:52:37 +00:00
kr.angelov
30383f6ce2
fix in nordic.xml
2014-12-01 20:24:13 +00:00
kr.angelov
7a4d9af97f
added special nordic keyboard for Finnish and Swedish
2014-12-01 12:43:31 +00:00
kr.angelov
bb1f0f3368
get rid of gu/str.(c|h)
2014-10-20 07:50:42 +00:00
kr.angelov
86e9acc7a7
throw away the long obsolete runtime type information in the C runtime
2014-10-09 13:44:26 +00:00
kr.angelov
b7798f9348
add evaluator.c in Android.mk
2014-09-30 12:37:18 +00:00
kr.angelov
a39647d771
bugfix in the android app
2014-08-22 12:33:35 +00:00
kr.angelov
7ad2f7dac3
filter out the leading +/* from the parser tree
2014-07-03 18:27:39 +00:00
kr.angelov
aa746ad0f6
bugfix in the ParseTreeView
2014-07-03 18:09:34 +00:00
kr.angelov
272a8487f8
scroll bars for the ParseTreeView
2014-07-03 13:42:26 +00:00
kr.angelov
e0fa954256
Visualization for parse trees on Android
2014-07-02 11:30:06 +00:00
aarne
2601dac641
added a note that the green translation comes from the phrasebook
2014-06-20 07:12:31 +00:00
aarne
916ef5bc47
language status in app help file as table ; less text
2014-06-19 17:42:03 +00:00
kr.angelov
fa33096e6d
a small change in the keyboard layout for Android to make it more user friendly
2014-06-18 09:51:44 +00:00
kr.angelov
b41a8a1c16
filter out identical duplicated translations from the Android UI
2014-06-18 09:17:33 +00:00
kr.angelov
fe49ddf16d
now the named entities recognizer returns dictionary entries if the name is known
2014-06-17 06:57:12 +00:00
kr.angelov
3d43c2687f
swith off the debugging in the android ui
2014-06-12 09:37:40 +00:00
kr.angelov
df80a2042b
bugfix: the keyboard should not show completions when entering web passwords
2014-05-22 07:25:33 +00:00
kr.angelov
32fe1d8453
the dictionary view in the app now filters out duplicated morphological analyses
2014-05-22 07:10:28 +00:00
kr.angelov
3a0da12e3d
remove dead code to avoid warnings
2014-04-24 19:21:00 +00:00
kr.angelov
aefaed2056
make the input box in the conversation view self-adjustable when entering longer text
2014-04-24 19:18:28 +00:00
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
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
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