Java API for the following online speech recognition services:
Building the jar-file with and without testing:
$ mvn package
$ mvn package -DskipTests
Building the Javadoc/website:
$ mvn site
Building the Android library:
$ gradle clean assembleRelease
The Eclipse (or any other IDE) project files are not included in this repository. To generate the required Eclipse files, run:
$ mvn -Declipse.workspace=/home/yourname/workspace/ eclipse:configure-workspace
$ mvn eclipse:eclipse