|
|||||||||
| 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.addNextAndPreviousProperties(String prefix,
String text,
URIGenerator uriGenerator,
com.hp.hpl.jena.ontology.OntModel model)
|
|
Document |
Text2RDF.createDocumentAnnotation(String prefix,
String text,
URIGenerator uriGenerator,
com.hp.hpl.jena.ontology.OntModel model)
|
|
|
Text2RDF.createStringAnnotationForClass(Class<S> cl,
String prefix,
String text,
Span span,
URIGenerator uriGenerator,
com.hp.hpl.jena.ontology.OntModel model)
This is a convenience function, which does quite a lot: 1. |
|
com.hp.hpl.jena.ontology.OntModel |
Text2RDF.generateNIFModel(String prefix,
String text,
TreeMap<Span,List<Span>> tokenizedText,
URIGenerator uriGenerator,
Document document,
com.hp.hpl.jena.ontology.OntModel model)
adds sso:Sentence and sso:Word to it adds the word property and additionally, though optional, the firstWord and lastWord property Note that the expected tokenizer matches the opennlp tokenizer well, so instead of forcing a tokenizer to match the interface it might be smarter to rewrite this method. |
|
TreeMap<Span,List<Span>> |
Text2RDF.getTokenization(String prefix,
String text,
URIGenerator uriGenerator,
com.hp.hpl.jena.ontology.OntModel model)
|
|
| 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
|
| Uses of URIGenerator in org.nlp2rdf.core.util |
|---|
| Methods in org.nlp2rdf.core.util that return URIGenerator | |
|---|---|
static URIGenerator |
URIGeneratorHelper.determineGenerator(String recipe,
int contextLength)
Based on the recipe string as sepicfied the method returns an urigenerator object default for contextlength should be 10 if client did not provide anything else |
| Constructors in org.nlp2rdf.core.util with parameters of type URIGenerator | |
|---|---|
URIComparator(String prefix,
String text,
URIGenerator uriGenerator)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||