lucene/modules/analysis
Christopher John Male f9ed2c19cd LUCENE-3219: Moved SortField types to Enum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138276 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 01:48:45 +00:00
..
common LUCENE-3219: Moved SortField types to Enum 2011-06-22 01:48:45 +00:00
icu LUCENE-3149: Switch ICU4J dependency to mavenized version 2011-06-02 18:42:26 +00:00
phonetic LUCENE-2952: normalize license files 2011-03-15 14:07:16 +00:00
smartcn LUCENE-2560: add basic stress tests for analyzers 2011-04-23 16:55:15 +00:00
stempel LUCENE-2560: add basic stress tests for analyzers 2011-04-23 16:55:15 +00:00
CHANGES.txt LUCENE-3163: add link to jira versions information to CHANGES.txt files 2011-05-31 13:03:40 +00:00
LICENSE.txt LUCENE-152: add KStem 2011-06-02 12:58:22 +00:00
NOTICE.txt LUCENE-152: add KStem 2011-06-02 12:58:22 +00:00
README.txt LUCENE-2797: Upgrade icu to 4.6 2010-12-04 14:08:03 +00:00
build.xml LUCENE-3160: lucene source build doesn't work correctly by itself 2011-05-31 00:08:14 +00:00

README.txt

Analysis README file

INTRODUCTION

The Analysis Module provides analysis capabilities to Lucene and Solr
applications.

The Lucene web site is at:
  http://lucene.apache.org/

Please join the Lucene-User mailing list by sending a message to:
  java-user-subscribe@lucene.apache.org

FILES

lucene-analyzers-common-XX.jar
  The primary analysis module library, containing general-purpose analysis
  components and support for various languages.

lucene-analyzers-icu-XX.jar
  An add-on analysis library that provides improved Unicode support via
  International Components for Unicode (ICU). Note: this module depends on
  the ICU4j jar file (version >= 4.6.0)

lucene-analyzers-phonetic-XX.jar
  An add-on analysis library that provides phonetic encoders via Apache
  Commons-Codec. Note: this module depends on the commons-codec jar 
  file (version >= 1.4)
  
lucene-analyzers-smartcn-XX.jar
  An add-on analysis library that provides word segmentation for Simplified
  Chinese.

lucene-analyzers-stempel-XX.jar
  An add-on analysis library that contains a universal algorithmic stemmer,
  including tables for the Polish language.

common/src/java
icu/src/java
phonetic/src/java
smartcn/src/java
stempel/src/java
  The source code for the ffve libraries.

common/src/test
icu/src/test
phonetic/src/test
smartcn/src/test
stempel/src/test
  Unit tests for the five libraries.