Free Speech Recognition

I am working on a plugin for KaDoSu to index audio files. I found these three free libraries Sphinx, ISIP and Julius for speech recognition and decided to use Sphinx because it is a pure Java implementation and so I don’t depend on natively compiled libraries. But all these libraries have the same problem. They need to be trained to recognize speech well. Voxforge collects speech samples from its users and shares them for free with all these projects. Please donate your voice to get better free speech recognition.
Donate your voice!!!

Kadosu version 0.2.0 released

Important new features in this release are: introduce filter for plugin text ouptut, added filter that recognizes the language of a document and adds it to the index as field “language”, scheduled indexing, use a standard index (reduces configuration efforts), update lucene to 2.4.1 and a lot of bugfixes.

More.