lucene/modules/analysis
Robert Muir fe5f1aabcb LUCENE-1287: Allow usage of HyphenationCompoundWordTokenFilter without a dictionary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@946139 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19 11:58:37 +00:00
..
common LUCENE-1287: Allow usage of HyphenationCompoundWordTokenFilter without a dictionary 2010-05-19 11:58:37 +00:00
smartcn LUCENE-2444: move contrib/analyzers to modules/analysis 2010-05-05 14:26:59 +00:00
stempel LUCENE-2444: move contrib/analyzers to modules/analysis 2010-05-05 14:26:59 +00:00
CHANGES.txt sync all changes to reflect reality 2010-05-06 13:08:59 +00:00
LICENSE.txt LUCENE-2444: boilerplate stuff for the analyzers module 2010-05-05 16:27:58 +00:00
NOTICE.txt LUCENE-2444: boilerplate stuff for the analyzers module 2010-05-05 16:27:58 +00:00
README.txt LUCENE-2444: boilerplate stuff for the analyzers module 2010-05-05 16:27:58 +00:00
build.xml fix the compile target... this never worked for contrib/analyzers before either 2010-05-07 22:51:45 +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-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
smartcn/src/java
stempel/src/java
  The source code for the three libraries.

common/src/test
smartcn/src/test
stempel/src/test
  Unit tests for the three libraries.