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
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
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
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
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
--