hi,
pure lucene allows to specify a stopword- and a stem-exclusion-list along with the snowball stemmers. i have been crowling the docs on ludoix but can't find any hint about how to do that with ldi. di i miss something to read?
p
hhm, does ldi include a stopword list for a language stemmer by default? i was checking http://snowball.tartarus.org/algorithms/german/stop.txt for the german stemmer but an actual test with ldi does not seems to remove stopwords.
p
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hhm, does ldi include a stopword list for a language stemmer by default? i was checking http://snowball.tartarus.org/algorithms/german/stop.txt for the german stemmer but an actual test with ldi does not seems to remove stopwords.
p
http://lucene.apache.org/java/3_1_0/api/all/org/apache/lucene/analysis/de/GermanAnalyzer.html says that the stopwords are used by default.
p