org.cleartk.token.pos
Class TokenPOSWriter

java.lang.Object
  extended by org.cleartk.token.pos.TokenPOSWriter
All Implemented Interfaces:
org.cleartk.util.ae.linewriter.AnnotationWriter<org.cleartk.token.type.Token>

public class TokenPOSWriter
extends Object
implements org.cleartk.util.ae.linewriter.AnnotationWriter<org.cleartk.token.type.Token>


Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.

Author:
Philip Ogren

Constructor Summary
TokenPOSWriter()
           
 
Method Summary
 void initialize(org.apache.uima.UimaContext context)
           
 String writeAnnotation(org.apache.uima.jcas.JCas cas, org.cleartk.token.type.Token token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenPOSWriter

public TokenPOSWriter()
Method Detail

initialize

public void initialize(org.apache.uima.UimaContext context)
                throws org.apache.uima.resource.ResourceInitializationException
Specified by:
initialize in interface org.cleartk.util.ae.linewriter.AnnotationWriter<org.cleartk.token.type.Token>
Throws:
org.apache.uima.resource.ResourceInitializationException

writeAnnotation

public String writeAnnotation(org.apache.uima.jcas.JCas cas,
                              org.cleartk.token.type.Token token)
Specified by:
writeAnnotation in interface org.cleartk.util.ae.linewriter.AnnotationWriter<org.cleartk.token.type.Token>


Copyright © 2012. All Rights Reserved.