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();
}