|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use URIGenerator | |
|---|---|
| org.nlp2rdf.core | |
| org.nlp2rdf.core.impl | |
| org.nlp2rdf.core.util | |
| Uses of URIGenerator in org.nlp2rdf.core |
|---|
| Methods in org.nlp2rdf.core with parameters of type URIGenerator | |
|---|---|
void |
Text2RDF.addSSOproperties(String prefix,
String text,
URIGenerator uriGenerator,
com.hp.hpl.jena.ontology.OntModel m)
|
Document |
Text2RDF.createDocumentAnnotation(String prefix,
String text,
URIGenerator uriGenerator,
com.hp.hpl.jena.ontology.OntModel in)
|
Phrase |
Text2RDF.createPhraseAnnotation(String prefix,
String text,
opennlp.tools.util.Span span,
URIGenerator uriGenerator,
com.hp.hpl.jena.ontology.OntModel in)
|
Sentence |
Text2RDF.createSentenceAnnotation(String prefix,
String text,
opennlp.tools.util.Span span,
URIGenerator uriGenerator,
com.hp.hpl.jena.ontology.OntModel in)
|
Word |
Text2RDF.createWordAnnotation(String prefix,
String text,
opennlp.tools.util.Span span,
URIGenerator uriGenerator,
com.hp.hpl.jena.ontology.OntModel in)
|
com.hp.hpl.jena.ontology.OntModel |
Text2RDF.process(String prefix,
String text,
Tokenizer tokenizer,
URIGenerator uriGenerator)
Deprecated. |
void |
Text2RDF.sentencePOJOs2OWL(String prefix,
String text,
List<? extends SentencePOJO> sentencePOJOs,
com.hp.hpl.jena.ontology.OntModel model,
URIGenerator uriGenerator)
Deprecated. |
| Uses of URIGenerator in org.nlp2rdf.core.impl |
|---|
| Classes in org.nlp2rdf.core.impl that implement URIGenerator | |
|---|---|
class |
AbstractURIGenerator
User: @author Sebastian Hellmann Date: 10/13/11 Time: 6:15 AM |
class |
MD5Based
|
class |
OffsetBased
User: Sebastian Hellmann - http://bis.informatik.uni-leipzig.de/SebastianHellmann |
| Uses of URIGenerator in org.nlp2rdf.core.util |
|---|
| Methods in org.nlp2rdf.core.util that return URIGenerator | |
|---|---|
static URIGenerator |
URIGeneratorHelper.determineGenerator(com.hp.hpl.jena.ontology.OntModel model)
determines the respective generator from a model currently it is only recognized if the respective class is assigned once. |
static URIGenerator |
URIGeneratorHelper.determineGenerator(String recipe)
|
| Methods in org.nlp2rdf.core.util with parameters of type URIGenerator | |
|---|---|
static List<opennlp.tools.util.Span> |
URIGeneratorHelper.getSpans(List<IString> strings,
String prefix,
String text,
URIGenerator uriGenerator)
|
| Constructors in org.nlp2rdf.core.util with parameters of type URIGenerator | |
|---|---|
URIComparator(String prefix,
String text,
URIGenerator uriGenerator)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||