Re: auto-correct a speech-to-text output and relate to of the words based on syllables

2018-02-04 Thread dieter
"Peter J. Holzer" writes: > On 2018-02-03 09:34:57 +0100, dieter wrote: > ... > The difficulty is to *recognise* it correctly. Was that tangle of sound > waves an "l" or an "r"? This not as unambiguous as you seem to think. > So a speech-to-text

Re: auto-correct a speech-to-text output and relate to of the words based on syllables

2018-02-03 Thread Peter J. Holzer
ent phonemes, and humans generally learn to distinguish between them (and to disregard variances) in the first years. > And obviously, I should not be ignored when one is interested in > a narrow match. The difficulty is to *recognise* it correctly. Was that tangle of sound waves an "

Re: auto-correct a speech-to-text output and relate to of the words based on syllables

2018-02-03 Thread dieter
Steven D'Aprano writes: > On Fri, 02 Feb 2018 08:14:03 +0100, dieter wrote: > >>> The user speaks "Light". The system translates it as "Bright" The user >>> speaks "White" The system translates it as "Bright" >> >> As those words are phonetically quite apart (they have very different >> first co

Re: auto-correct a speech-to-text output and relate to of the words based on syllables

2018-02-01 Thread Steven D'Aprano
ot;Brighter"). We should not assume that the first consonant is always correct. Of course we would hope that a speech-to-text system would correctly match Light/Bright/White/Fright/etc but given the vagaries of human accents and pronunciation, we shouldn't be surprised if it sometimes gets them wrong. -- Steve -- https://mail.python.org/mailman/listinfo/python-list

Re: auto-correct a speech-to-text output and relate to of the words based on syllables

2018-02-01 Thread dieter
nav...@emagevisionpl.com writes: > I have to make an application in which, > > The user asks a question, Google's API is used to convert the speech to text. > But the problem is due to different accent the translator misunderstands the > words. > I want my application t

auto-correct a speech-to-text output and relate to of the words based on syllables

2018-02-01 Thread naveen
Hi, I have to make an application in which, The user asks a question, Google's API is used to convert the speech to text. But the problem is due to different accent the translator misunderstands the words. I want my application to guess the word to the nearest word spoken by the user.

Re: Any speech to text conversation python library for Linux and mac box

2013-06-13 Thread Miki Tebeka
On Wednesday, June 12, 2013 8:59:44 PM UTC-7, Ranjith Kumar wrote: > I'm looking for speech to text conversation python library for linux and mac Not a Python library, but maybe you can work with http://cmusphinx.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Any speech to text conversation python library for Linux and mac box

2013-06-13 Thread Alan Gauld
On 13/06/13 04:59, Ranjith Kumar wrote: Hello all, I'm looking for speech to text conversation python library for linux and mac box, I found few libraries but non of them supports any of these platform. This list is for people learning the python language and standard library. If yo

Re: Any speech to text conversation python library for Linux and mac box

2013-06-12 Thread dieter
Ranjith Kumar writes: > I'm looking for speech to text conversation python library for linux and > mac box, I found few libraries but non of them supports any of these > platform. > I found following libraries speech, dragonfly and pyspeech supports only > windows and sphinx

Any speech to text conversation python library for Linux and mac box

2013-06-12 Thread Ranjith Kumar
Hello all, I'm looking for speech to text conversation python library for linux and mac box, I found few libraries but non of them supports any of these platform. I found following libraries speech, dragonfly and pyspeech supports only windows and sphinx for linux. Any suggestion? -- C

Speech to Text

2010-03-05 Thread Santhosh Kumar
Hi All, I am trying to find is there is any way to covert "speech to Text" with Python in UBUNTU. I googled whr I found Many Text to speech. Some one please assist me. -- With Regards, Never Say No, Santhosh V.Kumar +919840411410 -- http://mail.python.org/mailman/listinfo/python-list