LUCENE-1868: add arabic stemmer to notice.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-28 15:00:15 +00:00
parent 92ed9b2629
commit 9b0d2aba98
1 changed files with 6 additions and 1 deletions

View File

@ -10,11 +10,16 @@ were developed by Martin Porter and Richard Boulton.
The full snowball package is available from
http://snowball.tartarus.org/
The Arabic stemmer (contrib/analyzer) comes with a default
The Arabic stemmer (contrib/analyzers) comes with a default
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.
The Persian analyzer (contrib/analyzers) comes with a default
stopword list that is BSD-licensed created by Jacques Savoy. The file resides in
contrib/analyzers/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt.
See http://members.unine.ch/jacques.savoy/clef/index.html.
Includes lib/servlet-api-2.4.jar from Apache Tomcat
The SmartChineseAnalyzer source code (under contrib/analyzers) was