Difference between revisions of "CMUSphinx2"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=CMUSphinx2 |Short description=a speaker-independent large vocabulary continuous speech recognizer. |Full description=Sphinx is a speaker-independent large vocabular...")
 
(new stable version)
Line 3: Line 3:
 
|Short description=a speaker-independent large vocabulary continuous speech recognizer.
 
|Short description=a speaker-independent large vocabulary continuous speech recognizer.
 
|Full description=Sphinx is a speaker-independent large vocabulary continuous speech recognizer. It is also a collection of free and open source tools and resources that allows researchers and developers to build speech recognition systems. The packages that the CMU Sphinx Group is releasing are a set of reasonably mature, world-class speech components that provide a basic level of technology to anyone interested in creating speech-using applications without the once-prohibitive initial investment cost in research and development; the same components are open to peer review by all researchers in the field, and are used for linguistic research as well. Sphinx-2 is a fast speech recognition system, the predecessor of PocketSphinx. It is not being actively developed at this time, but is still widely used in interactive applications. It uses Hidden Markov Models (HMM) with semi-continuous output probability density functions (PDF). Even though it is not as accurate as Sphinx-3 or Sphinx-4, it runs at real time, and therefore it is a good choice for live applications. You can find further documentation about Sphinx-2 in the release documentation, or at the online documentation.
 
|Full description=Sphinx is a speaker-independent large vocabulary continuous speech recognizer. It is also a collection of free and open source tools and resources that allows researchers and developers to build speech recognition systems. The packages that the CMU Sphinx Group is releasing are a set of reasonably mature, world-class speech components that provide a basic level of technology to anyone interested in creating speech-using applications without the once-prohibitive initial investment cost in research and development; the same components are open to peer review by all researchers in the field, and are used for linguistic research as well. Sphinx-2 is a fast speech recognition system, the predecessor of PocketSphinx. It is not being actively developed at this time, but is still widely used in interactive applications. It uses Hidden Markov Models (HMM) with semi-continuous output probability density functions (PDF). Even though it is not as accurate as Sphinx-3 or Sphinx-4, it runs at real time, and therefore it is a good choice for live applications. You can find further documentation about Sphinx-2 in the release documentation, or at the online documentation.
 +
|Homepage URL=http://cmusphinx.sourceforge.net/html/cmusphinx.php
 
|User level=advanced
 
|User level=advanced
|Status=Live
 
|Component programs=
 
|Homepage URL=http://cmusphinx.sourceforge.net/html/cmusphinx.php
 
|VCS checkout command=
 
 
|Computer languages=C,Python,Perl
 
|Computer languages=C,Python,Perl
 
|Documentation note=http://www.speech.cs.cmu.edu/cmusphinx/moinmoin/ and http://www.speech.cs.cmu.edu/sphinxman/
 
|Documentation note=http://www.speech.cs.cmu.edu/cmusphinx/moinmoin/ and http://www.speech.cs.cmu.edu/sphinxman/
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=CMUSphinx-_base,CMUSphinx-_Training,CMUSphinx-_PocketSphinx
 
|Related projects=CMUSphinx-_base,CMUSphinx-_Training,CMUSphinx-_PocketSphinx
 
|Keywords=Perl,Python,C,speech,voice,speech analysis,Speech Processing,voice recognition,speech recognition
 
|Keywords=Perl,Python,C,speech,voice,speech analysis,Speech Processing,voice recognition,speech recognition
|Is GNU=n
+
|Version identifier=0.6
|Last review by=Kelly Hopkins
+
|Version date=2005/10/13
|Last review date=2009-02-17
+
|Version status=stable
 +
|Version download=http://downloads.sourceforge.net/cmusphinx/sphinx2-0.6.tar.gz?modtime=1129223718&big_mirror=0
 +
|Last review by=Alejandro Hernández Petermann
 +
|Last review date=2016/09/15
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.6
+
|Status=
|Version date=2009-02-17
+
|Is GNU=No
|Version status=beta
+
|License verified date=2009-02-17
|Version download=http://downloads.sourceforge.net/cmusphinx/sphinx2-0.6.tar.gz?modtime=1129223718&big_mirror=0
+
}}
 +
{{Project license
 +
|License=X11
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-02-17
 +
}}
 +
{{Project license
 +
|License=BSD_2Clause
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-17
 
|License verified date=2009-02-17
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Evandro Gouvêa
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Evandro Gouvêa
 
 
|Email=egouvea@cs.cmu.edu
 
|Email=egouvea@cs.cmu.edu
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Mosur Ravishankar
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Mosur Ravishankar
 
 
|Email=rkm@cs.cmu.edu
 
|Email=rkm@cs.cmu.edu
 
|Resource URL=
 
|Resource URL=
Line 66: Line 69:
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=accessibility,command-line
+
|Interface=command-line, accessibility
 
|Use=interface
 
|Use=interface
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=X11
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-17
 
}}
 
{{Project license
 
|License=BSD_2Clause
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-17
 
}}
 

Revision as of 14:37, 15 September 2016


[edit]

CMUSphinx2

http://cmusphinx.sourceforge.net/html/cmusphinx.php
a speaker-independent large vocabulary continuous speech recognizer.

Sphinx is a speaker-independent large vocabulary continuous speech recognizer. It is also a collection of free software tools and resources that allows researchers and developers to build speech recognition systems. The packages that the CMU Sphinx Group is releasing are a set of reasonably mature, world-class speech components that provide a basic level of technology to anyone interested in creating speech-using applications without the once-prohibitive initial investment cost in research and development; the same components are open to peer review by all researchers in the field, and are used for linguistic research as well. Sphinx-2 is a fast speech recognition system, the predecessor of PocketSphinx. It is not being actively developed at this time, but is still widely used in interactive applications. It uses Hidden Markov Models (HMM) with semi-continuous output probability density functions (PDF). Even though it is not as accurate as Sphinx-3 or Sphinx-4, it runs at real time, and therefore it is a good choice for live applications. You can find further documentation about Sphinx-2 in the release documentation, or at the online documentation.





Licensing

License

Verified by

Verified on

Notes

License

X11

Verified by

Kelly Hopkins

Verified on

17 February 2009

Verified by

Kelly Hopkins

Verified on

17 February 2009




Leaders and contributors

Contact(s)Role
Mosur Ravishankar Maintainer
Evandro Gouvêa Maintainer


Resources and communication

AudienceResource typeURI
DeveloperDownloadhttp://cmusphinx.sourceforge.net/html/download.php#sphinxbase
Bug TrackingBug Trackinghttp://sourceforge.net/tracker/?group_id=1904&atid=101904
SupportForumhttp://sourceforge.net/forum/forum.php?forum_id=5471
GeneralForumhttp://sourceforge.net/forum/forum.php?forum_id=5470
DeveloperHomepagehttp://sourceforge.net/projects/cmusphinx


Software prerequisites




Entry
































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.