: import org.apache.lucene.search.spell.Dictionary; : import org.apache.lucene.search.spell.LuceneDictionary; : import org.apache.lucene.search.spell.SpellChecker; : : cause is seems like there are not included in Lucene.Net. Could this be : right ? Are there alternatives ?
Those classes are pat of the "spell" contrib package. Your best bet for finding out about ports of those classes is on one of the Lucene.Net mailing lists... http://incubator.apache.org/lucene.net/ -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]