Fix wrong path to BSD licensed stopwords file

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-08-27 06:32:34 +00:00
parent 56b27dafe2
commit 947daebdc0
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ The full snowball package is available from
http://snowball.tartarus.org/
The Arabic stemmer (contrib/analyzer) comes with a default
stopword list that is BSD-licensed created by Jacques Savoy. The file
resides in contrib/analyzers/src/java/org/apache/lucene/analysis/ar/stopwords.txt
stopword list that is BSD-licensed created by Jacques Savoy. The file resides in
contrib/analyzers/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt.
See http://members.unine.ch/jacques.savoy/clef/index.html.
Includes lib/servlet-api-2.4.jar from Apache Tomcat