Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/java-speech-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkylion007 <dragonsrcool.aaron@gmail.com>2013-09-02 06:04:40 +0400
committerSkylion007 <dragonsrcool.aaron@gmail.com>2013-09-02 06:04:40 +0400
commitd368c58fadb3042cd094a35198ed045228195789 (patch)
treeee5836d64c0eb7682cc029b1bb67fe0f97609ded
parent679f52bba00569c3180e1f7c071d680032344272 (diff)
Removed legacy code
-rw-r--r--src/com/darkprograms/speech/recognizer/Recognizer.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/com/darkprograms/speech/recognizer/Recognizer.java b/src/com/darkprograms/speech/recognizer/Recognizer.java
index afbee2e..b6273fc 100644
--- a/src/com/darkprograms/speech/recognizer/Recognizer.java
+++ b/src/com/darkprograms/speech/recognizer/Recognizer.java
@@ -7,7 +7,7 @@ import java.net.URLConnection;
/**
* Class that submits FLAC audio and retrieves recognized text
*
- * @author Luke Kuza, Duncan Jauncey
+ * @author Luke Kuza, Duncan Jauncey, Aaron Gokaslan
*/
public class Recognizer {
@@ -108,9 +108,6 @@ public class Recognizer {
private boolean profanityFilter = true;
private String language = null;
- public static final String LANG_US_ENGLISH = "en-US";
- public static final String LANG_UK_ENGLISH = "en-GB";
-
/**
* Constructor
*/