org.nlp2rdf.annotator
Class StanfordCoreNLPAnnotator

java.lang.Object
  extended by org.nlp2rdf.annotator.StanfordCoreNLPAnnotator

public class StanfordCoreNLPAnnotator
extends Object

The basic code was taken from the ClearTK Project http://code.google.com/p/cleartk who have written a UIMA wrapper. The original file by Steven Bethard can be found here: http://code.google.com/p/cleartk/source/browse/trunk/cleartk-stanford-corenlp/src/main/java/org/cleartk/stanford/StanfordCoreNLPAnnotator.java Licence http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Author:
Sebastian Hellmann - http://bis.informatik.uni-leipzig.de/SebastianHellmann

Nested Class Summary
 class StanfordCoreNLPAnnotator.StanfordSentencePOJO
           
 class StanfordCoreNLPAnnotator.StanfordWordPOJO
           
 
Constructor Summary
StanfordCoreNLPAnnotator(org.nlp2rdf.ontology.olia.OLiAManager oLiAManager)
           
 
Method Summary
static void main(String[] args)
           
 void process(String prefix, String text, com.hp.hpl.jena.ontology.OntModel diff)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StanfordCoreNLPAnnotator

public StanfordCoreNLPAnnotator(org.nlp2rdf.ontology.olia.OLiAManager oLiAManager)
Method Detail

main

public static void main(String[] args)

process

public void process(String prefix,
                    String text,
                    com.hp.hpl.jena.ontology.OntModel diff)


Copyright © 2011. All Rights Reserved.