org.apache.ctakes.core.fsm.token.adapter
Class PunctuationTokenAdapter

java.lang.Object
  extended by org.apache.ctakes.core.fsm.token.adapter.BaseTokenAdapter
      extended by org.apache.ctakes.core.fsm.token.adapter.CharacterTokenAdapter
          extended by org.apache.ctakes.core.fsm.token.adapter.PunctuationTokenAdapter
All Implemented Interfaces:
BaseToken, CharacterToken, PunctuationToken

public class PunctuationTokenAdapter
extends CharacterTokenAdapter
implements PunctuationToken

Adapts a Context Free Tokenizer token into a Context Dependent Tokenizer PunctuationToken.

Author:
Mayo Clinic

Constructor Summary
PunctuationTokenAdapter(Token tok)
           
 
Method Summary
 
Methods inherited from class org.apache.ctakes.core.fsm.token.adapter.CharacterTokenAdapter
getChar
 
Methods inherited from class org.apache.ctakes.core.fsm.token.adapter.BaseTokenAdapter
getEndOffset, getStartOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ctakes.core.fsm.token.CharacterToken
getChar
 
Methods inherited from interface org.apache.ctakes.core.fsm.token.BaseToken
getEndOffset, getStartOffset
 

Constructor Detail

PunctuationTokenAdapter

public PunctuationTokenAdapter(Token tok)


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