Commit Graph

6 Commits

Author SHA1 Message Date
kr.angelov
e054e8e087 rename DGTranslator to Human Language Compiler. Added a new logo 2014-04-22 11:53:16 +00:00
kr.angelov
95291eec92 remove the old android icon 2014-04-03 14:02:50 +00:00
kr.angelov
19f7fd998b a new icon and a new name for the DG Translator 2014-04-03 13:44:14 +00:00
aarne
556bfa002b android: added (1) dg icon (2) green/yellow/red colours for translation confidence (3) App grammars as test case in Translator.java 2014-03-10 18:04:43 +00:00
kr.angelov
fe44835820 an improvised dictionary mode in the Android translator 2013-10-10 15:39:52 +00:00
bringert
6adc9f7be4 Add new Android voice translator sample app
This adds a simple voice translator Android app that uses
the JNI bindings to the PGF C runtime.

Caveats:

- Since the C runtime doesn't compile for Android right now,
  I've bundled an old copy, along with its Java bindings.
  That should be removed once the C runtime compiels for Android
  again.

- Adding an automated build would be nice.

- Replacing the grammar requires editing a Java file, that should 
  really be more dynamic.
2013-10-04 16:26:46 +00:00