简体   繁体   中英

Efficient String Search Using Dictionary Java

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM