20 mar 2007 kl. 07.40 skrev thomas arni:

You can adapt the source code of StopAnalyzer.java in the analysis package, or I suppose you can use the default constructor with a empty stop word list (but please check this).

I often do this:

analyzer = new ...Analyzer(Collection.EMPTY_SET);

and it seems to work just fine.

--
karl


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to