Package org.apache.lucene.analysis.ngram

Character n-gram tokenizers and filters.

See:
          Description

Class Summary
EdgeNGramTokenFilter Tokenizes the given token into n-grams of given size(s).
EdgeNGramTokenizer Tokenizes the input from an edge into n-grams of given size(s).
NGramTokenFilter Tokenizes the input into n-grams of the given size(s).
NGramTokenizer Tokenizes the input into n-grams of the given size(s).
 

Enum Summary
EdgeNGramTokenFilter.Side Specifies which side of the input the n-gram should be generated from
EdgeNGramTokenizer.Side Specifies which side of the input the n-gram should be generated from
 

Package org.apache.lucene.analysis.ngram Description

Character n-gram tokenizers and filters.



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.