# net-speech-api **Repository Path**: mirrors_mozilla/net-speech-api ## Basic Information - **Project Name**: net-speech-api - **Description**: INACTIVE - Java API for the online speech recognition services provided by phon.ioc.ee - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/mozilla/net-speech-api.svg?branch=master)](https://travis-ci.org/mozilla/net-speech-api) Net Speech API ============== Java API for the following online speech recognition services: - [Ruby PocketSphinx Server](https://github.com/alumae/ruby-pocketsphinx-server) - [Kaldi Offline Transcriber](https://github.com/alumae/kaldi-offline-transcriber) - [Kaldi GStreamer server](https://github.com/alumae/kaldi-gstreamer-server) For example, this library is used by - [Kõnele](http://kaljurand.github.io/K6nele/) - [Diktofon](https://github.com/Kaljurand/Diktofon) 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