RE: The Future of Apache Stanbol

2017-01-16 Thread arthi.venkat
Thanks Rafa. I will check same out. Thanks and Regards, Arthi -Original Message- From: Rafa Haro [mailto:rh...@apache.org] Sent: Monday, January 16, 2017 4:19 PM To: dev@stanbol.apache.org Subject: Re: The Future of Apache Stanbol ** This mail has been sent from an external source ** H

RE: The Future of Apache Stanbol

2017-01-16 Thread arthi.venkat
Hi, Stanbol is a great solution for entity extraction and many NLP problems. I have used it for different pilots and customer implementations. I also plan to use same in future. The community is also great and very helpful. If there is a way for non Java programmer say a Python programmer to mo

RE: Create Referenced Site not persistent/unbound after restart

2014-06-16 Thread arthi.venkat
Hi , I also faced same issue. I understand this happens only on Windows OS. If you switch the OS to Linux then this problem is not there. Thanks and Rgds. Arthi -Original Message- From: Cristian Petroaca [mailto:cristian.petro...@gmail.com] Sent: Monday, June 16, 2014 2:02 PM To: d

RE: Adding content specific metadata

2013-10-02 Thread arthi.venkat
Thanks Reto, I will try the same. Thanking you and Regards, Arthi -Original Message- From: Reto Bachmann-Gmür [mailto:r...@wymiwyg.com] Sent: Wednesday, October 02, 2013 2:02 PM To: dev@stanbol.apache.org Subject: RE: Adding content specific metadata Afaik there's no way to add addition

RE: Adding content specific metadata

2013-10-02 Thread arthi.venkat
Thanks Rafa, I will try the same. Thanking you and Regards, Arthi -Original Message- From: Rafa Haro [mailto:rh...@zaizi.com] Sent: Tuesday, October 01, 2013 7:52 PM To: dev@stanbol.apache.org Subject: Re: Adding content specific metadata Hi Arthi, The ContentHub REST API includes CRUD

RE: Adding content specific metadata

2013-10-01 Thread arthi.venkat
Thanks Rafa, Iam currently using only curl commands to interact with Stanbol and have not written any rest service. Where is the additional metadata for a content stored? Is there a way we can use a curl command to retrieve / validate the additional metadata stored. Thanks and Rgds, Arthi

RE: Adding content specific metadata

2013-10-01 Thread arthi.venkat
Hi Rafa, Yes Iam trying to load additional metadata with the content. After executing the curl command I go to the Stanbol content hub. In this Iam able to see the item added as well as the chain created enhancements. However I do not see the content specific metadata added by me in the set

RE: Adding content specific metadata

2013-10-01 Thread arthi.venkat
Thanks Rafa. I updated the RDF metadata to include this.However still I do not see the custom metadata in the list of enhancements . Is my understanding correct or Do I need to change something else.? http://www.w3.org/1999/02/22-rdf-syntax-ns#"; xmlns:fise="http://fise.iks-proj

Adding content specific metadata

2013-10-01 Thread arthi.venkat
Hi, In addition to the content file I want to upload some per document metatdata - ( Document subject, Document title, etc ). Iam unable to see the additional metadata. The other enhancements / content ingestion goes through fine. 1. Is the curl command below correct 2. Is the R

RE: How to change the selection context retrieved in a Stanbol enhancement.

2013-09-25 Thread arthi.venkat
Thanks Antonio Regards, Arthi -Original Message- From: Antonio Perez [mailto:ape...@zaizi.com] Sent: Wednesday, September 25, 2013 6:55 PM To: dev@stanbol.apache.org Subject: Re: How to change the selection context retrieved in a Stanbol enhancement. Hi Arthi I think it is not possible

RE: How to change the selection context retrieved in a Stanbol enhancement.

2013-09-25 Thread arthi.venkat
Thanks Rupert, On adding the Text Annotation new model to the weighted chain Iam able to specify the suffix and prefix length to what I want and enhancement results are accordingly modified. Thanking you and Regards, Arthi -Original Message- From: Rupert Westenthaler [mailto:rupert.we

How to change the selection context retrieved in a Stanbol enhancement.

2013-09-25 Thread arthi.venkat
Hi, How can we change the default selection-context in the text annotation while using the enhancer. Currently it is returning only a few characters before and after the selected-text. I would like to change the selection-context to a line or paragraph. Is there a way to do this from the

RE: Working with large RDF data

2013-09-17 Thread arthi.venkat
Thanks a lot Rupert, Regards, Arthi -Original Message- From: Rupert Westenthaler [mailto:rupert.westentha...@gmail.com] Sent: Tuesday, September 17, 2013 9:06 PM To: dev@stanbol.apache.org Subject: Re: Working with large RDF data Hi Arthi, On Tue, Sep 17, 2013 at 3:30 PM, wrote: > Tha

RE: Working with large RDF data

2013-09-17 Thread arthi.venkat
Thanks Reto, Regards, Arthi -Original Message- From: Reto Bachmann-Gmür [mailto:r...@wymiwyg.com] Sent: Tuesday, September 17, 2013 10:01 PM To: dev@stanbol.apache.org Subject: Re: Working with large RDF data Hi Arthi For the programmatic approach of create and access clerezza graphs you

RE: Working with large RDF data

2013-09-17 Thread arthi.venkat
Thanks Rupert, I have few clarifications / queries which I have asked inline below. "It should be possible to reason over the enhancement results and store all triples (including the deduced one) in Jena TDB. After that you can use SPARQL on the Jena TDB as suggested by Reto. However note that a

RE: Working with large RDF data

2013-09-17 Thread arthi.venkat
Thanks Reto, The use case Iam looking at is to be able to search over the unstructured content which has been enhanced using Stanbol and some already existing RDF data. I would also like run rules and reasoning over the RDF data. Currently Iam using Stanbol for getting the unstructured text enh

RE: How to enhance a word / pdf document.

2013-09-15 Thread arthi.venkat
Hi Reto, The issue below is resolved. Iam able to do both enhancements as well as using the content hub. Rupert pointed out that I needed to add a -binary to the --data call. Once this is done the calls go through fine. Thanking you and Rgds, Arthi -Original Message- From: arthi venk

RE: Exception while installing metaxa

2013-09-15 Thread arthi.venkat
Thanks a lot Rupert, Adding -binary to the call worked like a charm. Now Iam able to enhance both pdf as well as word documents. Thanking you and Rgds, Arthi -Original Message- From: Rupert Westenthaler [mailto:rupert.westentha...@gmail.com] Sent: Monday, September 16, 2013 10:56 AM To

RE: How to enhance a word / pdf document.

2013-09-14 Thread arthi.venkat
Hi Reto, I also tried with just the enhancement chain and not using content hub. Even in this case it did not work. For example below command returns the enhancements curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain" --data @FileToAugment.txt http://localhost:8080/enhancer/

RE: Exception while installing metaxa

2013-09-14 Thread arthi.venkat
Hi Rupert, Tried the different mime types but with no luck. Same call on a plain text or just data works fine. For example below command returns the enhancements curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain" --data @FileToAugment.txt http://localhost:8080/enhancer/chain

RE: Exception while installing metaxa

2013-09-14 Thread arthi.venkat
Thanks a lot Rupert I will check the Content type and re-try. Thanks and Rgds, Arthi -Original Message- From: Rupert Westenthaler [mailto:rupert.westentha...@gmail.com] Sent: Saturday, September 14, 2013 12:46 PM To: dev@stanbol.apache.org Subject: Re: Exception while installing metaxa

RE: Working with large RDF data

2013-09-14 Thread arthi.venkat
Thanks a lot Rupert If the RDF data is smaller ( can fit into memory ) is there a way we can import into Stanbol and do a joint search across the enhancements from unstructured text as well as the imported RDF data. If yes would this import be permanent or needs to be repeated each time. Thanks

RE: Exception while installing metaxa

2013-09-14 Thread arthi.venkat
Thanks a lot Rupert for response. The reason for using Metaxa is that I want to enhance pdf and word documents using Stanbol. I read that to process pdf and word we would need metaxa in the pipeline. In the contenhub ui of Stanbol Iam able to attach a pdf / word doc and enhance this. However wh

RE: How to enhance a word / pdf document.

2013-09-13 Thread arthi.venkat
Thanks a lot Reto Will try the same. Thanks and Regards, Arthi -Original Message- From: Reto Bachmann-Gmür [mailto:r...@wymiwyg.com] Sent: Friday, September 13, 2013 10:28 PM To: dev@stanbol.apache.org Subject: Re: How to enhance a word / pdf document. HI While the enahncer works with p

Working with large RDF data

2013-09-13 Thread arthi.venkat
Hi, I have large RDF data. The requirement is to be able to reason / run rules on this data / search this data along with any other unstructured data which I have enhanced using Stanbol. Any pointers on how I can achieve this? Thanking you and Rgds, Arthi Please do not print

Exception while installing metaxa

2013-09-13 Thread arthi.venkat
Hi, Iam trying to installing the metaxa bundle. I did a mvn clean install in the stanbol\enhancement-engines\metaxa directory. >From the http://localhost:8080/system/console/bundles menu I installed the >metaxa jar. I got the below exception in the Stanbol window. Any idea how this issue

How to enhance a word / pdf document.

2013-09-13 Thread arthi.venkat
Hi, I have a requirement to enhance a word / pdf document . Iam using a curl command. Tried below calls but none of them work. curl -i -X POST -H "Content-Type:text/plain" --data @TextToEnhance.docx "http://localhost:8080/contenthub/contenthub/store?uri=urn:my-content-item2&chain=MyCustomChain1

Accessing external RDF data

2013-08-26 Thread arthi.venkat
Hi, I have custom RDF data. The requirement is to be able to reason / run rules on this data / search this data along with any other unstructured data which I have enhanced using Stanbol. Came across - https://stanbol.apache.org/docs/trunk/components/cmsadapter/cmsadapter5min. Can I use a

Re: Trouble with Stanbol setup

2013-07-24 Thread arthi.venkat
Hi Arohi / all. Even Iam facing similar issue while compiling for Ubuntu with latest sources. Can you please suggest what is the change in POM file which is needed to make it work? INFO] Apache Stanbol Entityhub Indexing . SUCCESS [0.211s] [INFO] Apache Stanbol Entityhub Indexi

Exception while using Stanbol client.

2013-07-24 Thread arthi.venkat
Hi, Iam trying to use the Apache Stanbol client to add content to the content hub. I followed same code as given in Stanbol client test. I have a simple text file which I want to upload . As part of uploading I want to run my custom enhancement chain on this. I got the exception "A message bod

RE: Re:Re: How to persist the configurations across restarts of Stanbol.

2013-07-23 Thread arthi.venkat
Hi Rupert, Thanks a lot for information. Is there any copy which happens of these files when Stanbol is shut down or at any other time. I had tried manually copying these files and there was an error which stated that the filesystem does not handles files of such large length. Is there is a po

RE: Simple example for querying across multiple RDF graphs

2013-07-21 Thread arthi.venkat
Hi Reto, Thanks a lot for inputs. >From your response I understand that the Stanbol SPARQL endpoint does not >allow query of a RDF graph outside the Stanbol content hub. I would need to query from outside Stanbol for same. Thanks and Rgds, Arthi Hi Arthi > > The FROM clause in sparql is to u

RE: Simple example for querying across multiple RDF graphs

2013-07-18 Thread arthi.venkat
Thanks a lot Rafa. I now understood the role of Contenthub and how to use same. The issue with my previous approach was that I was trying to upload the enhancement rather than the plain text and as a result nothing was getting uploaded. I had one more question from SPARQL endpoint of Stanbol can I

RE: Re:Re: How to persist the configurations across restarts of Stanbol.

2013-07-17 Thread arthi.venkat
Thanks Andrea, I will switch to Ubuntu. I assume Stanbol will work well across all versions of Ubuntu / Linux. Thanks and Rgds, Arthi Hi Arthi, it happened to me too. If you search old messages you will find my posts. I made the same checks you're doing : permissions, way to stop stanbol, backup

RE: Simple example for querying across multiple RDF graphs

2013-07-17 Thread arthi.venkat
Hi , Adding I have used the WHERE clause in the SPARQL to point to both the graphs in the SPARQL query. However I do not get results. Is there a way I can directly access any graph from the SPARQL endpoint using WHERE clause or is there a need to first upload to the ContentHub before the query

Simple example for querying across multiple RDF graphs

2013-07-17 Thread arthi.venkat
Hi, I have a requirement to query the enhancement as done by Stanbol enhancer along with another RDF data ( data store supports SPARQL endpoint) I ran the custom enhancer chain from the curl command. I piped the RDF/XML output to a local file. I than uploaded this to the content hub. When I

RE: Re:Re: How to persist the configurations across restarts of Stanbol.

2013-07-16 Thread arthi.venkat
Hi Alessandro, I verified that the directory has all permissions enabled. I have tried both options - restarting through the Web console as well as terminating the jar file and I could see this behavior. Thanks and Rgds, Arthi Il giorno martedì 16 luglio 2013, Alessandro Adamou ha scritto: >

Re:Re: How to persist the configurations across restarts of Stanbol.

2013-07-16 Thread arthi.venkat
Hi Andea, Yes I have deployed on a Windows 64 bit machine. Are there any issues with that. Thanks and Rgds, Arthi Hi Arthi, did you deploy on Windows ? Best, Andrea Il giorno martedì 16 luglio 2013, Alessandro Adamou ha scritto: > Hi Arthi, > > This is odd - these configurations shou

How to persist the configurations across restarts of Stanbol.

2013-07-16 Thread arthi.venkat
Hi, How do we persist the configuration we make through the console across runs of the Stanbol service. Currently on re-starting the Stanbol service - Solr Yard, Managed Server, entityHub as well weighted chain configurations disappear. Is there a way these configuration files can be saved?

Configuration Mgr hangs after some time of usage.

2013-07-16 Thread arthi.venkat
Hi, On running Stanbol for sometime the configuration manager screen does not enter. Using the latest full src. Also in the console where the service was launched getting this message : "WARNING: A servlet request, to the URI http://localhost:8080/enhancer/chain/MyCu stomChain1, contains form para

RE: Re : Custom Vocabulary

2013-07-16 Thread arthi.venkat
Hi Tarandeep Even I got a similar error. On debugging figured out that the permissions are not there. Just add -u admin:admin to command and it should work. Thanks and Rgds, Arthi P.S. Marking the community also as I spent quite some time figuring this out and may benefit someone else. Fro

Re : Custom Vocabulary

2013-07-15 Thread arthi.venkat
Hi Rupert, Thanks a lot for this information. I created a simple set of concepts using SKOS and Iam now able to see the simple concepts I have defined when I run the sentence through the enhancer. Thanks and Rgds, Arthi Hi Arthi Regarding your data: http://www.w3.org/2001/XMLSchema#i

Strange behaviour - Configured data disappears on restart of Stanbol

2013-07-15 Thread arthi.venkat
Hi, Noticed a very strange behavior. If Stanbol is restarted from the web console on start up I saw following configured items completely disappearing. 1. Managed Site 2. Entity Hub Linking 3. Weighted chain How do we stored configured items between reboots? Do we need to m

RE: Working with custom vocabulary

2013-07-11 Thread arthi.venkat
Hi Rupert, Have attached the screen shots in this mail. As size of previous mail was very large. Thanks and Rgds, Arthi Screen shots of configuration parameters. Managed Site [cid:image001.jpg@01CE7E5A.D5C72E40] Entity Hub Linking configuration[cid:image002.jpg@01CE7E5A.D5C72E40] Weighte

RE: Working with custom vocabulary

2013-07-11 Thread arthi.venkat
Hi Rupert, Thanks a lot for your response. Have attached the simple ontology which I have used for this project at end of the mail. The base for this Ontology is http://www.owl-ontologies.com/InsuranceOntology.owl Based on your inputs made the changes. When I type a sentence like " Rama wa

Working with custom vocabulary

2013-07-10 Thread arthi.venkat
Hi, Iam a newbee to Stanbol. I want to use Stanbol to be able to extract meaningful data from different unstructured text. Fields of interest are based on my custom vocabulary. Data in the unstructured text will keep changing and cannot be indexed upfront Have followed the instructions on this li