How to use StandardAnalyzer

2007-03-16 Thread sandeep.chawla
Hi, I am new to Lucene Java API. I want to use StandardAnalyzer for tokenizing my document. How can I use it? Further how can I index "Acronym" and "Company name" as one term. I know , we can do this using StandardAnalyzer but I am not sure of the way. Thanks in advance Sandeep

PorterStemFilter

2007-03-27 Thread sandeep.chawla
Hi, Lucene provides a PorterStemFilter which uses PorterStemmer. Is there any way I can use a PorterStemFilter ( by extending it or something) which uses porter2 stemming algorithm not the original porter algorithm. I know , this is possible using snowball filter but for some reason I d