<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		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"

			>

	<channel>

		<title>Spanish recognition &#8211; accented words &#8211; Politepix</title>
		<atom:link href="/forums/topic/spanish-recognition-accented-words/feed/" rel="self" type="application/rss+xml" />
		<link>/forums/topic/spanish-recognition-accented-words/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 23 Apr 2024 15:05:10 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.9</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020418</guid>
					<title><![CDATA[Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020418</link>
					<pubDate>Sun, 02 Mar 2014 21:33:45 +0000</pubDate>
					<dc:creator>chickenthief2</dc:creator>

					<description>
						<![CDATA[
						<p>All of my accented words seem to be using the fallback method. Am I doing something wrong?</p>
<p>For example, ESTÁS will appear &#8216;in the normalized array&#8217; as  &#8220;EST\U00c1S&#8221;,</p>
<p>then&#8230;</p>
<p>&#8220;The word ESTÁS was not found in the dictionary &#8230;./AcousticModelSpanish.bundle/LanguageModelGeneratorLookupList.text/LanguageModelGeneratorLookupList.text&#8221;</p>
<p>Also, other words &#8211; without accents &#8211; seem to be missing from the Spanish dictionary. Is the Spanish dictionary just smaller than the English one?</p>
<p>Thanks a lot!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020423</guid>
					<title><![CDATA[Reply To: Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020423</link>
					<pubDate>Mon, 03 Mar 2014 07:08:38 +0000</pubDate>
					<dc:creator>Halle Winkler</dc:creator>

					<description>
						<![CDATA[
						<p>Is this from an NSArray or a text file?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020425</guid>
					<title><![CDATA[Reply To: Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020425</link>
					<pubDate>Mon, 03 Mar 2014 07:26:01 +0000</pubDate>
					<dc:creator>chickenthief2</dc:creator>

					<description>
						<![CDATA[
						<p>Yeah, I thought that might be it, but I&#8217;ve tried both ways. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020426</guid>
					<title><![CDATA[Reply To: Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020426</link>
					<pubDate>Mon, 03 Mar 2014 07:31:45 +0000</pubDate>
					<dc:creator>Halle Winkler</dc:creator>

					<description>
						<![CDATA[
						<p>Is it with all accented letters or just specific ones?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020427</guid>
					<title><![CDATA[Reply To: Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020427</link>
					<pubDate>Mon, 03 Mar 2014 08:22:13 +0000</pubDate>
					<dc:creator>chickenthief2</dc:creator>

					<description>
						<![CDATA[
						<p>I believe it&#8217;s all of them but I&#8217;ll double check on that when I get the chance. Words without accents that are in the dictionary seem to work Ok.</p>
<p>I&#8217;ll also note that I have not made any modifications to the dictionary. </p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020429</guid>
					<title><![CDATA[Reply To: Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020429</link>
					<pubDate>Mon, 03 Mar 2014 08:30:45 +0000</pubDate>
					<dc:creator>Halle Winkler</dc:creator>

					<description>
						<![CDATA[
						<p>OK, let me know device and iOS and show me an NSArray of words that causes the result and I will take a look at it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020438</guid>
					<title><![CDATA[Reply To: Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020438</link>
					<pubDate>Tue, 04 Mar 2014 04:52:22 +0000</pubDate>
					<dc:creator>chickenthief2</dc:creator>

					<description>
						<![CDATA[
						<p>7.0.6 and iPhone 5s</p>
<p>ESTÁS NOT found (fallback method):</p>
<p>  NSArray *words = [NSArray arrayWithObjects: @&#8221;HOLA&#8221;,<br />
                      @&#8221;BUENOS DÍAS&#8221;,<br />
                      @&#8221;BUENAS TARDES&#8221;,<br />
                      @&#8221;BIENVENIDO&#8221;,<br />
                      @&#8221;CÓMO ESTÁS&#8221;,<br />
                      @&#8221;LOS ESTADOS UNIDOS&#8221;,nil</p>
<p>ESTÁS found:</p>
<p> NSArray *words = [NSArray arrayWithObjects: @&#8221;HOLA&#8221;,<br />
                      @&#8221;BUENOS DÍAS&#8221;,<br />
                      @&#8221;BUENAS TARDES&#8221;,<br />
                      @&#8221;BIENVENIDO&#8221;,<br />
                      @&#8221;CÓMO ESTÁS&#8221;,<br />
                     ,nil</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020439</guid>
					<title><![CDATA[Reply To: Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020439</link>
					<pubDate>Tue, 04 Mar 2014 07:29:28 +0000</pubDate>
					<dc:creator>Halle Winkler</dc:creator>

					<description>
						<![CDATA[
						<p>In this case, are all the other accented characters found?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020440</guid>
					<title><![CDATA[Reply To: Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020440</link>
					<pubDate>Tue, 04 Mar 2014 07:58:56 +0000</pubDate>
					<dc:creator>chickenthief2</dc:creator>

					<description>
						<![CDATA[
						<p>yes</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>/forums/topic/spanish-recognition-accented-words/#post-1020662</guid>
					<title><![CDATA[Reply To: Spanish recognition &#8211; accented words]]></title>
					<link>/forums/topic/spanish-recognition-accented-words/#post-1020662</link>
					<pubDate>Tue, 01 Apr 2014 17:17:20 +0000</pubDate>
					<dc:creator>Halle Winkler</dc:creator>

					<description>
						<![CDATA[
						<p>This was due to the lookup dictionary being sorted differently than LanguageModelGenerator expects and has been fixed for the next release of OpenEars.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

