Package org.apache.clerezza.uima.utils.ts

Examples of org.apache.clerezza.uima.utils.ts.WikipediaEntity.addToIndexes()


    WikipediaEntity wikipediaEntity = new WikipediaEntity(jcas);
    wikipediaEntity.setUri("http://en.wikipedia.org/wiki/STS-135");
    wikipediaEntity.setLabel("STS-135");
    FSList stsAnnotationsList = findSTSAnnotations(jcas);
    wikipediaEntity.setReferences(stsAnnotationsList);
    wikipediaEntity.addToIndexes();

  }

  private FSList findSTSAnnotations(JCas jcas) {
    NonEmptyFSList annotations = new NonEmptyFSList(jcas);
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.