org.apache.ctakes.core.fsm.token
Interface WordToken

All Superinterfaces:
BaseToken, TextToken
All Known Implementing Classes:
WordTokenAdapter, WordTokenAdapter

public interface WordToken
extends TextToken


Field Summary
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
           
 
Method Summary
 byte getCaps()
           
 byte getNumPosition()
           
 
Methods inherited from interface org.apache.ctakes.core.fsm.token.TextToken
getText
 
Methods inherited from interface org.apache.ctakes.core.fsm.token.BaseToken
getEndOffset, getStartOffset
 

Field Detail

CAPS_UNKNOWN

static final byte CAPS_UNKNOWN
See Also:
Constant Field Values

CAPS_NONE

static final byte CAPS_NONE
See Also:
Constant Field Values

CAPS_MIXED

static final byte CAPS_MIXED
See Also:
Constant Field Values

CAPS_FIRST_ONLY

static final byte CAPS_FIRST_ONLY
See Also:
Constant Field Values

CAPS_ALL

static final byte CAPS_ALL
See Also:
Constant Field Values

NUM_NONE

static final byte NUM_NONE
See Also:
Constant Field Values

NUM_FIRST

static final byte NUM_FIRST
See Also:
Constant Field Values

NUM_MIDDLE

static final byte NUM_MIDDLE
See Also:
Constant Field Values

NUM_LAST

static final byte NUM_LAST
See Also:
Constant Field Values
Method Detail

getCaps

byte getCaps()

getNumPosition

byte getNumPosition()


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.