IBM to Open Voice Recognition Software
phug writes "According to the NY Times, IBM is donating code that it estimates cost the company $10 million to develop. One collection of speech software for handling basic words for dates, time and locations, like cities and states, will go to the Apache Software Foundation. The company is also contributing speech-editing tools to a second open-source group, the Eclipse Foundation." There's not much information out there yet - e.g. no word on licenses etc. It is worth pointing out that the Eclipse Foundation was started by IBM.
This is great, ViaVoice has disappeared for quite a while now on linux, I hope that this will open a great variety of cool open source applications. If this will be made modular like e.g. festival, I can think of endless applications worth using it.
Life is just nature's way of keeping meat fresh.
Is this ViaVoice? The linux packages have been pulled off the IBM site a year or so ago but they're still floating around.
8 of 13 people found this answer helpful. Did you?
Eclipse is actually a kind-of Swiss Army Chainsaw -IDE. You can make plugins for pretty much everything, so one could speculate that a voice recognition plugin would be feasible.
I don't know about everyone else, but the concept of coding by voice does fascinate me. There are obvious issues (like eliminating having to say every single control character (if at all possible)), but with a background of RSI I think it's at least worth a shot.
Thoughts?
.: Max Romantschuk
Why is it doing this, is it because they think they can make more money with increased software sales? It also might be an advertising campaign, $10 million donation is buying a lot of free coverage.
Corporations dont usually give a way stuff for nothing, in fact their mission by law is to maximize profit.
When you look at GNU/Linux as a complex system and think of the things that users complain about when Linux usability is concerned, GPL'd speech recognition software is definitely one of them.
Hooray for IBM and as Ali said in the Linux ad "don't back down"!!
Never underestimate the power of idiots in large groups
My brother (who works for IBM) recently sent me an article on USA Today about the system IBM and Honda have developed for speech-interface with a GPS-enabled navigation computer. Really cool stuff.
For those of you who haven't read it, check out The Unfinished Revolution by Michael Dertouzos. I don't agree with all of his analysis (he was a little lacking in pragmatism on some points), but overall this book was very insightful. This book, along with Weaving the Web by Tim Berners-Lee, caused a big paradigm shift in my thinking about computer technology.
Nice title;
.Net technology. What exactly is the difference in quality and approach between the package from M$ and the one here mentioned from IBM ?
Speech code from IBM to become open source
And even better.. the comment from Microsoft, quoted at the end of the article
"IBM has not executed in bringing this technology to a broad market as Microsoft has."
Beside the jokes; The article states as well that Microsoft introduced their Speech Server 2004 last March, and that 100,000 software programmers have downloaded Microsoft's free software developers' kit for building speech applications on its Windows
Maybe set up sort of a ViaVoice@Home project where every geek can help training the software?
Actually it should be quite easy: The client reads your keyboard and the microphone, and you are supposed to speak loudly whatever you type. The training results are regularly exchanged with the central server.
The Tao of math: The numbers you can count are not the real numbers.
IBM Hursley labs had a name dialler 5 years ago that let you phone the computer, say the name fo the person you wanted to speak with, and get put through. They also had a system that provided weather forecasts based on the name of the city or country you said. I was pleased to name the latter "Global Weather Information System" or GWIS, pronounced Gee-whizz. Both ran on the machine under my desk. Both worked reasonably well, especially given that a lot of the acoustic models for names and places were automagically generated.
"The new wave is not value-added; it's garbage-subtracted" - Esther Dyson, Dec 1994
I used to work for MacSpeech, we also did large vocabulary dictation systems like ViaVoice.
Back when I was there it really wasn't viable for most people.
However, not all people can type, this includes both the "Hands Free" market (disabilities) and the "Hands Busy" market. Surprisingly, many people also don't want to type, this includes medical and legal professionals. They have an interesting problem, they often need to generate large amounts of boilerplate text quickly. Doctors, Radiologist, Lawyers are also all pretty smart and they heavily use the macro packages to contstruct documentation systems that suit their needs exactly. As you might also imagine, VARS step in and also make these macros.
Is it for you? Maybe not, but it is for a lot of people.
How does Sphinx and ViaVoice compare? I am seriously thinking of playing with these two thingies but I would like to have some kind of a opinion fro a serious user.
Thanks.
The dangers of excessive individualism are nothing compared to the oppressiveness of excessive collectivism
Sphinx is free software. ViaVoice is owned by ScanSoft (IBM sold it to them). ViaVoice is only supported on MS Windows platforms, although there is a crufty old pre-ScanSoft tarball floating around that you would be lucky to get to compile.
Sphinx is a very good recognizer, but you'll have to build your own grammar (there are "toy" grammars available). ViaVoice makes you spend 4 hours training it, and then it will only recognize your voice.
ScanSoft ViaVoice will run fine on a 1GHz computer or less. Sphinx, using a grammar of any reasonable size, needs a 32-note Beowulf cluster of dual-core Opterons to do real-time speech recognition. Well, that's an exaggeration, but you get the idea.
It's a product based on the Eclipse patform (not a plugin, more a standalone application).
It's a VoiceXML-oriented IDE. In a nutshell, VoiceXML is a specification that defines how to make a speech recognition (or DTMF) application for the *phone* (not the desktop) using a Web model (that is, exchanging documents over HTTP). The toolkit developped by IBM allows programmers to build call flows graphically, to edit VoiceXML and grammar documents, to manipulate pronounciation dictionnaries and to do other related tasks. I believe this is the part that they are going to give to Eclipse.
The other piece they're going to open is "Reusable Dialog Components", a set of VoiceXML documents (or templates), grammars and code. Theses modules allow programmer to combine different components together in order to build a complete application. I think this part is going to Apache.
Also note that:
Currently, Voice Toolkit for WebSphere Studio is only available on Windows
Although VoiceXML is a growing standard, many area are still uncovered by the spec. AFAIK, this toolkit is not likely to integrate nicely with run-time platforms other than IBM WebSphere Voice Server.
This is just an IDE. You need to buy the runtime (the VoiceXML gateway). I really don't think they will open their speech recognition software (a lot more than a 10M$ investment).
All humans are mortal. Socrates is a human. Socrates is dead.
Nah, you're in the completely wrong product division. When people hear "speech recognition", they automatically think of stuff like ViaVoice and DragonDictate. This announcement has _nothing_ to do with software for interfacing with your desktop computer.
They're talking about their voicexml tools. They're open sourcing some tools for developing voicexml-based speech applications that run in a call center somewhere, replacing "press 1 for this, press 2 for that" with "say the name of a city and state, and I'll give you a weather forecast". Customers are generally big enterprises with big call centers, and they're trying to create the appearance of a "standard development methodology" that, in reality, only they support, so they can drive engine sales and services revenue.
Of course, MS is trying to do the same thing. IBM's closer to the mark, because voicexml actually _is_ the predominant standard, whereas MS just made SALT up all by their lonesome and have yet to have any real deployments outside of their own companies and companies they have tremendous sway over.