0

I want to implement Dictionary Based approach for String Matching in Java which should be time efficient. To explain further Implementation should be based on the Fuzzy Match score. I have tried several implementations like Aho coresick but not getting desired result. Any suggestions would be very helpful.

1 Answers1

0

There is an open source project for Fuzzy Matching strings. See if this helps https://github.com/intuit/fuzzy-matcher

mob
  • 567
  • 5
  • 12