public class ShingleTokenizer extends Object
| Constructor | Description |
|---|---|
ShingleTokenizer(List<Token> tokens,
int maxShingleSize) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasMoreShingles() |
|
Shingle |
moreShingle() |
|
void |
skipTo(int end) |
|
void |
skipTo2(int end) |
Copyright © 2018. All rights reserved.