Package org.cleartk.timeml.type

Examples of org.cleartk.timeml.type.DocumentCreationTime.addToIndexes()


  public void process(JCas jCas)
      throws AnalysisEngineProcessException {
    // create a cleartk dct object
    DocumentCreationTime dct = new DocumentCreationTime(jCas);

    dct.addToIndexes();
  }

  public static AnalysisEngineDescription getAnnotatorDescription() throws ResourceInitializationException {
    return AnalysisEngineFactory.createPrimitiveDescription(ClearTKDocumentCreationTimeAnnotator.class);
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.