Posts Tagged 'text'

Text To Speech

Posted by admin on December 10 2009 Add Comments

Text To Speech

By : Jacek Wloka
This class can be used to convert text to speech using Expressivo site speech translation service.
It takes a text string in either English, Polish or Romanian, and submits a request to the Expressivo text to synthesize the speech audio for the given text.
The class retrieves an MP3 stream with the [...]

Text 2 Phonome

Posted by admin on December 10 2009 Add Comments

Text 2 Phonome

By : pod
This class can be used to convert English text to the respective phonome representation
It provides options for delimiting sentences, words and phonomes themseleves for further processing ie. thru flash etc.
Download :
http://www.ziddu.com/download/7292916/text2phonome-2009-02-05.zip.html

Festival Text to Speech Wrapper

Posted by admin on December 10 2009 Add Comments

Festival Text to Speech Wrapper

Author : Paul Scott
This is a simple wrapper class that can call the Festival text to speech generation tool of the University of Edinburgh.
The class can take strings of text that are stored in work files for passing to the Festival tool programs as text input sources.
The class provides functions for [...]

PHP Text Classifier

Posted by admin on December 10 2009 Add Comments

PHP Text Classifier

By : alfan
This package can be used to classify text in categories using a naive Bayesian method.
First it can create a database using sample text to train the classification system. The database is stored in a text file with serialized data.
Then it can analyze arbitrary texts and use the database created during training [...]

Alternate text

Posted by admin on December 10 2009 Add Comments

Alternate text

By : Alexander Amzin
This class is meant to extract a random text string from a string that defines a set of possible combinations of words.
It is supposed to be used to generate variations of a message that can be refreshed dynamically.
Just try this combination definition “(hello|bye(world|(sweet|)home|moon)” to see the multiple variations of text strings [...]

Clevertext AJAX text box

Posted by admin on December 10 2009 Add Comments

by: Gary Hockin
This class can be used to generate a text box that becomes editable when the user double-clicks on the text.
It displays the text to be edited within a DIV tag that is replaced by a text input when the user double-clicks on the DIV.
When the text input looses the focus, the edited text [...]