Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Text based search with spell checker or Sound

User_19BPUMar 7 2013 — edited Mar 7 2013
Hi,

I am doing a text based search, there are 2 options we are looking into:-


(i) If the user enters a keyword as "Asif" or "Aseef" it should recognize it and display the
result as both sounds same, hence thought of using some SOUND based algorithm.
Any SOUND based API in Java?

(ii) The other option is to check the spelling of the word with the data stored in the DB and based on that
comparison either approve or reject.

Please clarify which one will better? Any links are really appreciated.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2013
Added on Mar 7 2013
4 comments
160 views