Uses of Package
org.apache.lucene.analysis.shingle
Packages that use org.apache.lucene.analysis.shingle
-
Classes in org.apache.lucene.analysis.shingle used by org.apache.lucene.analysis.shingleClassDescriptionA ShingleFilter constructs shingles (token n-grams) from a token stream.An instance of this class is used to maintain the number of input stream tokens that will be used to compose the next unigram or shingle:
ShingleFilter.gramSize
.