How can I decrease the similarity of words returned by
DirectSpellChecker.suggestSimilar?
for example:
addDoc(w, "Andersom_Ferreira_Sousa");
addDoc(w, "Anderson_Luis_Herinque");
addDoc(w, "José_Anderson_da_Silva");
addDoc(w, "Michel_Anderson_Griffin");
w.close();
main.getSuggest("Anderson_Fereira_Souza",reader);
I want get "Andersom_Ferreira_Sousa" like suggestion. But in my current
configuration, it's not is possible.
--
View this message in context:
http://lucene.472066.n3.nabble.com/DirectSpellChecker-suggestSimilar-tp4031740.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]