Google like "Did you mean" suggestions
I'm working on an application that uses oracle text.
One of client's requests is to implement a way to give google like suggestions.
Suggestions are not spelling corrections, but actual hits from the database that
best resemble user's input.
My problems are:
1. Does Oracle Text has a way of managing this?
2. What would be a good way to implement this functionality?
Regards,
Mihai
0