0187d89a9b | ||
---|---|---|
lm | ||
src | ||
tools | ||
.travis.yml | ||
README.md | ||
pom.xml |
README.md
Net Speech API
Java API for the following online speech recognition services:
For example, this library is used by
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