Software

From SpeechWiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
==Phonetic Transcription Tool==
+
=Phonetic Transcription Tool=
This tool gives the American English phonetic transcription of any string.  It uses an HMM model to either generate a most likely phonetic transcription, or if a phonetic transcription is provided, it can perform forced alignment.  So, it gives a reasonable pronounciation for out-of-dictionary words, or partially pronounced words.
This tool gives the American English phonetic transcription of any string.  It uses an HMM model to either generate a most likely phonetic transcription, or if a phonetic transcription is provided, it can perform forced alignment.  So, it gives a reasonable pronounciation for out-of-dictionary words, or partially pronounced words.
Line 5: Line 5:
[[Phonetic Transcription Tool]].  You can try out the [http://mickey.ifp.uiuc.edu/speech/webpronounce/webpronounce.cgi demo] here.
[[Phonetic Transcription Tool]].  You can try out the [http://mickey.ifp.uiuc.edu/speech/webpronounce/webpronounce.cgi demo] here.
-
==Parallel Computing==
+
=Parallel Computing=
=Sun Grid Engine on ifp-32=
=Sun Grid Engine on ifp-32=
Bowon's brief introduction about the SGE [http://www.ifp.uiuc.edu/~bowonlee/research/cluster/linux_cluster.htm here]
Bowon's brief introduction about the SGE [http://www.ifp.uiuc.edu/~bowonlee/research/cluster/linux_cluster.htm here]
Detailed SGE document, including Job Dependency[http://wikis.sun.com/display/GridEngine/Submitting+Extended+Jobs+and+Advanced+Jobs#SubmittingExtendedJobsandAdvancedJobs-ExampleExtendedJobExample]
Detailed SGE document, including Job Dependency[http://wikis.sun.com/display/GridEngine/Submitting+Extended+Jobs+and+Advanced+Jobs#SubmittingExtendedJobsandAdvancedJobs-ExampleExtendedJobExample]
-
=MPI=
+
==MPI==
[http://search.cpan.org/~ajgough/Parallel-MPI-Simple-0.03/| Perl MPI Simple]
[http://search.cpan.org/~ajgough/Parallel-MPI-Simple-0.03/| Perl MPI Simple]
-
=Perl scripts for parallel processing of HTK commands=
+
==Perl scripts for parallel processing of HTK commands==
Perl scripts for parallel processing of four HTK commands (HCopy, HERest, HVite, and HResults) are available.
Perl scripts for parallel processing of four HTK commands (HCopy, HERest, HVite, and HResults) are available.
Line 34: Line 34:
Written by Bowon Lee, 02/24/2006
Written by Bowon Lee, 02/24/2006
-
= Parallel GMTK =
+
== Parallel GMTK ==
http://mickey.ifp.uiuc.edu/speechWiki/index.php/GMTK_parallel_tools
http://mickey.ifp.uiuc.edu/speechWiki/index.php/GMTK_parallel_tools
-
== More software written at ISLE ==
+
= More software written at ISLE ==
Other speech recognition and biomedical imaging tools can be found [http://www.isle.uiuc.edu/software/ here].
Other speech recognition and biomedical imaging tools can be found [http://www.isle.uiuc.edu/software/ here].
-
== SVN ==
+
= SVN ==
On linux, the client is svn, and should be installed everywhere.  On
On linux, the client is svn, and should be installed everywhere.  On
windows, download toroisesvn (http://tortoisesvn.tigris.org/)
windows, download toroisesvn (http://tortoisesvn.tigris.org/)
http://artis.imag.fr/~Xavier.Decoret/resources/svn/index.html
http://artis.imag.fr/~Xavier.Decoret/resources/svn/index.html

Revision as of 19:12, 12 June 2008

Contents

Phonetic Transcription Tool

This tool gives the American English phonetic transcription of any string. It uses an HMM model to either generate a most likely phonetic transcription, or if a phonetic transcription is provided, it can perform forced alignment. So, it gives a reasonable pronounciation for out-of-dictionary words, or partially pronounced words.

Phonetic Transcription Tool. You can try out the demo here.

Parallel Computing

Sun Grid Engine on ifp-32

Bowon's brief introduction about the SGE here Detailed SGE document, including Job Dependency[1]

MPI

Perl MPI Simple

Perl scripts for parallel processing of HTK commands

Perl scripts for parallel processing of four HTK commands (HCopy, HERest, HVite, and HResults) are available.

1. HCopy.pl

2. HERest.pl

3. HVite.pl

4. HResults.pl

Those scripts use the SGE (Sun Grid Engine) for job queuing.

Detailed information about the above Perl scripts can be found here.

Brief introduction about the SGE can be found here


Written by Bowon Lee, 02/24/2006

Parallel GMTK

http://mickey.ifp.uiuc.edu/speechWiki/index.php/GMTK_parallel_tools

More software written at ISLE =

Other speech recognition and biomedical imaging tools can be found here.

SVN =

On linux, the client is svn, and should be installed everywhere. On windows, download toroisesvn (http://tortoisesvn.tigris.org/) http://artis.imag.fr/~Xavier.Decoret/resources/svn/index.html

Personal tools