public static class EdgeNGramTokenizer.Side extends Object
Modifier and Type | Field and Description |
---|---|
static EdgeNGramTokenizer.Side |
BACK
Get the n-gram from the end of the input
|
static EdgeNGramTokenizer.Side |
FRONT
Get the n-gram from the front of the input
|
public static EdgeNGramTokenizer.Side FRONT
public static EdgeNGramTokenizer.Side BACK
public String getLabel()
public static EdgeNGramTokenizer.Side getSide(String sideName)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.