incorrect word/unknown word/unknown word recognition – Politepix /forums/topic/incorrect-wordunknown-wordunknown-word-recognition/feed/ Tue, 23 Apr 2024 14:49:23 +0000 https://bbpress.org/?v=2.6.9 en-US /forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017404 <![CDATA[incorrect word/unknown word/unknown word recognition]]> /forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017404 Wed, 05 Jun 2013 16:54:36 +0000 monu1985 I am developing app using Open Ear for voice recognization. I have followed all the steps and also have a look carefully Sample App. I have added 10 word in Dictionary as (A,B,C,D,E,F,G,H,I,J,K) and need to hit with “D” or “G” sound.

I am facing following problem :-
Recognize not always right like recognizing multiple word at a time or array or same word e.g (A B C, C C C, A B)
Not Recognize correct word also many times. Like speech D and hypothesis A
Recognize some time correct word on any sound. Like speech XYZ and hypothesis D

I have a look on forum but could not get proper help.
Please guide me for solution.

]]>
/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017405 <![CDATA[Reply To: incorrect word/unknown word/unknown word recognition]]> /forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017405 Wed, 05 Jun 2013 17:01:36 +0000 Halle Winkler Welcome,

This is a common problem with all speech recognition — the letters in the alphabet mostly only have one or two phonemes, no context, and many of them rhyme or nearly rhyme with each other. There are many posts about it here and on Stack Overflow if you want to read more, but the bottom line is that if you want to have users identify a single letter in isolation, you will have to have them use the military phonetic alphabet (“alpha” for A, “bravo” for B, “charlie” for C, etc) or a similar kind of solution.

]]>
/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017406 <![CDATA[Reply To: incorrect word/unknown word/unknown word recognition]]> /forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017406 Wed, 05 Jun 2013 18:03:30 +0000 monu1985 Hi,

Thanks to reply. I agree there may be some problem regarding voice recognition but there is facing more problem. I have tried with following word set (PICK,PUT,DONE,SUBMIT,CANCEL,PLAY,STOP,PAUSE) and handle event when user will speak DONE or SUBMIT and denied event when will speak CANCEL and play music when will speak PLAY, pause when will speak PAUSE and stop when will speak STOP.
What is happening here :-
1) When speak DONE or SUBMIT then call CANCEL sometime or hypothesis SUBMIT SUMBIT or CANCEL CANCEL etc.
2) When speak PLAY then sometime it STOP or PLAY also it does not recognize longer.

What I have to do for this issue. Is there any paid version for use without error working functionality or any other way to remove noise ?

Thanks
Monu

]]>
/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017411 <![CDATA[Reply To: incorrect word/unknown word/unknown word recognition]]> /forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017411 Wed, 05 Jun 2013 19:55:09 +0000 Halle Winkler That would be weird if that were the case under normal usage. Can you turn on OpenEarsLogging and show your logging output?

Read here for how to turn on logging: /forums/topic/install-issues-and-their-solutions/

]]>
/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017475 <![CDATA[Reply To: incorrect word/unknown word/unknown word recognition]]> /forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017475 Tue, 11 Jun 2013 18:33:51 +0000 monu1985 Hi,

Thanks to reply,
I have download Demo Plugin to test and add it on my allready running Open
Ear enabled application but it is not working fine and giving me
“Unrecognized selector” for each plugin delegate class method call.

For e.g.

1) Flight Controller + NeatSpeech Delegate class Method
[self.fliteController sayWithNeatSpeech:@”I have always wished for my
computer to be as easy to use as my telephone; my wish has come true because
I can no longer figure out how to use my telephone.” withVoice:self.emma];

2) RejectoDemo/LanguageModelGenerator+Rejecto Class Method
NSError *err = [lmGenerator generateRejectingLanguageModelFromArray:words
withFilesNamed:name
withOptionalExclusions:nil
usingVowelsOnly:FALSE
withWeight:nil];

I have been read many time to any extra setting or any extra variable
addition.
Please guide me to resolve my issue.

]]>
/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017476 <![CDATA[Reply To: incorrect word/unknown word/unknown word recognition]]> /forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017476 Tue, 11 Jun 2013 18:42:06 +0000 Halle Winkler The step you’ve missed is at the beginning of the tutorial section “Preparing to use Plugins” and begins “Then open up the Build Settings tab of the target app project and find the entry “Other Linker Flags” and add the linker flag “-ObjC”.

]]>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>incorrect word/unknown word/unknown word recognition – Politepix</title>
<atom:link href="/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/feed/" rel="self" type="application/rss+xml"/>
<link>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/feed/</link>
<description/>
<lastBuildDate>Tue, 23 Apr 2024 14:49:23 +0000</lastBuildDate>
<generator>https://bbpress.org/?v=2.6.9</generator>
<language>en-US</language>
<item>
<guid>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017404</guid>
<title>
<![CDATA[ incorrect word/unknown word/unknown word recognition ]]>
</title>
<link>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017404</link>
<pubDate>Wed, 05 Jun 2013 16:54:36 +0000</pubDate>
<dc:creator>monu1985</dc:creator>
<description>
<![CDATA[ <p>I am developing app using Open Ear for voice recognization. I have followed all the steps and also have a look carefully Sample App. I have added 10 word in Dictionary as (A,B,C,D,E,F,G,H,I,J,K) and need to hit with “D” or “G” sound.</p> <p>I am facing following problem :-<br /> Recognize not always right like recognizing multiple word at a time or array or same word e.g (A B C, C C C, A B)<br /> Not Recognize correct word also many times. Like speech D and hypothesis A<br /> Recognize some time correct word on any sound. Like speech XYZ and hypothesis D</p> <p>I have a look on forum but could not get proper help.<br /> Please guide me for solution.</p> ]]>
</description>
</item>
<item>
<guid>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017405</guid>
<title>
<![CDATA[ Reply To: incorrect word/unknown word/unknown word recognition ]]>
</title>
<link>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017405</link>
<pubDate>Wed, 05 Jun 2013 17:01:36 +0000</pubDate>
<dc:creator>Halle Winkler</dc:creator>
<description>
<![CDATA[ <p>Welcome,</p> <p>This is a common problem with all speech recognition &#8212; the letters in the alphabet mostly only have one or two phonemes, no context, and many of them rhyme or nearly rhyme with each other. There are many posts about it here and on Stack Overflow if you want to read more, but the bottom line is that if you want to have users identify a single letter in isolation, you will have to have them use the military phonetic alphabet (&#8220;alpha&#8221; for A, &#8220;bravo&#8221; for B, &#8220;charlie&#8221; for C, etc) or a similar kind of solution.</p> ]]>
</description>
</item>
<item>
<guid>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017406</guid>
<title>
<![CDATA[ Reply To: incorrect word/unknown word/unknown word recognition ]]>
</title>
<link>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017406</link>
<pubDate>Wed, 05 Jun 2013 18:03:30 +0000</pubDate>
<dc:creator>monu1985</dc:creator>
<description>
<![CDATA[ <p>Hi,</p> <p>Thanks to reply. I agree there may be some problem regarding voice recognition but there is facing more problem. I have tried with following word set (PICK,PUT,DONE,SUBMIT,CANCEL,PLAY,STOP,PAUSE) and handle event when user will speak DONE or SUBMIT and denied event when will speak CANCEL and play music when will speak PLAY, pause when will speak PAUSE and stop when will speak STOP.<br /> What is happening here :-<br /> 1) When speak DONE or SUBMIT then call CANCEL sometime or hypothesis SUBMIT SUMBIT or CANCEL CANCEL etc.<br /> 2) When speak PLAY then sometime it STOP or PLAY also it does not recognize longer.</p> <p>What I have to do for this issue. Is there any paid version for use without error working functionality or any other way to remove noise ?</p> <p>Thanks<br /> Monu</p> ]]>
</description>
</item>
<item>
<guid>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017411</guid>
<title>
<![CDATA[ Reply To: incorrect word/unknown word/unknown word recognition ]]>
</title>
<link>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017411</link>
<pubDate>Wed, 05 Jun 2013 19:55:09 +0000</pubDate>
<dc:creator>Halle Winkler</dc:creator>
<description>
<![CDATA[ <p>That would be weird if that were the case under normal usage. Can you turn on OpenEarsLogging and show your logging output?</p> <p>Read here for how to turn on logging: <a href="/forums/topic/install-issues-and-their-solutions/">/forums/topic/install-issues-and-their-solutions/</a></p> ]]>
</description>
</item>
<item>
<guid>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017475</guid>
<title>
<![CDATA[ Reply To: incorrect word/unknown word/unknown word recognition ]]>
</title>
<link>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017475</link>
<pubDate>Tue, 11 Jun 2013 18:33:51 +0000</pubDate>
<dc:creator>monu1985</dc:creator>
<description>
<![CDATA[ <p>Hi,</p> <p>Thanks to reply,<br /> I have download Demo Plugin to test and add it on my allready running Open<br /> Ear enabled application but it is not working fine and giving me<br /> &#8220;Unrecognized selector&#8221; for each plugin delegate class method call.</p> <p>For e.g.</p> <p>1) Flight Controller + NeatSpeech Delegate class Method<br /> [self.fliteController sayWithNeatSpeech:@&#8221;I have always wished for my<br /> computer to be as easy to use as my telephone; my wish has come true because<br /> I can no longer figure out how to use my telephone.&#8221; withVoice:self.emma];</p> <p>2) RejectoDemo/LanguageModelGenerator+Rejecto Class Method<br /> NSError *err = [lmGenerator generateRejectingLanguageModelFromArray:words<br /> withFilesNamed:name<br /> withOptionalExclusions:nil<br /> usingVowelsOnly:FALSE<br /> withWeight:nil];</p> <p>I have been read many time to any extra setting or any extra variable<br /> addition.<br /> Please guide me to resolve my issue.</p> ]]>
</description>
</item>
<item>
<guid>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017476</guid>
<title>
<![CDATA[ Reply To: incorrect word/unknown word/unknown word recognition ]]>
</title>
<link>/forums/topic/incorrect-wordunknown-wordunknown-word-recognition/#post-1017476</link>
<pubDate>Tue, 11 Jun 2013 18:42:06 +0000</pubDate>
<dc:creator>Halle Winkler</dc:creator>
<description>
<![CDATA[ <p>The step you&#8217;ve missed is at the beginning of the tutorial section &#8220;Preparing to use Plugins&#8221; and begins &#8220;Then open up the Build Settings tab of the target app project and find the entry &#8220;Other Linker Flags&#8221; and add the linker flag &#8220;-ObjC&#8221;.</p> ]]>
</description>
</item>
</channel>
</rss>