User PieroP - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T07:59:13Zhttp://stackoverflow.com/feeds/user/112203http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/907997/string-distance-library4String distance libraryPieroP2009-05-25T20:43:17Z2009-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#9080400Answer by PieroP for String distance libraryPieroP2009-05-25T21:01:04Z2009-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-mysql0Import non-english WIkipedia XML dump in MySQL?PieroP2009-05-25T17:32:34Z2009-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#908248Comment by PieroP on String distance libraryPieroP2009-05-26T07:00:48Z2009-05-26T07:00:48ZThe 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#908004Comment by PieroP on String distance libraryPieroP2009-05-25T21:39:27Z2009-05-25T21:39:27ZThanks for the inputhttp://stackoverflow.com/questions/907492/import-non-english-wikipedia-xml-dump-in-mysql/907502#907502Comment by PieroP on Import non-english WIkipedia XML dump in MySQL?PieroP2009-05-25T20:59:41Z2009-05-25T20:59:41ZThis was my original idea infact I was looking for a "ready" script that could do this..http://stackoverflow.com/questions/907492/import-non-english-wikipedia-xml-dump-in-mysql/907622#907622Comment by PieroP on Import non-english WIkipedia XML dump in MySQL?PieroP2009-05-25T20:58:44Z2009-05-25T20:58:44ZThanks 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#908004Comment by PieroP on String distance libraryPieroP2009-05-25T20:52:27Z2009-05-25T20:52:27ZMy fault.. using "distance" 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 "differences" between the two strings.
The Levenshtein distance seems intresting, it would be perfect if there was a "ready to use" library for distance measuring...