Skip to content

Commit

Permalink
Update before the release 1.0beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Mar 1, 2011
1 parent 9e64c88 commit a857c40
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
Sphinx-4 Speech Recognition System
-------------------------------------------------------------------

-------------------------------------------------------------------

Version: 1.0Beta6
Release Date: March 2011

-------------------------------------------------------------------

New Features and Improvements:

* SRGS/GrXML support, more to come soon with support for JSAPI2
* Model layout is unified with Pocketsphinx/Sphinxtrain
* Netbeans project files are included
* Language models can be loaded from URI
* Batch testing application allows testing inside Sphinxtrain

Bug Fixes:

* Flat linguist accuracy issue fixed
* Intelligent sorting in paritioner fixes stack overflow when tokens
have identical scores
* Various bug fixes

Thanks:

Timo Bauman, Nasir Hussain, Michele Alessandrini, Evandro Goueva,
Stephen Marquard, Larry A. Taylor, Yuri Orlov, Dirk Schnelle-Walka,
James Chivers, Firas Al Khalil

-------------------------------------------------------------------

Version: 1.0Beta5
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- * Where to find things... * -->
<!-- * * -->
<!-- ********************************************************** -->
<property name="version" value="1.0beta5"/>
<property name="version" value="1.0beta6"/>

<path id="libs">
<fileset dir="lib" includes="**/jsapi.jar,**/js.jar,**/junit-4.8.1.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion src/sphinx4/edu/cmu/sphinx/util/SphinxHelp.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class SphinxHelp {

private final static String VERSION = "1.0 beta5";
private final static String VERSION = "1.0 beta6";

/**
* The main entry point
Expand Down

0 comments on commit a857c40

Please sign in to comment.