<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: A swamp of details</title>
	<link>http://webwords.txhawkins.net/2009/02/02/a-swamp-of-details/</link>
	<description>it's words on the web, it's all just words.</description>
	<pubDate>Wed, 08 Sep 2010 23:37:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Rob</title>
		<link>http://webwords.txhawkins.net/2009/02/02/a-swamp-of-details/#comment-7</link>
		<author>Rob</author>
		<pubDate>Tue, 10 Feb 2009 12:48:40 +0000</pubDate>
		<guid>http://webwords.txhawkins.net/2009/02/02/a-swamp-of-details/#comment-7</guid>
		<description>Bruce apparently doesn't read my other blog, or he'd know how this one is likely to turn out!

This blog is actually not running on my hardware. The web hosting service I'm using (also the source for the domain name) offers Wordpress as one of the applications they support with the account. That makes it a lot easier because I don't need dynamic DNS and all that stuff.

I do run my own web server in the orange zone on my Smoothwall box, but there are no "public" pages served from there (I hope). I use dyndns.com to keep tabs on the constantly changing IP address.

I eventually hope to host the results of my current project from my web server. I don't think I can get all the code to run on the web-hosting machine.</description>
		<content:encoded><![CDATA[<p>Bruce apparently doesn&#8217;t read my other blog, or he&#8217;d know how this one is likely to turn out!</p>
<p>This blog is actually not running on my hardware. The web hosting service I&#8217;m using (also the source for the domain name) offers Wordpress as one of the applications they support with the account. That makes it a lot easier because I don&#8217;t need dynamic DNS and all that stuff.</p>
<p>I do run my own web server in the orange zone on my Smoothwall box, but there are no &#8220;public&#8221; pages served from there (I hope). I use dyndns.com to keep tabs on the constantly changing IP address.</p>
<p>I eventually hope to host the results of my current project from my web server. I don&#8217;t think I can get all the code to run on the web-hosting machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hensley</title>
		<link>http://webwords.txhawkins.net/2009/02/02/a-swamp-of-details/#comment-6</link>
		<author>Bill Hensley</author>
		<pubDate>Thu, 05 Feb 2009 23:12:08 +0000</pubDate>
		<guid>http://webwords.txhawkins.net/2009/02/02/a-swamp-of-details/#comment-6</guid>
		<description>Wow. Just discovered your new blog, Rob. (Thanks for the heads up.)

You have a way of over-reaching with style, my friend. Bruce's comment was predictable: "He has WAY too much time on his hands." So now you're going to solve the natural language problem in your spare time? Let's hope Bruce is right. You better have LOTS of spare time!!

On a (slightly) related topic, I'd like to see a post about how you've set up your server. I take it you are running it on your own  hardware. Is it set up in a DMZ? Are you using a dynamic DNS service?   Did you lease the domain name from the same company? What's involved in setting up a Wordpress blog on your own box, and are you planning to have any non-blog web pages on your site?</description>
		<content:encoded><![CDATA[<p>Wow. Just discovered your new blog, Rob. (Thanks for the heads up.)</p>
<p>You have a way of over-reaching with style, my friend. Bruce&#8217;s comment was predictable: &#8220;He has WAY too much time on his hands.&#8221; So now you&#8217;re going to solve the natural language problem in your spare time? Let&#8217;s hope Bruce is right. You better have LOTS of spare time!!</p>
<p>On a (slightly) related topic, I&#8217;d like to see a post about how you&#8217;ve set up your server. I take it you are running it on your own  hardware. Is it set up in a DMZ? Are you using a dynamic DNS service?   Did you lease the domain name from the same company? What&#8217;s involved in setting up a Wordpress blog on your own box, and are you planning to have any non-blog web pages on your site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://webwords.txhawkins.net/2009/02/02/a-swamp-of-details/#comment-5</link>
		<author>Rob</author>
		<pubDate>Wed, 04 Feb 2009 02:51:37 +0000</pubDate>
		<guid>http://webwords.txhawkins.net/2009/02/02/a-swamp-of-details/#comment-5</guid>
		<description>Yes, there is a way to do this that is in common use! Programming languages like C++, C#, Visual Basic, Fortran, etc. have absolutely no ambiguity in their syntax and semantics. Every statement in these languages has exactly one meaning. Everything is crystal clear.
The problem with these languages is that they are very narrow in terms of what can be expressed. There is less room for creative expression, and they do not extend well to uses beyond their original design. They evolve very slowly if at all.
The other possibility is the Conceptual Dependency framework I mentioned in an earlier post. That was an effort to take every sentence and express its meaning in a unique and unambiguous way. I  have started into the code to convert English sentences into CD language. Here's a taste:
The sentences:
"John owned a house. John gave the house to his son."
Translate into:
&lt;code&gt;(POSSESS (OBJECT house)(VALUE John)(TIME past))
(ATRANS
(ACTOR John)
  (OBJECT house)
  (DIRECTION (FROM John)(TO John's son))
  (TIME past))&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<p>Yes, there is a way to do this that is in common use! Programming languages like C++, C#, Visual Basic, Fortran, etc. have absolutely no ambiguity in their syntax and semantics. Every statement in these languages has exactly one meaning. Everything is crystal clear.<br />
The problem with these languages is that they are very narrow in terms of what can be expressed. There is less room for creative expression, and they do not extend well to uses beyond their original design. They evolve very slowly if at all.<br />
The other possibility is the Conceptual Dependency framework I mentioned in an earlier post. That was an effort to take every sentence and express its meaning in a unique and unambiguous way. I  have started into the code to convert English sentences into CD language. Here&#8217;s a taste:<br />
The sentences:<br />
&#8220;John owned a house. John gave the house to his son.&#8221;<br />
Translate into:<br />
<code>(POSSESS (OBJECT house)(VALUE John)(TIME past))<br />
(ATRANS<br />
(ACTOR John)<br />
  (OBJECT house)<br />
  (DIRECTION (FROM John)(TO John's son))<br />
  (TIME past))</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clinton Balmain</title>
		<link>http://webwords.txhawkins.net/2009/02/02/a-swamp-of-details/#comment-4</link>
		<author>Clinton Balmain</author>
		<pubDate>Tue, 03 Feb 2009 14:52:38 +0000</pubDate>
		<guid>http://webwords.txhawkins.net/2009/02/02/a-swamp-of-details/#comment-4</guid>
		<description>Going back to your "I saw her duck..." example.  Would there be a way to use a language, even an artificial one, without the semantic ambiguity?  For example, define a language where "saw" ONLY means the past tense of "see."  "Saw", meaning "to cut," would be "saw*" or "saww".  Likewise, "duck" would only mean a web-footed bird.  Any other definition, like "move down quickly" would require a modifier.

Obviously this would require an enormous amount of work (how many modifiers would you need for the word "lie"?), but at least it would cut out the semantics issue.</description>
		<content:encoded><![CDATA[<p>Going back to your &#8220;I saw her duck&#8230;&#8221; example.  Would there be a way to use a language, even an artificial one, without the semantic ambiguity?  For example, define a language where &#8220;saw&#8221; ONLY means the past tense of &#8220;see.&#8221;  &#8220;Saw&#8221;, meaning &#8220;to cut,&#8221; would be &#8220;saw*&#8221; or &#8220;saww&#8221;.  Likewise, &#8220;duck&#8221; would only mean a web-footed bird.  Any other definition, like &#8220;move down quickly&#8221; would require a modifier.</p>
<p>Obviously this would require an enormous amount of work (how many modifiers would you need for the word &#8220;lie&#8221;?), but at least it would cut out the semantics issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
