<<O>>  Difference Topic P7 (r1.2 - 02 Dec 2003 - ToniRath)

META TOPICPARENT WebHome

P7 Questions and Answers

Q (Lucene only): Lucene's StandardAnalyzer does not do stemming. What should we do for the run using "Lucene's [or Lemur's] standard stemming algorithm" (as required in the P7 project description)?

Changed:
<
<
A: For that run, build your own Analyzer that uses Lucene's implementation of the Porter Stemmer (PorterStemmer.java/PorterStemFilter.java files). Look at how StandardAnalyzer is built and implement your analyzer along those lines with an extra call to the stemming filter.
>
>
A: For that run, build your own Analyzer that uses Lucene's implementation of the Porter stemmer (PorterStemmer.java/PorterStemFilter.java files). Look at how StandardAnalyzer is built and implement your analyzer along those lines with an extra call to the stemming filter.

-- ToniRath - 01 Dec 2003

 <<O>>  Difference Topic P7 (r1.1 - 01 Dec 2003 - ToniRath)
Line: 1 to 1
Added:
>
>
META TOPICPARENT WebHome

P7 Questions and Answers

Q (Lucene only): Lucene's StandardAnalyzer does not do stemming. What should we do for the run using "Lucene's [or Lemur's] standard stemming algorithm" (as required in the P7 project description)?

A: For that run, build your own Analyzer that uses Lucene's implementation of the Porter Stemmer (PorterStemmer.java/PorterStemFilter.java files). Look at how StandardAnalyzer is built and implement your analyzer along those lines with an extra call to the stemming filter.

-- ToniRath - 01 Dec 2003

Revision r1.1 - 01 Dec 2003 - 19:33 - ToniRath
Revision r1.2 - 02 Dec 2003 - 23:39 - ToniRath