Microsoft turns spoken English into spoken Mandarin – in the same voice
1–10 of 124 posts
Re: Microsoft turns spoken English into spoken Mandarin – in the same voice
#2Very cool stuff.
Re: Microsoft turns spoken English into spoken Mandarin – in the same voice
#3Re: Microsoft turns spoken English into spoken Mandarin – in the same voice
#4I am a Ruby guy and I only marginally get in contact with their C++ code, but from what I learned so far this stuff is extremely memory and CPU hungry. It also depends on having been fed the right amounts of input. That's why Google Translate is so good. They have tons and tons of data from all the websites they parse, and in many cases the content can be obtained in different languages. Corporate pages are often translated paragraph by paragraph by humans which results in perfect raw data to train these algorithms. Also for example all documents that the European Parliament produces are translated into the languages of all member states.
Everything that has to do with translation has to do with context. I think the software right now is as smart as a six year old kid, except that it has a much bigger vocabulary. But if you say "The process has stalled. Let's kill it." it probably only makes sense if you know you are talking about computers.
It's hard to imagine that computers one day might really understand everything we say. But just by using Google Translate I think they really might. Это является удивительным. (I don't speak Russian. I hope I didn't insult anyone now. ;))
Re: Microsoft turns spoken English into spoken Mandarin – in the same voice
#5My current client is specialising in speech recognition, speech synthesis and automatic translation. They have something similar, focused on enterprise customers. I find this subject very interesting. I am a Ruby guy and I only marginally get in contact with their C++ code, but from what I learned so far this stuff is extremely memory and CPU hungry. It also depends on having been fed the right amounts of input. That…
Actually this may be one of the reasons why Google's Japanese translations are so terrible. The why isn't really relevant here[0] (perhaps you already know anyway) but it there are times when the raw data becomes the most misleading.
[0] Obviously I still mean those actually translating by hand, not the companies which just throw all of their material into Google Translate and consider it a finely proofed document. There are plenty of the latter which makes for an amusing loop in the system.
Re: Microsoft turns spoken English into spoken Mandarin – in the same voice
#6it is pretty neat.
Re: Microsoft turns spoken English into spoken Mandarin – in the same voice
#7I'd love some comparison - that doesn't sound like the same voice to me (awfully close to the 'standard' computer voice, IMO), but some of it is crummy recording quality, and showing the flexibility would go a long way toward convincing me.
Re: Microsoft turns spoken English into spoken Mandarin – in the same voice
#8My current client is specialising in speech recognition, speech synthesis and automatic translation. They have something similar, focused on enterprise customers. I find this subject very interesting. I am a Ruby guy and I only marginally get in contact with their C++ code, but from what I learned so far this stuff is extremely memory and CPU hungry. It also depends on having been fed the right amounts of input. That…
> Corporate pages are often translated paragraph by paragraph by humans which results in perfect raw data to train these algorithms. Actually this may be one of the reasons why Google's Japanese translations are so terrible . The why isn't really relevant here[0] (perhaps you already know anyway) but it there are times when the raw data becomes the most misleading. [0] Obviously I still mean those actually translatin…
Re: Microsoft turns spoken English into spoken Mandarin – in the same voice
#9My current client is specialising in speech recognition, speech synthesis and automatic translation. They have something similar, focused on enterprise customers. I find this subject very interesting. I am a Ruby guy and I only marginally get in contact with their C++ code, but from what I learned so far this stuff is extremely memory and CPU hungry. It also depends on having been fed the right amounts of input. That…
Best would be parliamentary speeches with transcipts, and the closed captioning for national news programs. The main constraint is storage space/computational power.