<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Eliza library for Processing</title>
	<atom:link href="http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/</link>
	<description></description>
	<lastBuildDate>Tue, 26 Mar 2013 16:23:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: "Tudd"</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1685</link>
		<dc:creator><![CDATA["Tudd"]]></dc:creator>
		<pubDate>Thu, 22 Dec 2011 20:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1685</guid>
		<description><![CDATA[The first thing I did with this cool library was hook it up to itself. :)]]></description>
		<content:encoded><![CDATA[<p>The first thing I did with this cool library was hook it up to itself. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stimulusresponse</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1573</link>
		<dc:creator><![CDATA[stimulusresponse]]></dc:creator>
		<pubDate>Mon, 02 May 2011 19:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1573</guid>
		<description><![CDATA[[...] the people behind that very nice programming environment, as well as the creators of the Minim and Eliza libraries, without which the game couldn&#8217;t have been [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the people behind that very nice programming environment, as well as the creators of the Minim and Eliza libraries, without which the game couldn&#8217;t have been [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Digital Media Course Blog &#187; Basic Techniques &#8211; Week 4 &#8211; Processing</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1510</link>
		<dc:creator><![CDATA[Digital Media Course Blog &#187; Basic Techniques &#8211; Week 4 &#8211; Processing]]></dc:creator>
		<pubDate>Thu, 17 Feb 2011 12:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1510</guid>
		<description><![CDATA[[...] Eliza Library [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Eliza Library [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zee</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1276</link>
		<dc:creator><![CDATA[zee]]></dc:creator>
		<pubDate>Fri, 16 Jul 2010 05:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1276</guid>
		<description><![CDATA[i got the same error. i think your pde filename should not be eliza. I changed the filename and it worked for me]]></description>
		<content:encoded><![CDATA[<p>i got the same error. i think your pde filename should not be eliza. I changed the filename and it worked for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ac</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1152</link>
		<dc:creator><![CDATA[ac]]></dc:creator>
		<pubDate>Tue, 01 Dec 2009 00:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1152</guid>
		<description><![CDATA[Hi, you have to save the new script file in plain text format. Doing this depends on the text editor you are using. 

After you drop the file inside the sketch&#039;s data folder, you can load it from your code with:

eliza.readScript(“new-script”);

if the file is called &quot;new-script&quot;. Change this line according to the filename you are using for your script file.]]></description>
		<content:encoded><![CDATA[<p>Hi, you have to save the new script file in plain text format. Doing this depends on the text editor you are using. </p>
<p>After you drop the file inside the sketch&#8217;s data folder, you can load it from your code with:</p>
<p>eliza.readScript(“new-script”);</p>
<p>if the file is called &#8220;new-script&#8221;. Change this line according to the filename you are using for your script file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miPec</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1151</link>
		<dc:creator><![CDATA[miPec]]></dc:creator>
		<pubDate>Mon, 30 Nov 2009 23:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-1151</guid>
		<description><![CDATA[Hello, I am trying to create my own script sheet for Eliza and I am unsure how to go about doing it.  I edited your script in a text editor but its unclear to me how to get that file to be referenced.  How can I save it as just &quot;script&quot; and not &quot;script.rtf&quot; or .txt with  an extension after it? Also would I just drop that file into the sketch&#039;s data folder after that?]]></description>
		<content:encoded><![CDATA[<p>Hello, I am trying to create my own script sheet for Eliza and I am unsure how to go about doing it.  I edited your script in a text editor but its unclear to me how to get that file to be referenced.  How can I save it as just &#8220;script&#8221; and not &#8220;script.rtf&#8221; or .txt with  an extension after it? Also would I just drop that file into the sketch&#8217;s data folder after that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: w0ei</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-200</link>
		<dc:creator><![CDATA[w0ei]]></dc:creator>
		<pubDate>Thu, 30 Oct 2008 12:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-200</guid>
		<description><![CDATA[Yeah the library was in the correct place. And all of a sudden, it worked again :S strange. But thanks anyway!]]></description>
		<content:encoded><![CDATA[<p>Yeah the library was in the correct place. And all of a sudden, it worked again :S strange. But thanks anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codeanticode</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-197</link>
		<dc:creator><![CDATA[codeanticode]]></dc:creator>
		<pubDate>Tue, 28 Oct 2008 17:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-197</guid>
		<description><![CDATA[Hi, I just tried the sample code with Processing 0154 and it worked fine. Did you install the library file in the correct place? Please keep in mind that since Processing 0149, the libraries are not supposed to be installed anymore in the processing folder, but in the sketchbook folder instead.]]></description>
		<content:encoded><![CDATA[<p>Hi, I just tried the sample code with Processing 0154 and it worked fine. Did you install the library file in the correct place? Please keep in mind that since Processing 0149, the libraries are not supposed to be installed anymore in the processing folder, but in the sketchbook folder instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: w0ei</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-196</link>
		<dc:creator><![CDATA[w0ei]]></dc:creator>
		<pubDate>Tue, 28 Oct 2008 13:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-196</guid>
		<description><![CDATA[Hi. I would like to try your library, but I&#039;m getting this error when running it in Processing:

The constructor Eliza(Eliza) is undefined.

The code I&#039;m using is the following:

&lt;code&gt;
import codeanticode.eliza.*;

Eliza eliza;
eliza = new Eliza(this);

String response = eliza.processInput(&quot;Hello&quot;);
println(response);
&lt;/code&gt;
I&#039;m using processing-0154.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi. I would like to try your library, but I&#8217;m getting this error when running it in Processing:</p>
<p>The constructor Eliza(Eliza) is undefined.</p>
<p>The code I&#8217;m using is the following:</p>
<p><code><br />
import codeanticode.eliza.*;</p>
<p>Eliza eliza;<br />
eliza = new Eliza(this);</p>
<p>String response = eliza.processInput("Hello");<br />
println(response);<br />
</code><br />
I&#8217;m using processing-0154.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: del.icio.us links-- sketchbook</title>
		<link>http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-21</link>
		<dc:creator><![CDATA[del.icio.us links-- sketchbook]]></dc:creator>
		<pubDate>Wed, 16 Jan 2008 21:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/11/12/eliza-library-for-processing/#comment-21</guid>
		<description><![CDATA[[...] Eliza library for processing « codeanticode (tags: processing.org library ai eliza) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Eliza library for processing « codeanticode (tags: processing.org library ai eliza) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
