public class NgramUtils extends Object
| Constructor and Description |
|---|
NgramUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static List<String> |
ngrams(int n,
List<String> words) |
Copyright © 2017. All rights reserved.