<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Fuzzy Search"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Fuzzy Search"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Fuzzy Search</title>
				<description><![CDATA[ Hi, 
I would like to make a script for fuzzy search.

Fuzzy Logic is – depending on the number selected i.e. 1, 2, 3, 4 which represent “number of characters” a user can search for a word. Depending on the selection above i.e. 1, 2 etc of fuzzy logic  it would look for words making allowance for 1 or 2 or the number of fuzzy characters to be incorrect or missing in that word.

For example if we were searching for the word “CHARTERHOUSE” Fuzzy logic of 1 would allow you to search and find “CHARTERHOUSE” “CHATTERHOUSE”, “CHARTERLOUSE” etc. if it were 2 characters for fuzzy any 2 characters could be incorrect.

Please share your views with me.

Thanks.

]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1368.page#5731</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1368.page#5731</link>
				<pubDate><![CDATA[Sat, 18 Apr 2009 12:30:40]]> GMT</pubDate>
				<author><![CDATA[ vedd]]></author>
			</item>
			<item>
				<title>Re:Fuzzy Search</title>
				<description><![CDATA[ What you are describing is often called the "Levenshtein distance". If you are searching on a lot of words then I would not waste time implementing a fuzzy search algorithm but instead look for a nice library in your coding environment that does it for you. Unless you do it for learnings sake of course then it is an interesting task to implement it efficiently on large number of documents.

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1368.page#5733</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1368.page#5733</link>
				<pubDate><![CDATA[Sat, 18 Apr 2009 15:21:43]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:Fuzzy Search</title>
				<description><![CDATA[ Thank you Marc,

Would you please explain any method to doing this functionality if you have in your mind.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1368.page#5768</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1368.page#5768</link>
				<pubDate><![CDATA[Fri, 24 Apr 2009 14:24:52]]> GMT</pubDate>
				<author><![CDATA[ vedd]]></author>
			</item>
			<item>
				<title>Re:Fuzzy Search</title>
				<description><![CDATA[ I think we save us all time if you just use your favorite search engine with the search terms. You certainly find better explanations then the one I would give you.

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1368.page#5779</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1368.page#5779</link>
				<pubDate><![CDATA[Sat, 25 Apr 2009 14:34:47]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
	</channel>
</rss>