<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>testing simon &#187; node11</title>
	<atom:link href="http://spirit.blau.in/simon/tag/node11/feed/" rel="self" type="application/rss+xml" />
	<link>http://spirit.blau.in/simon</link>
	<description>my first steps with the simon speech recognition software</description>
	<lastBuildDate>Tue, 10 Jan 2012 14:59:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Clear button; improve phoneme</title>
		<link>http://spirit.blau.in/simon/2010/02/03/clear-button-improve-phoneme/</link>
		<comments>http://spirit.blau.in/simon/2010/02/03/clear-button-improve-phoneme/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:41:19 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[node11]]></category>
		<category><![CDATA[saxonb-xslt]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=2436</guid>
		<description><![CDATA[1. This is what I did a couple of minutes ago: $ cd Documents/201001/speech2text $ git pull origin master $ ./build_ubuntu.sh After starting simon, I can see that a Clear button is available: It should now be possible to delete the active dictionary. 2. Let me make an additional remark about the phonemes of Ralf's [...]]]></description>
			<content:encoded><![CDATA[<p>1. This is what I did a couple of minutes ago:</p>
<p><code>$ cd Documents/201001/speech2text<br />
$ git pull origin master<br />
$ ./build_ubuntu.sh</code></p>
<p>After starting simon, I can see that a <code>Clear</code> button is available:</p>
<p><a href="http://spirit.blau.in/simon/files/2010/02/clear.png"><img class="alignnone size-medium wp-image-2437" src="http://spirit.blau.in/simon/files/2010/02/clear-300x221.png" alt="clear" width="300" height="221" /></a></p>
<p>It should now be possible to delete the active dictionary.</p>
<p>2. Let me make an additional remark about the phonemes of <code>Ralf's German dictionary</code>. The phonemes</p>
<p>S t E n d <strong>e:</strong> k E m pf @<br />
S t E n d <strong>e:</strong> O R g a n i: z a ts I o: n</p>
<p>are not optimal. <code>e:</code> indicates a long vowel. Instead, there should be the short vowel <code>@</code>. When you watch the <a href="http://spirit.blau.in/simon/2009/12/27/video-recognize-200-german-words/">video 200 German words</a>, then you can listen how I pronounce these words. I pronounce them with <code>e:</code> (long e) instead of <code>@</code> (short e). Such problems occur often in <code>Ralf's German dictionary</code>.</p>
<p>How do I modify <code>Ralf's German dictionary</code>? I use the Ubuntu terminal:</p>
<p><code>$ saxonb-xslt -ext:on -s:german-dictionary-0.1.7.xml -xsl:modify-german-dictionary.xsl -o:prepare-0.1.8.xml</code></p>
<p>To avoid a special <em>java heap space error</em>, I run <a href="http://en.wikipedia.org/wiki/VisualVM">VisualVM</a> in the background. The result is that it is possible to modify <code>Ralf's German dictionary</code> with the XSLT style-sheet.</p>
<p>Why am I telling you these details that are not directly related to simon? Because you <a href="http://spirit.blau.in/simon/2010/01/08/tutorial-how-to-install-under-ubuntu/#pls-dictionary">need a pronunciation dictionary</a> if you want to use simon for dictation. And it is necessary to improve the quality of the phonemes that are contained in <code>Ralf's German dictionary</code>.</p>
<p>3. It is possible to modify phonemes with simon using the <code>Edit Word</code> button. My approach with <code>saxonb-xslt</code> is necessary for dictionary development because this way it is possible to modify lots of <code>&lt;lexeme&gt;</code> elements.</p>
<p>4. I removed the active and the shadow dictionary using the <code>Clear</code> button. What about an <code>Export dictionary</code> button? If someone edits the dictionary with simon (<code>Edit Word</code> button), he may want to export the dictionary.</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/simon/2010/02/03/clear-button-improve-phoneme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

