Hello All,

Just like spellcheck feature which after lot of trouble was Implemented, is it possible to implement Complete Phrase Suggest Feature in Lucene 4.3 . So if I enter an incorrect phrase it can suggest me few possible valid phrases.

One way could be to get suggestion for each word in the sentence and calling SpellChecker.suggestSimilar for each word. This can be done but this won't help me build a near possible phrase.

If I input "Wanna chk Luc Fetre" then I will get different spell suggestions for each word but this wont help me build a near exact phrase.

Is there any possible way of doing this. I have gone through Javadoc but could not find anything related to this. Any help on suggesting a possible way or an alternative will be highly appreciated.

--
Regards

Ankit

"What lies behind us and what lies before us are tiny matters compared with what 
lies within us"


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to