org.apache.ctakes.constituency.parser
Class MaxentParserWrapper

java.lang.Object
  extended by org.apache.ctakes.constituency.parser.MaxentParserWrapper
All Implemented Interfaces:
ParserWrapper

public class MaxentParserWrapper
extends Object
implements ParserWrapper


Constructor Summary
MaxentParserWrapper(String dataDir)
           
 
Method Summary
 void createAnnotations(org.apache.uima.jcas.JCas jcas)
           
 String getParseString(org.apache.uima.cas.FSIterator tokens)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxentParserWrapper

public MaxentParserWrapper(String dataDir)
Method Detail

getParseString

public String getParseString(org.apache.uima.cas.FSIterator tokens)
Specified by:
getParseString in interface ParserWrapper

createAnnotations

public void createAnnotations(org.apache.uima.jcas.JCas jcas)
Specified by:
createAnnotations in interface ParserWrapper


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