<?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/"
	>
<channel>
	<title>Comments on: Big Huge Thesaurus API</title>
	<atom:link href="http://flagrantdisregard.com/big-huge-thesaurus-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://flagrantdisregard.com/big-huge-thesaurus-api/</link>
	<description>Flagrantly hopeful, in spite of it all.</description>
	<pubDate>Wed, 07 Jan 2009 15:03:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://flagrantdisregard.com/big-huge-thesaurus-api/comment-page-1/#comment-292923</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 03 Apr 2008 00:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2008/02/06/big-huge-thesaurus-api/#comment-292923</guid>
		<description>For those of you following along, the API now:

- searches harder to find a match by dropping common endings (ing, ed, s) when it can't find an exact match.

- has better error codes in the form of HTTP response codes

- has a version 2 of the API with part of speech data

- sorts results by "most common" words first

And you can now purchase upgraded service directly from the site. See the &lt;a href="http://words.bighugelabs.com/getkey.php" rel="nofollow"&gt;API key request&lt;/a&gt; page for pricing.</description>
		<content:encoded><![CDATA[<p>For those of you following along, the API now:</p>
<p>- searches harder to find a match by dropping common endings (ing, ed, s) when it can&#8217;t find an exact match.</p>
<p>- has better error codes in the form of HTTP response codes</p>
<p>- has a version 2 of the API with part of speech data</p>
<p>- sorts results by &#8220;most common&#8221; words first</p>
<p>And you can now purchase upgraded service directly from the site. See the <a href="http://words.bighugelabs.com/getkey.php" rel="nofollow">API key request</a> page for pricing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://flagrantdisregard.com/big-huge-thesaurus-api/comment-page-1/#comment-291437</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2008/02/06/big-huge-thesaurus-api/#comment-291437</guid>
		<description>Very cool. It would be useful to me (read: willing to pay for access) if it did the following:

1) Separated by type (noun, verb, adverb, etc.)

2) Separated by tense (past, future, -ing, etc.)

3) Prioritized by closest match to original keyword

In other words, if I enter the word 'recognize', it returns a list like:
accept
accost
accredit
acknowledge
address
agnise
agnize
appreciate
be
call back
call up
certify
cognise
...

It would be great if the ones at the top of the list were things like:
acknowledge
accredit
appreciate

Not sure how possible that would be, but I have my wallet out!</description>
		<content:encoded><![CDATA[<p>Very cool. It would be useful to me (read: willing to pay for access) if it did the following:</p>
<p>1) Separated by type (noun, verb, adverb, etc.)</p>
<p>2) Separated by tense (past, future, -ing, etc.)</p>
<p>3) Prioritized by closest match to original keyword</p>
<p>In other words, if I enter the word &#8216;recognize&#8217;, it returns a list like:<br />
accept<br />
accost<br />
accredit<br />
acknowledge<br />
address<br />
agnise<br />
agnize<br />
appreciate<br />
be<br />
call back<br />
call up<br />
certify<br />
cognise<br />
&#8230;</p>
<p>It would be great if the ones at the top of the list were things like:<br />
acknowledge<br />
accredit<br />
appreciate</p>
<p>Not sure how possible that would be, but I have my wallet out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://flagrantdisregard.com/big-huge-thesaurus-api/comment-page-1/#comment-285809</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 10 Mar 2008 14:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2008/02/06/big-huge-thesaurus-api/#comment-285809</guid>
		<description>I've got that data. The reason it's like this is that I was starting with the plain text output and didn't want to complicate it and I wanted all the various output formats to match.

For the XML output, I could add p="noun" as an attribute for each word element. But for the plain text output? word,partofspeech? I don't know. Then again, maybe the different formats don't have to match...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got that data. The reason it&#8217;s like this is that I was starting with the plain text output and didn&#8217;t want to complicate it and I wanted all the various output formats to match.</p>
<p>For the XML output, I could add p=&#8221;noun&#8221; as an attribute for each word element. But for the plain text output? word,partofspeech? I don&#8217;t know. Then again, maybe the different formats don&#8217;t have to match&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://flagrantdisregard.com/big-huge-thesaurus-api/comment-page-1/#comment-285759</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Mon, 10 Mar 2008 04:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2008/02/06/big-huge-thesaurus-api/#comment-285759</guid>
		<description>I would like to make a suggestion: it would be really cool for the XML version to group the results into nouns, verbs etc and returns that to the user.

eg.

 
   data1
   data2
 
 
   data3
   data4
 
</description>
		<content:encoded><![CDATA[<p>I would like to make a suggestion: it would be really cool for the XML version to group the results into nouns, verbs etc and returns that to the user.</p>
<p>eg.</p>
<p>   data1<br />
   data2</p>
<p>   data3<br />
   data4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://flagrantdisregard.com/big-huge-thesaurus-api/comment-page-1/#comment-282790</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 29 Feb 2008 18:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2008/02/06/big-huge-thesaurus-api/#comment-282790</guid>
		<description>Good points. Thanks for letting me know your thoughts. I'll probably add some of your suggestions especially re: tenses. I'm not sure about the ings though. Ideally each of those unique versions would be added to the dictionary. That is, hosting should be in the dictionary rather than just returning the listing for host.</description>
		<content:encoded><![CDATA[<p>Good points. Thanks for letting me know your thoughts. I&#8217;ll probably add some of your suggestions especially re: tenses. I&#8217;m not sure about the ings though. Ideally each of those unique versions would be added to the dictionary. That is, hosting should be in the dictionary rather than just returning the listing for host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmitry sherman</title>
		<link>http://flagrantdisregard.com/big-huge-thesaurus-api/comment-page-1/#comment-282772</link>
		<dc:creator>dmitry sherman</dc:creator>
		<pubDate>Fri, 29 Feb 2008 17:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2008/02/06/big-huge-thesaurus-api/#comment-282772</guid>
		<description>Hey John, I've just tested the API or actually the dictionary itself; it has some lacks...
it doesn't strip the present progressive suffix 'ing' for some of the words(for instance 'hosting') and it doesn't strip the past tense suffix 'ed'(i.e 'played') (it's only what i checked). Sometimes it provides results and I guess it happends because of manually added word forms. ('working').
For comparison the Oxford version in Babylon which which do the job.

I thinkabout some client side processing for stripping, but what about the words that have special meaning in tense inflection ? Or what about the words that were already added?</description>
		<content:encoded><![CDATA[<p>Hey John, I&#8217;ve just tested the API or actually the dictionary itself; it has some lacks&#8230;<br />
it doesn&#8217;t strip the present progressive suffix &#8216;ing&#8217; for some of the words(for instance &#8216;hosting&#8217;) and it doesn&#8217;t strip the past tense suffix &#8216;ed&#8217;(i.e &#8216;played&#8217;) (it&#8217;s only what i checked). Sometimes it provides results and I guess it happends because of manually added word forms. (&#8217;working&#8217;).<br />
For comparison the Oxford version in Babylon which which do the job.</p>
<p>I thinkabout some client side processing for stripping, but what about the words that have special meaning in tense inflection ? Or what about the words that were already added?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
