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.
Namespace: Lucene.Net.Analyzers.Shingle.MatrixAssembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)
Syntax
Visual Basic |
---|
Public Class Matrix |
Visual C++ |
---|
public ref class Matrix |
Inheritance Hierarchy
See Also