Re: How to add more stopwords to StandardAnalyzer

2005-11-14 Thread Supheakmungkol SARIN
Thanks a lot Erik!!! Regards, Mungkol --- Erik Hatcher wrote: On 14 Nov 2005, at 06:20, Supheakmungkol SARIN wrote: > That is the problem as I want to add more stopwords to > the default stopwords of StandardAnalyzer. No problem get the list, create a larger array and add yours to it. The S

Re: How to add more stopwords to StandardAnalyzer

2005-11-14 Thread Erik Hatcher
On 14 Nov 2005, at 06:20, Supheakmungkol SARIN wrote: That is the problem as I want to add more stopwords to the default stopwords of StandardAnalyzer. No problem get the list, create a larger array and add yours to it. The StandardAnalyzer uses this stop list by default: public

Re: How to add more stopwords to StandardAnalyzer

2005-11-14 Thread Erik Hatcher
On 14 Nov 2005, at 01:01, Supheakmungkol SARIN wrote: I'd like to add some other stopwords to the StandardAnalyzer. How do i do this? Have a look at the constructor of StandardAnalyzer that accepts a String[] of stop words. If you use that, you will replace the stop word list that is used

Re: How to add more stopwords to StandardAnalyzer

2005-11-14 Thread Supheakmungkol SARIN
That is the problem as I want to add more stopwords to the default stopwords of StandardAnalyzer. Regards, Mungkol --- Erik Hatcher <[EMAIL PROTECTED]> wrote: > > On 14 Nov 2005, at 01:01, Supheakmungkol SARIN > wrote: > > I'd like to add some other stopwords to the > > StandardAnalyzer. How d

How to add more stopwords to StandardAnalyzer

2005-11-13 Thread Supheakmungkol SARIN
Dear all, I'd like to add some other stopwords to the StandardAnalyzer. How do i do this? Thanks a lot in advance, Mungkol __ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com --