C# Class Lucene.Net.Analysis.Shingle.Matrix.Matrix

A column focused matrix in three dimensions:
 Token[column][row][z-axis] { {{hello}, {greetings, and, salutations}}, {{world}, {earth}, {tellus}} }; 
todo consider row groups to indicate that shingles is only to contain permutations with texts in that same row group.
Mostra file Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
Matrix ( ) : System.Collections.Generic
PermutationIterator ( ) : MatrixPermutationIterator
ToString ( ) : string

Method Details

Matrix() public method

public Matrix ( ) : System.Collections.Generic
return System.Collections.Generic

PermutationIterator() public method

public PermutationIterator ( ) : MatrixPermutationIterator
return MatrixPermutationIterator

ToString() public method

public ToString ( ) : string
return string