lucene/solr/contrib/analysis-extras
Dawid Weiss b40f603f46 SOLR-5126: Update Carrot2 clustering to version 3.8.0, update Morfologik to version 1.7.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512203 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 08:39:21 +00:00
..
src LUCENE-5097: Analyzer now has an additional tokenStream(String fieldName, String text) method, so wrapping by StringReader for common use is no longer needed. This method uses an internal reuseable reader, which was previously only used by the Field class. 2013-07-08 17:55:48 +00:00
README.txt SOLR-3623: Fixed inconsistent treatment of third-party dependencies for solr contribs analysis-extras & uima 2012-07-23 17:33:24 +00:00
build.xml SOLR-3623: Fixed inconsistent treatment of third-party dependencies for solr contribs analysis-extras & uima 2012-07-23 17:33:24 +00:00
ivy.xml SOLR-5126: Update Carrot2 clustering to version 3.8.0, update Morfologik to version 1.7.1 2013-08-09 08:39:21 +00:00

README.txt

The analysis-extras plugin provides additional analyzers that rely
upon large dependencies/dictionaries.

It includes integration with ICU for multilingual support, and 
analyzers for Chinese and Polish.

Relies upon the following lucene components (in lucene-libs/):

 * lucene-analyzers-icu-X.Y.jar
 * lucene-analyzers-smartcn-X.Y.jar
 * lucene-analyzers-stempel-X.Y.jar
 * lucene-analyzers-morfologik-X.Y.jar
 * lucene-analyzers-smartcn-X.Y.jar

And the following third-party library (in lib/):

 * icu4j-X.Y.jar
 * morfologik-*.jar