mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.4K
active users

#fuzzymatch

0 posts0 participants0 posts today

🧩 Fuzzy data matching: Solving the world's most frustrating puzzle, one mismatched record at a time. "This piece looks like it fits... oh wait, nope." #DataJigsaw
#entity-resolution #EntityResolution #FuzzyMatch #fuzzy-match #fuzzy-matching #DataScience #data-science #DataAnalytics #data-analytics

matasoft.hr/qtrendcontrol/inde

🧩 Fuzzy data matching: Solving the world's most frustrating puzzle, one mismatched record at a time. "This piece looks like it fits... oh wait, nope." #DataJigsaw
#entity-resolution #EntityResolution #FuzzyMatch #fuzzy-match #fuzzy-matching #DataScience #data-science #DataAnalytics #data-analytics

matasoft.hr/qtrendcontrol/inde

Need to match and merge two messy spreadsheets? Comparing products prices from multiple vendors? Customer lists cluttered with duplicates? Product catalogs inconsistent across systems? Real estate records fragmented and unreliable?

Ready to transform your data chaos into harmony? 
Contact Matasoft now and unlock the full potential of your data! 

#entity-resolution #EntityResolution #FuzzyMatch #fuzzy-match #fuzzy-matching #data-matching #data-merging

matasoft.hr/qtrendcontrol/inde

@igor_chubin, I think I may have found a #bug in your wttr.in service.

I ran ```curl wttr.in/desmoines```, but instead of returning the weather report for Des Moines, Iowa, USA, it returned the weather report for Ptolemaida, Greece.

Does your app fall back to a #FuzzyMatch #algorithm when it doesn't recognize the city name? If so, I think that's the cause of this issue. There's a street in Ptolemaida called "Desmoinis," and that's where the GPS coordinates at the bottom of that weather report point. Similar issue with wttr.in/losangeles, which returns results for a street address in Brazil.

After some tinkering, I discovered that inserting a hyphen between the words in multi-word city names (e.g., ```curl wttr.in/des-moines``` or ```curl wttr.in/fort-collins```) returns the expected weather reports.

However, some multi-word city names don't require hyphens. Ex: ```curl wttr.in/sanfrancisco``` (San Francisco, California, USA), ```curl wttr.in/newyork``` (NYC, New York, USA), etc.