Tagged Questions
4
votes
3answers
515 views
Fuzzy string search in Java, including word swaps
I am a Java beginner, trying to write a program that will match an input to a list of predefined strings. I have looked at Levenshtein distance, but I have come to problems such as this:
If I have ...
2
votes
1answer
288 views
elasticsearch fuzzy matching max_expansions & min_similarity
I'm using fuzzy matching in my project mainly to find misspellings and different spellings of the same names. I need to exactly understand how the fuzzy matching of elastic search works and how it ...
1
vote
3answers
170 views
Is there any implementation of this string matching method in python?
I am trying to work out which entries in my data store are near-duplicates using approximate string matching.
Is there any implementation of the following approach in python, or do i need to try and ...
1
vote
0answers
515 views
Lucene.net Fuzzy Phrase Search
I have tried this myself for a considerable period and looked everywhere around the net - but have been unable to find ANY examples of Fuzzy Phrase searching via Lucene.NET 2.9.2. ( C# )
Is something ...
1
vote
3answers
827 views
Fuzzy Text Search: Regex Wildcard Search Generator?
I'm wondering if there is some kind of way to do fuzzy string matching in PHP. Looking for a word in a long string, finding a potential match even if its mis-spelled; something that would find it if ...
0
votes
0answers
160 views
The main issue in “Approximate String Matching in databases” or “Fuzzy Matching” is PERFORMANCE (that is the biggest thing!)
In other words. I'm trying to find who has this technology and what claims do they have about the performance of their systems?
My question is technical more than commercial. However, the application ...