org.nlp2rdf.implementation.opennlp
Class OpenNLPWrapper

java.lang.Object
  extended by org.nlp2rdf.implementation.opennlp.OpenNLPWrapper

public class OpenNLPWrapper
extends Object


Constructor Summary
OpenNLPWrapper(OLiAManager oLiAManager)
           
 
Method Summary
 void assignPosTags(String prefix, String text, URIGenerator uriGenerator, com.hp.hpl.jena.ontology.OntModel model)
           
static void main(String[] args)
           
 void processNIFModel(String prefix, String text, String urirecipe, com.hp.hpl.jena.ontology.OntModel model)
           
 void processText(String prefix, String text, URIGenerator urigenerator, com.hp.hpl.jena.ontology.OntModel model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenNLPWrapper

public OpenNLPWrapper(OLiAManager oLiAManager)
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

processText

public void processText(String prefix,
                        String text,
                        URIGenerator urigenerator,
                        com.hp.hpl.jena.ontology.OntModel model)

processNIFModel

public void processNIFModel(String prefix,
                            String text,
                            String urirecipe,
                            com.hp.hpl.jena.ontology.OntModel model)

assignPosTags

public void assignPosTags(String prefix,
                          String text,
                          URIGenerator uriGenerator,
                          com.hp.hpl.jena.ontology.OntModel model)


Copyright © 2011. All Rights Reserved.