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
1
vote
1 answer

SPARQL Queries with SimpleTcProvider

I'm new to Jena, Clerezza, and OSGI so hopefully you'll forgive my ignorance... I'm trying to use Apache Stanbol to make a general enhancement engine that takes as a string parameter a SPARQL query and then works on the enhancements produced by the…
tag42git
  • 35
  • 5
1
vote
1 answer

HttpHostConnectException let Apache Stanbol Integration Tests fail

I tried to install the Stanbol version from branch "release-0.12" from github. On my system I have: Apache Maven 3.0.5 Maven home: /usr/share/maven Java version: 1.7.0_55, vendor: Oracle Corporation Java home:…
Gassa90
  • 80
  • 7
1
vote
0 answers

Apache Stanbol: /ontonet giving me 404 error

In my stanbol instance, its showing only following services. /enhancer /topic /entityhub /sparql /ontonet giving me 404 error. I am using the org.apache.stanbol.launchers.full-1.0.0-SNAPSHOT.jar. Any configuration to enable /ontonet and others.
Sudheera
  • 355
  • 3
  • 8
1
vote
1 answer

Conceptual Tagging of articles

I have a set of articles and i want to extract the concept from each of the article . The concept may be independent ,or either linked together to form a new concept . For this ,recently I came across various paid API , eg,HP's IDOL on DEMAND…
kiran
  • 339
  • 4
  • 18
1
vote
2 answers

Apache Stanbol scalability and real-world applications

I'm starting a project with requirements such as NLP, storage of semantic data, content managment etc. and Apache Stanbol seems like a nice fit, but I'm not exactly sure it's ready so I'm trying to make an appropriate assessment before starting to…
neshone
  • 92
  • 1
  • 7
1
vote
2 answers

How to throttle dataimports in Solr using batchSize

I have a requirement to import a large amount of data from a mysql database and index documents (about 1000 documents). During indexing process I need to do a special processing of a field by sending a enhancement requests to an external Apache…
Dileepa Jayakody
  • 535
  • 1
  • 6
  • 19
1
vote
1 answer

Freeling : Unable to compile the Java API on Ubuntu

I'm currently trying to create the Java API for Freeling in order to use it on Stanbol. In this way, I followed all the instructions given by the Freeling documentation (here :https://github.com/insideout10/stanbol-freeling) without success. It…
Oelth
  • 11
  • 3
1
vote
1 answer

using apache stanbol for named entity recognition

I am working on a project for NER and I have to use Apache Stanbol. Installing it from maven by compiling whole source is a big task and time consuming. Are there any prebuilt jars like Apache Solr which has 'start.jar' in which it come as a webapp…
kunal18
  • 1,935
  • 5
  • 33
  • 58
1
vote
1 answer

How to use own ontology to classify dbpedia terms extracted with stanbol?

I am trying to build an application using Apache Stanbol which: recognizes entities from DBpedia classifies these entities using an OWL ontology which extends the definition of the dcterms:subject of these entities to correspond to my custom OWL…
Ratona
  • 11
  • 3
1
vote
1 answer

Apache Stanbol sentiment analysis and sentence detection not working

I am using Apache Stanbol. It works for enhancing the text, however when I tried sentiment analysis and sentence detection, it doesn't work. I tried this code curl -v -X POST -H "Accept: text/plain" -H "Content-type: text/plain; \ charset=UTF-8"…
Salman
  • 9,299
  • 6
  • 40
  • 73
0
votes
0 answers

Semantic search

I want to build an algorithm as follows - Lets say, user first search for keyword "tablet" and then again search for "Apple", so i should be able to populate 2nd search result which gives information on Apple tablet. Another example, first I search…
0
votes
1 answer

Why CMSAdapter and contenthub is not available?

As per Stanbol documentation, I've checked-out source code (% svn co http://svn.apache.org/repos/asf/stanbol/trunk stanbol) and after did maven build. All is fine. Now I've started executable jar (org.apache.stanbol.launchers.full-1.0.0-SNAPSHOT).…
0
votes
0 answers

Deploy stambol war file from jetty

I am trying to deploy an apache stanbol .war file using jetty. The server runs, but all I get is 404 errors when I try to reach it. Curious thing is, the ContextPath gives me a slightly different 404 (without the ':' after 404) This leads me to…
Havnar
  • 2,558
  • 7
  • 33
  • 62
0
votes
1 answer

Identifying Universities mentioned in Tweet Text

I am looking for a means of identifying UK University names mentioned in Tweet text. I have a list of full University names, but the issue is dealing with shortened versions such as "aber uni" (Aberystwyth Uni), "staffs uni" (Staffordshire…
James
  • 101
  • 4
0
votes
1 answer

How to add a new field to the document in a custom Solr Filter

I am writing a custom filter in Solr to post a token to Apache Stanbol for enhancement and index the response to a different field in the same document. In my test code below I have got the Stanbol response and have added it as a new document to…
Dileepa Jayakody
  • 535
  • 1
  • 6
  • 19