public final class NLTaggerOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
JoinContractions
Join contractions such as it's, can't, etc.
|
static long |
JoinNames
Join tokens of tag scheme NLTagSchemeNameType.
|
static long |
OmitOther
Omit tokens of type NLTagOther.
|
static long |
OmitPunctuation
Omit tokens of type NLTagPunctuation.
|
static long |
OmitWhitespace
Omit tokens of type NLTagWhitespace.
|
static long |
OmitWords
Omit tokens of type NLTagWord.
|
public static final long OmitWords
public static final long OmitPunctuation
public static final long OmitWhitespace
public static final long OmitOther
public static final long JoinNames
public static final long JoinContractions