INACTIVE - Java API for the online speech recognition services provided by phon.ioc.ee
Перейти к файлу
Kelly Davis 0187d89a9b Bumped version 2016-03-31 11:32:50 +02:00
lm Initial commit 2011-09-16 16:02:19 +02:00
src Notified listeners before server connection is closed 2016-03-31 11:26:25 +02:00
tools Add buffering to input and output streams 2012-12-18 15:09:09 +01:00
.travis.yml Initial travis.yml 2016-03-03 11:47:06 +01:00
README.md Added build status 2016-03-03 12:04:25 +01:00
pom.xml Bumped version 2016-03-31 11:32:50 +02:00

README.md

Build Status

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