org.nlp2rdf.webservice
Class SampleClient

java.lang.Object
  extended by org.nlp2rdf.webservice.SampleClient

public class SampleClient
extends Object

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


Field Summary
static String exampleText
           
 
Constructor Summary
SampleClient()
           
 
Method Summary
static com.hp.hpl.jena.ontology.OntModel convertToNIF(String nifServiceUrl, String text)
           
static void main(String[] args)
           
static com.hp.hpl.jena.ontology.OntModel postToNIFService(String nifServiceUrl, Map<String,String> parameterMap)
           
static com.hp.hpl.jena.ontology.OntModel postToNIFService(String nifServiceUrl, com.hp.hpl.jena.ontology.OntModel model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exampleText

public static String exampleText
Constructor Detail

SampleClient

public SampleClient()
Method Detail

main

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

convertToNIF

public static com.hp.hpl.jena.ontology.OntModel convertToNIF(String nifServiceUrl,
                                                             String text)
                                                      throws Exception
Throws:
Exception

postToNIFService

public static com.hp.hpl.jena.ontology.OntModel postToNIFService(String nifServiceUrl,
                                                                 com.hp.hpl.jena.ontology.OntModel model)
                                                          throws Exception
Throws:
Exception

postToNIFService

public static com.hp.hpl.jena.ontology.OntModel postToNIFService(String nifServiceUrl,
                                                                 Map<String,String> parameterMap)
                                                          throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.