<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Tutorial</title><link>https://sourceforge.net/p/inprotk/wiki/Tutorial/</link><description>Recent changes to Tutorial</description><atom:link href="https://sourceforge.net/p/inprotk/wiki/Tutorial/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 15 Aug 2016 10:20:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/inprotk/wiki/Tutorial/feed" rel="self" type="application/rss+xml"/><item><title>Tutorial modified by Timo Baumann</title><link>https://sourceforge.net/p/inprotk/wiki/Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,6 +1,6 @@
 Tutorial: Hands-on implementation of incremental systems
 ========================================================
-(held at U Bielefeld on 2013-12-09)
+held at ESSLLI 201&amp;amp; (original version held at U Bielefeld on 2013-12-09)

 The sections below each cover different parts of InproTK, but they should ideally be followed in order.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Baumann</dc:creator><pubDate>Mon, 15 Aug 2016 10:20:27 -0000</pubDate><guid>https://sourceforge.net3a23d605ed6b59f313af7450cef48875f497e14f</guid></item><item><title>Tutorial modified by Timo Baumann</title><link>https://sourceforge.net/p/inprotk/wiki/Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,10 +1,10 @@
 Tutorial: Hands-on implementation of incremental systems
 ========================================================
-(to be held at U Bielefeld on 2013-12-09)
+(held at U Bielefeld on 2013-12-09)

-The sections below each cover diferent parts of InproTK, but they should ideally be followed in order.
+The sections below each cover different parts of InproTK, but they should ideally be followed in order.

-To fully follow the exercises, you should have InproTK installed and in a working condition, and you should have Eclipse (or some other, similar IDE) to help you browse through the code. (Quite usefully, when you mark the name of a method or variable in Eclipse and then right-click on it, Eclipse can take you to the definition of that method ("Open Declaration"). This is very useful to find the interesting bits in the code and get a grasp of what is going on.)
+To fully follow the exercises, you should have InproTK installed and in a working condition, see the [InproTK setup instructions](Setup). Also, you should have Eclipse (or some other, similar IDE) to help you browse through the code. (Quite usefully, when you mark the name of a method or variable in Eclipse and then right-click on it, Eclipse can take you to the definition of that method ("Open Declaration"). This is very useful to find the interesting bits in the code and get a grasp of what is going on.)

 &lt;!--0. [Setting up InproTK](Tutorial-setup): Just in case you're using your own computer--&gt;
 &lt;!--3. [Infrastructure I](Tutorial-config): Understanding InproTK's (confusing) configuration system--&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Baumann</dc:creator><pubDate>Thu, 12 Dec 2013 11:02:56 -0000</pubDate><guid>https://sourceforge.net45b7bc2f0cb8a9c66e8e9ae45fccb64b16543874</guid></item><item><title>Tutorial modified by Timo Baumann</title><link>https://sourceforge.net/p/inprotk/wiki/Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -6,9 +6,9 @@

 To fully follow the exercises, you should have InproTK installed and in a working condition, and you should have Eclipse (or some other, similar IDE) to help you browse through the code. (Quite usefully, when you mark the name of a method or variable in Eclipse and then right-click on it, Eclipse can take you to the definition of that method ("Open Declaration"). This is very useful to find the interesting bits in the code and get a grasp of what is going on.)

-0. [Setting up InproTK](Tutorial-setup): Just in case you're using your own computer
+&lt;!--0. [Setting up InproTK](Tutorial-setup): Just in case you're using your own computer--&gt;
+&lt;!--3. [Infrastructure I](Tutorial-config): Understanding InproTK's (confusing) configuration system--&gt;
+&lt;!--4. [Infrastructure II](Tutorial-audio): Using RTP and other audio modes--&gt;
 1. [Speech Recognition](Tutorial-iSR): Producing and analyzing partial recognition hypotheses
 2. [Speech Synthesis](Tutorial-iSS): Speaking before, uh, knowing what to say.
-&lt;!--3. [Infrastructure I](Tutorial-config): Understanding InproTK's (confusing) configuration system--&gt;
-&lt;!--4. [Infrastructure II](Tutorial-audio): Using RTP and other audio modes--&gt;
 4. [Incremental Babelfish](Tutorial-babelfish): Putting it all together
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Baumann</dc:creator><pubDate>Sun, 08 Dec 2013 19:41:55 -0000</pubDate><guid>https://sourceforge.netbd9bebe3481e6f9c016c2a1ebba5283d232c6894</guid></item><item><title>Tutorial modified by Timo Baumann</title><link>https://sourceforge.net/p/inprotk/wiki/Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -6,7 +6,9 @@

 To fully follow the exercises, you should have InproTK installed and in a working condition, and you should have Eclipse (or some other, similar IDE) to help you browse through the code. (Quite usefully, when you mark the name of a method or variable in Eclipse and then right-click on it, Eclipse can take you to the definition of that method ("Open Declaration"). This is very useful to find the interesting bits in the code and get a grasp of what is going on.)

+0. [Setting up InproTK](Tutorial-setup): Just in case you're using your own computer
 1. [Speech Recognition](Tutorial-iSR): Producing and analyzing partial recognition hypotheses
-2. [Speech Synthesis](Tutorial-iSS): I don't know yet, but now I do.
-3. [Infrastructure](Tutorial-audio): Using RTP and other audio modes
-4. [Incremental Babelfish](Tutorial-combined): Putting it all together
+2. [Speech Synthesis](Tutorial-iSS): Speaking before, uh, knowing what to say.
+&lt;!--3. [Infrastructure I](Tutorial-config): Understanding InproTK's (confusing) configuration system--&gt;
+&lt;!--4. [Infrastructure II](Tutorial-audio): Using RTP and other audio modes--&gt;
+4. [Incremental Babelfish](Tutorial-babelfish): Putting it all together
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Baumann</dc:creator><pubDate>Sun, 08 Dec 2013 19:41:27 -0000</pubDate><guid>https://sourceforge.net12650baa72b0a378d9f85669ee3ea42d0963beab</guid></item><item><title>Tutorial modified by Timo Baumann</title><link>https://sourceforge.net/p/inprotk/wiki/Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,10 @@
-Tutorial: Hands-on implementation of incremental systems with InproTK
-=====================================================================
+Tutorial: Hands-on implementation of incremental systems
+========================================================
+(to be held at U Bielefeld on 2013-12-09)

-(to be held at U Bielefeld on 2013-12-09)
+The sections below each cover diferent parts of InproTK, but they should ideally be followed in order.
+
+To fully follow the exercises, you should have InproTK installed and in a working condition, and you should have Eclipse (or some other, similar IDE) to help you browse through the code. (Quite usefully, when you mark the name of a method or variable in Eclipse and then right-click on it, Eclipse can take you to the definition of that method ("Open Declaration"). This is very useful to find the interesting bits in the code and get a grasp of what is going on.)

 1. [Speech Recognition](Tutorial-iSR): Producing and analyzing partial recognition hypotheses
 2. [Speech Synthesis](Tutorial-iSS): I don't know yet, but now I do.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Baumann</dc:creator><pubDate>Sat, 07 Dec 2013 16:48:51 -0000</pubDate><guid>https://sourceforge.netefb03c25123c2537f93b392d82ab9f607d1de58c</guid></item><item><title>Tutorial modified by Timo Baumann</title><link>https://sourceforge.net/p/inprotk/wiki/Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,9 @@
-Tutorial: Implementing incremental systems with InproTK
+Tutorial: Hands-on implementation of incremental systems with InproTK
+=====================================================================
+
 (to be held at U Bielefeld on 2013-12-09)

-1. Speech Recognition
-2. Speech Synthesis
-3. Infrastructure: Using RTP and other audio modes
-4. Incremental Babelfish
+1. [Speech Recognition](Tutorial-iSR): Producing and analyzing partial recognition hypotheses
+2. [Speech Synthesis](Tutorial-iSS): I don't know yet, but now I do.
+3. [Infrastructure](Tutorial-audio): Using RTP and other audio modes
+4. [Incremental Babelfish](Tutorial-combined): Putting it all together
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Baumann</dc:creator><pubDate>Fri, 06 Dec 2013 13:39:09 -0000</pubDate><guid>https://sourceforge.net4b7228bb51b7bf44a637e3d06929063b32914ac8</guid></item><item><title>Tutorial modified by Timo Baumann</title><link>https://sourceforge.net/p/inprotk/wiki/Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Tutorial: Implementing incremental systems with InproTK&lt;br /&gt;
(to be held at U Bielefeld on 2013-12-09)&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Speech Recognition&lt;/li&gt;
&lt;li&gt;Speech Synthesis&lt;/li&gt;
&lt;li&gt;Infrastructure: Using RTP and other audio modes&lt;/li&gt;
&lt;li&gt;Incremental Babelfish&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Baumann</dc:creator><pubDate>Fri, 06 Dec 2013 13:34:23 -0000</pubDate><guid>https://sourceforge.netad5884ea1014dc1e1599a13fe4522e1c4a0b7676</guid></item></channel></rss>