public interface WordToken extends TextToken
Modifier and Type | Field and Description |
---|---|
static byte |
CAPS_ALL |
static byte |
CAPS_FIRST_ONLY |
static byte |
CAPS_MIXED |
static byte |
CAPS_NONE |
static byte |
CAPS_UNKNOWN |
static byte |
NUM_FIRST |
static byte |
NUM_LAST |
static byte |
NUM_MIDDLE |
static byte |
NUM_NONE |
Modifier and Type | Method and Description |
---|---|
byte |
getCaps() |
byte |
getNumPosition() |
getEndOffset, getStartOffset
static final byte CAPS_UNKNOWN
static final byte CAPS_NONE
static final byte CAPS_MIXED
static final byte CAPS_FIRST_ONLY
static final byte CAPS_ALL
static final byte NUM_NONE
static final byte NUM_FIRST
static final byte NUM_MIDDLE
static final byte NUM_LAST
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.