C# Class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer

Show file Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
EdgeNGramTokenizer ( org.apache.lucene.util.Version version, AttributeFactory factory, Reader input, int minGram, int maxGram )

Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range

EdgeNGramTokenizer ( org.apache.lucene.util.Version version, Reader input, int minGram, int maxGram )

Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range

Method Details

EdgeNGramTokenizer() public method

Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
public EdgeNGramTokenizer ( org.apache.lucene.util.Version version, AttributeFactory factory, Reader input, int minGram, int maxGram )
version org.apache.lucene.util.Version the Lucene match version
factory AttributeFactory to use
input Reader holding the input to be tokenized
minGram int the smallest n-gram to generate
maxGram int the largest n-gram to generate

EdgeNGramTokenizer() public method

Creates EdgeNGramTokenizer that can generate n-grams in the sizes of the given range
public EdgeNGramTokenizer ( org.apache.lucene.util.Version version, Reader input, int minGram, int maxGram )
version org.apache.lucene.util.Version the Lucene match version
input Reader holding the input to be tokenized
minGram int the smallest n-gram to generate
maxGram int the largest n-gram to generate