public abstract class EdgeNgram<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EdgeNgram.EmailEdgeNGram |
static class |
EdgeNgram.StringEdgeNgram |
Constructor and Description |
---|
EdgeNgram(int minLength,
int maxLength) |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
compute(java.lang.String value) |
abstract T |
map(java.lang.String value) |
Copyright © 2021. All Rights Reserved.