org.cleartk.syntax.opennlp.parser
Interface OutputTypesHelper<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation,SENTENCE_TYPE extends org.apache.uima.jcas.tcas.Annotation,PARSE_TYPE,TOP_NODE_TYPE extends org.apache.uima.jcas.tcas.Annotation>
- All Known Implementing Classes:
- DefaultOutputTypesHelper
public interface OutputTypesHelper<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation,SENTENCE_TYPE extends org.apache.uima.jcas.tcas.Annotation,PARSE_TYPE,TOP_NODE_TYPE extends org.apache.uima.jcas.tcas.Annotation>
Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
addParse
TOP_NODE_TYPE addParse(org.apache.uima.jcas.JCas jCas,
PARSE_TYPE parse,
SENTENCE_TYPE sentence,
List<TOKEN_TYPE> tokens)
Copyright © 2013. All Rights Reserved.