public static class ShingleMatrixFilter.Matrix
extends java.lang.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 and Description |
|---|---|
class |
ShingleMatrixFilter.Matrix.Column |
| Constructor and Description |
|---|
Matrix() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getColumns() |
java.util.Iterator |
permutationIterator() |
java.lang.String |
toString() |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.