SpellChecker « lucene « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » lucene » SpellChecker 

1. Lucene using Snowball and SpellChecker brings back strange values    stackoverflow.com

I am trying to get SpellChecker setup using Lucene.NET, it all works fine other than situations similar to the following: I have text containing satellite in the index, I analyze it using ...

2. Failed to load Main-Class manifest Lucene Spellchecker    stackoverflow.com

I'm building a spellchecker using Lucene and getting a

Failed to load Main-Class manifest attribute from
/lib/lucene-spellchecker-2.3.2.jar
That file is in the right path a la:
javac -Xlint:unchecked -cp lib/lucene-core-2.9.0.jar;lib/lucene-spellchecker-2.3.2.jar -source 1.5 -target 1.5 \
 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.