Uses of Package
org.nlp2rdf.webservice

Classes in org.nlp2rdf.webservice used by org.nlp2rdf.webservice
NIFParameters
          User: Sebastian Hellmann See http://nlp2rdf.org/nif-1-0#toc-parameters A simple wrapper for the common options in NIF Services Use the following to retrieve the input variable: if (nifParameters.inputWasText()) { String text = nifParameters.getInputAsText() ; }else { OntModel model = getInputAsOntModel(); }
 



Copyright © 2011. All Rights Reserved.