<?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; build_ubuntu.sh</title>
	<atom:link href="http://spirit.blau.in/simon/tag/build_ubuntush/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>git pull origin master; Serialize scenarios</title>
		<link>http://spirit.blau.in/simon/2010/02/16/git-pull-origin-master-serialize-scenarios/</link>
		<comments>http://spirit.blau.in/simon/2010/02/16/git-pull-origin-master-serialize-scenarios/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:40:58 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[build_ubuntu.sh]]></category>
		<category><![CDATA[node10]]></category>
		<category><![CDATA[sam]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=2477</guid>
		<description><![CDATA[A few minutes ago, I built the simon development version: $ cd Documents/201001/speech2text $ git pull origin master $ ./build_ubuntu.sh It is working. I would like to know how sam &#62; Input &#38; output files &#62; Serialize scenarios &#124; Serialize prompts is working. Is there a tutorial available?]]></description>
			<content:encoded><![CDATA[<p>A few minutes ago, I built the simon development version:</p>
<p><code>$ cd Documents/201001/speech2text<br />
$ git pull origin master<br />
$ ./build_ubuntu.sh</code></p>
<p>It is working. </p>
<p>I would like to know how <code>sam</code> &gt; <code>Input &amp; output files</code> &gt; <code>Serialize scenarios</code> | <code>Serialize prompts</code> is working. Is there a tutorial available? </p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/simon/2010/02/16/git-pull-origin-master-serialize-scenarios/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>git pull origin master</title>
		<link>http://spirit.blau.in/simon/2010/02/02/git-pull-origin-master/</link>
		<comments>http://spirit.blau.in/simon/2010/02/02/git-pull-origin-master/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:39:12 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[build_ubuntu.sh]]></category>
		<category><![CDATA[node10]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=2430</guid>
		<description><![CDATA[I want to use the current development version: am3msi@am3msi-desktop:~/Documents/201001/speech2text$ git pull origin master Now, I try to build simon: $ ./build_ubuntu.sh There seems to be a problem: I hope that this will be fixed soon because I would like to adapt the speaker independent speech model from Voxforge.]]></description>
			<content:encoded><![CDATA[<p>I want to use the current development version:</p>
<p><code>am3msi@am3msi-desktop:~/Documents/201001/speech2text$ git pull origin master</code></p>
<p>Now, I try to build simon:</p>
<p><code>$ ./build_ubuntu.sh</code></p>
<p>There seems to be a problem:</p>
<p><a href="http://spirit.blau.in/simon/files/2010/02/git-pull.png"><img src="http://spirit.blau.in/simon/files/2010/02/git-pull-300x291.png" alt="git-pull" width="300" height="291" class="alignnone size-medium wp-image-2431" /></a></p>
<p>I hope that this will be fixed soon because I would like to <a href="http://www.voxforge.org/home/forums/message-boards/acoustic-model-discussions/recognition-rate-sharply-declined-after-adaption">adapt the speaker independent speech model from Voxforge</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/simon/2010/02/02/git-pull-origin-master/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Removing the no-scenarios version</title>
		<link>http://spirit.blau.in/simon/2010/01/19/removing-the-no-scenarios-version/</link>
		<comments>http://spirit.blau.in/simon/2010/01/19/removing-the-no-scenarios-version/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 09:31:11 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[build_ubuntu.sh]]></category>
		<category><![CDATA[libattica-dev]]></category>
		<category><![CDATA[node09]]></category>
		<category><![CDATA[revision 1118]]></category>
		<category><![CDATA[trunk]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=2337</guid>
		<description><![CDATA[First, I want to remove the no-scenarios version, then I want to install the trunk version. A. I want to remove the no-scenarios version from my computer taking a look at these instructions. This is what I do: $ cd Documents/201001/simon-no-scenarios/build $ make uninstall There seems to be a problem. Maybe I should try $ [...]]]></description>
			<content:encoded><![CDATA[<p>First, I want to remove the <code>no-scenarios</code> version, then I want to install the <code>trunk</code> version.</p>
<p>A. I want to remove the <code>no-scenarios</code> version from my computer taking a look at <a href="http://spirit.blau.in/simon/2009/12/23/segmentation-fault/#comment-197">these instructions</a>. This is what I do:</p>
<p><code>$ cd Documents/201001/simon-no-scenarios/build<br />
$ make uninstall</code></p>
<p>There seems to be a problem. Maybe I should try</p>
<p><code>$ sudo make uninstall</code></p>
<p>It looks better now. Is the no-scenarios version now uninstalled? I think so, it is not available any more in the menu <code>Applications</code> &gt; <code>Universal Access</code>. Great.</p>
<p>B. Now I can try to install the <code>trunk</code> version. First, I do the check out:</p>
<p><code>am3msi@am3msi-desktop:~/Documents/201001$ svn co https://speech2text.svn.sourceforge.net/svnroot/speech2text/trunk simonsource</code></p>
<p>It worked: <code>Checked out revision 1118.</code></p>
<p><code>$ cd simonsource<br />
$ ./build_ubuntu.sh</code></p>
<p>I have to wait a few minutes. Unfortunately, I wasn&#8217;t successful:</p>
<p><a href="http://spirit.blau.in/simon/files/2010/01/trunk-revision-1118-failed.png"><img src="http://spirit.blau.in/simon/files/2010/01/trunk-revision-1118-failed-300x207.png" alt="trunk-revision-1118-failed" width="300" height="207" class="alignnone size-medium wp-image-2342" /></a></p>
<p>I open now <a href="http://en.wikipedia.org/wiki/Synaptic_%28software%29">Synaptic</a>. The package <code>libattica0</code> is installed. I will install via Synaptic the package <code>libattica-dev</code> now. After I have done that, I will try to install the simon trunk version again. Maybe it will work out.</p>
<p>C. I am able to start simon (built from trunk &#8211; revision 1118). I can see in <code>Applications</code> &gt; <code>Universal Access</code> &gt; <code>simond</code>. But where is <code>Applications</code> &gt; <code>Universal Access</code> &gt; <code>ksimond</code>? There is no symbol for <code>ksimond</code>. How can I configure <code>ksimond</code> (enter username/password)?</p>
<p>And where is <code>Applications</code> &gt; <code>Universal Access</code> &gt; <code>sam</code>? <code>sam</code> isn&#8217;t available any more. </p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/simon/2010/01/19/removing-the-no-scenarios-version/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sam: test prompts</title>
		<link>http://spirit.blau.in/simon/2009/08/07/sam-test-prompts/</link>
		<comments>http://spirit.blau.in/simon/2009/08/07/sam-test-prompts/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 01:41:45 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[build_ubuntu.sh]]></category>
		<category><![CDATA[main.ui]]></category>
		<category><![CDATA[prompts]]></category>
		<category><![CDATA[Qt Creator]]></category>
		<category><![CDATA[sam]]></category>
		<category><![CDATA[Wav]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=1074</guid>
		<description><![CDATA[I checked out revision 891: liberty@liberty-desktop:~/200907$ svn co https://speech2text.svn.sourceforge.net/svnroot/speech2text/ Then I tried to build simon / sam: liberty@liberty-desktop:~/200907/speech2text/trunk$ ./build_ubuntu.sh During the compilation, an error message appeared. I will try again later, I don&#8217;t know what went wrong. I think that sam will be very useful for testing speech models: I opened the file /home/liberty/200907/speech2text/trunk/sam/src/main.ui with [...]]]></description>
			<content:encoded><![CDATA[<p>I checked out revision 891:</p>
<p><code>liberty@liberty-desktop:~/200907$ <strong>svn co https://speech2text.svn.sourceforge.net/svnroot/speech2text/</strong></code></p>
<p>Then I tried to build <code>simon</code> / <code>sam</code>:</p>
<p><code>liberty@liberty-desktop:~/200907/speech2text/trunk$ ./<strong>build_ubuntu.sh</strong></code></p>
<p>During the compilation, an error message appeared. I will try again later, I don&#8217;t know what went wrong. </p>
<p>I think that <a href="http://simon-listens.blogspot.com/2009/08/sam.html">sam</a> will be very useful for testing speech models:</p>
<p><a href="http://spirit.blau.in/simon/files/2009/08/sam-test.png"><img src="http://spirit.blau.in/simon/files/2009/08/sam-test-300x200.png" alt="sam-test" width="300" height="200" class="alignnone size-medium wp-image-1075" /></a></p>
<p>I opened the file <code>/home/liberty/200907/speech2text/trunk/sam/src/<strong>main.ui</strong></code> with Qt Creator. You can see that it is possible to define a path for test prompts (text file) / test prompts base path (corresponding wav files). I will try that with <a href="http://www.repository.voxforge1.org/downloads/de/Trunk/Audio/Main/16kHz_16bit/">German Voxforge prompts</a>. My goal is to test up to about 100 prompts (<a href="http://en.wikipedia.org/wiki/Utterance">utterances</a>) at a time. </p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/simon/2009/08/07/sam-test-prompts/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

