public static class ShingleMatrixFilter.Matrix extends Object
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.
Modifier and Type | Class | Description |
---|---|---|
class |
ShingleMatrixFilter.Matrix.Column |
Constructor | Description |
---|---|
Matrix() |
Modifier and Type | Method | Description |
---|---|---|
List<ShingleMatrixFilter.Matrix.Column> |
getColumns() |
|
Iterator<ShingleMatrixFilter.Matrix.Column.Row[]> |
permutationIterator() |
|
String |
toString() |
public List<ShingleMatrixFilter.Matrix.Column> getColumns()
public Iterator<ShingleMatrixFilter.Matrix.Column.Row[]> permutationIterator()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.