Suraj, TestSpellChecker and English are part of the lucene test sources. If you download the source distribution or checkout the 2.9.1 tag you will be able to set it up in your IDE to look at the tests, compile and run them.
In 3.1 English will be part of the core jar afaik. simon On Thu, Feb 4, 2010 at 1:17 PM, Suraj Parida <[email protected]> wrote: > > Simon, > > Do you mean org.apache.lucene.util.English is not a part of 2.9.1 ? > > Actually i was trying to add spell checker in my application search. I > referred it to know how to use the same. As it is difficult to find examples > so I thought it is the best place to see sample codes :) > > > Regards, > Suraj > > > > Simon Willnauer wrote: >> >> You are referring to a testcase which is not included in a any artifact. >> What are you trying to do with this class? >> >> simon >> >> On Thu, Feb 4, 2010 at 12:48 PM, Suraj Parida <[email protected]> >> wrote: >>> >>> Hi, >>> >>> >>> lucene-2.9.1-src\lucene-2.9.1\contrib\spellchecker\src\test\org\apache\lucene\search\spell >>> >>> has a file TestSpellChecker.java >>> >>> Please tell which jar file is used in it. i can't find the jar. >>> >>> Regards >>> Suraj >>> -- >>> View this message in context: >>> http://old.nabble.com/org.apache.lucene.util.English-tp27451472p27451472.html >>> Sent from the Lucene - Java Users mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > -- > View this message in context: > http://old.nabble.com/org.apache.lucene.util.English-tp27451472p27451835.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
