/net-speech-api

Java API for the online speech recognition services provided by phon.ioc.ee

Primary LanguageJava

Net Speech API

Java API for the following online speech recognition services:

Building

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

Setting up an Eclipse project

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