org.apache.ctakes.core.fsm.adapters
Class ContractionTokenAdapter

java.lang.Object
  extended by org.apache.ctakes.core.fsm.adapters.BaseTokenAdapter
      extended by org.apache.ctakes.core.fsm.adapters.ContractionTokenAdapter
All Implemented Interfaces:
BaseToken, ContractionToken

public class ContractionTokenAdapter
extends BaseTokenAdapter
implements ContractionToken

Adapts JCas token annotation to interface expected by the Context Dependent Tokenizer.

Author:
Mayo Clinic

Constructor Summary
ContractionTokenAdapter(ContractionToken cta)
           
 
Method Summary
 
Methods inherited from class org.apache.ctakes.core.fsm.adapters.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.BaseToken
getEndOffset, getStartOffset
 

Constructor Detail

ContractionTokenAdapter

public ContractionTokenAdapter(ContractionToken cta)


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