org.apache.ctakes.constituency.parser
Interface ParserWrapper

All Known Implementing Classes:
MaxentParserWrapper

public interface ParserWrapper


Method Summary
 void createAnnotations(org.apache.uima.jcas.JCas jcas)
           
 String getParseString(org.apache.uima.cas.FSIterator tokens)
           
 

Method Detail

getParseString

String getParseString(org.apache.uima.cas.FSIterator tokens)

createAnnotations

void createAnnotations(org.apache.uima.jcas.JCas jcas)
                       throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException


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