Questions tagged [apache-stanbol]

Apache Stanbol provides a set of reusable components for semantic content management.

Apache Stanbol provides a set of reusable components for semantic content management.

Apache Stanbol's intended use is to extend traditional content management systems with semantic services. Other feasible use cases include: direct usage from web applications (e.g. for tag extraction/suggestion; or text completion in search fields), 'smart' content workflows or email routing based on extracted entities, topics, etc.

33 questions
0
votes
1 answer

HTTP 500 error when invoking Apache Stanbol REST endpoint in Solr Analyzer

I am writing a Solr custom analyzer to post a value of a field to Apache Stanbol for enhancement during indexing phase. In my custom analyzer's incrementToken() method I have below code. I'm posting the value of the token to Stanbol enhancer…
Dileepa Jayakody
  • 535
  • 1
  • 6
  • 19
0
votes
0 answers

parsing a json received from stanbol containing relationships

I have a JSON like this: { "@context": { "comment": "http://www.w3.org/2000/01/rdf-schema#comment", "confidence": { "@id": "http://fise.iks-project.eu/ontology/confidence", "@type": "http://www.w3.org/2001/XMLSchema#double" …
kunal18
  • 1,935
  • 5
  • 33
  • 58
0
votes
1 answer

Apache Stanbol LDpath program

I'm getting the message 500 Solr Template ZIP cannot be found in:solr/core/\template.zip When I try to create an LDPath on http://localhost:8080/contenthub/ldpath. What's wrong? Cheers, Kamal
1 2
3