Efficient String Search Using Dictionary Java

177 views Asked by At

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

There are 1 answers

0
mob On

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