User PieroP - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T07:59:13Z http://stackoverflow.com/feeds/user/112203 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/907997/string-distance-library 4 String distance library PieroP 2009-05-25T20:43:17Z 2009-05-26T13:34:42Z <p>Hi,</p> <p>I need to measure the distance between two strings (names of places). Since some times the names are written slightl differently I was looking for a library that could help me measure the difference and then combine it with a measure of the latitude and longitude to select the correct matches. Preferred languages: Java or Php</p> <p>Any suggestion?</p> <p>Thanks, Piero</p> http://stackoverflow.com/questions/907997/string-distance-library/908040#908040 0 Answer by PieroP for String distance library PieroP 2009-05-25T21:01:04Z 2009-05-25T21:06:12Z <p>In the meanwhile I found <a href="http://www.dcs.shef.ac.uk/~sam/simmetrics.html" rel="nofollow">SumMetrics</a> in Java, has anybody ever used it?</p> http://stackoverflow.com/questions/907492/import-non-english-wikipedia-xml-dump-in-mysql 0 Import non-english WIkipedia XML dump in MySQL? PieroP 2009-05-25T17:32:34Z 2009-05-25T18:18:51Z <p>Hi, I'm looking for a script that can convert the XML wikipedia DUMP in MySQL compliant SQL. I've found a ready SQL dump for the english version but no easy way to import the other languages.</p> <p>Thanks,</p> <p>Piero</p> http://stackoverflow.com/questions/907997/string-distance-library/908248#908248 Comment by PieroP on String distance library PieroP 2009-05-26T07:00:48Z 2009-05-26T07:00:48Z The idea of the phonetic algorithm is very nice. Is there any library to implement this feature? http://stackoverflow.com/questions/907997/string-distance-library/908004#908004 Comment by PieroP on String distance library PieroP 2009-05-25T21:39:27Z 2009-05-25T21:39:27Z Thanks for the input http://stackoverflow.com/questions/907492/import-non-english-wikipedia-xml-dump-in-mysql/907502#907502 Comment by PieroP on Import non-english WIkipedia XML dump in MySQL? PieroP 2009-05-25T20:59:41Z 2009-05-25T20:59:41Z This was my original idea infact I was looking for a &quot;ready&quot; script that could do this.. http://stackoverflow.com/questions/907492/import-non-english-wikipedia-xml-dump-in-mysql/907622#907622 Comment by PieroP on Import non-english WIkipedia XML dump in MySQL? PieroP 2009-05-25T20:58:44Z 2009-05-25T20:58:44Z Thanks for the pointer, but as far as I've understood it will import the Mediawiki format while I'm intrested in the Html content so I'll need something that works with the results... http://stackoverflow.com/questions/907997/string-distance-library/908004#908004 Comment by PieroP on String distance library PieroP 2009-05-25T20:52:27Z 2009-05-25T20:52:27Z My fault.. using &quot;distance&quot; IS confusing. As far as lat and long are concerned I really meant the phisical distance. As far as the strings are concerned I meant the &quot;differences&quot; between the two strings. The Levenshtein distance seems intresting, it would be perfect if there was a &quot;ready to use&quot; library for distance measuring...