(13/08/02 17:16), Ankit Murarka wrote:
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.


I've wrote a program that extracts buzz phrases from Lucene index.

http://www.slideshare.net/KojiSekiguchi/lucene-terms-extraction

By using it, I got a phrase list. The phrase list can be used for autocomplete 
and
did you mean features.

koji
--
http://soleami.com/blog/automatically-acquiring-synonym-knowledge-from-wikipedia.html

---------------------------------------------------------------------
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