Sorry to be a killjoy, but the premise of this article--that <i>Google</i> developed the speech-recognition technology--hurts my feelings (to say the least) and underestimates the contributions of the NLP community.<p>Speech recognition, like machine translation, is academic in origin, and much of the work is still carried out in academia. For example, Google did not "invent" machine translation. No, Google Translate is an adapted version of academic systems. Perhaps the phrase tables are sharded and so is the language model, but the general algorithms are the same. Sure, one of Berkeley's NLP grads is working there, but it's basically an adapted version of what's available. They publish papers like "Stupid Backoff" [1], but that makes them as much a contributor as any other member of the NLP community.<p>Speech recognition is the same thing. Google is the company that takes existing research and adapts it.<p>To claim that Google developed the speech recognition technology is to discredit the contributions of <i>everyone else</i> in the NLP community. Google has been generous at funding NLP research at the university level. Do you consider the results of those research "Google"'s?<p><i>Ultimately, the main difference is that Google has magnitudes more data and the physical capacity to handle that, not that it solved some systems or architectural bottleneck that has been limiting us.</i> Someone once said that all you need is a crappy model and great data to build a good ML-based algorithm...<p>[1] <a href="http://acl.ldc.upenn.edu/D/D07/D07-1090.pdf" rel="nofollow">http://acl.ldc.upenn.edu/D/D07/D07-1090.pdf</a>