Incorrect Parent Reference in enhancer/engines/pom.xml

2012-11-29 Thread Rafa Haro
Dear all, I'm not sure if someone else has reported this too but, I just have done a checkout and I couldn't build the project because of an error in enhancer/engines/pom.xml parent reference: The project org.apache.stanbol:org.apache.stanbol.enhancer.engines.reactor:0.10.0-SNAPSHOT (/home

DBPedia Spotlight Enhancer is not working

2012-11-30 Thread Rafa Haro
Hi all, I was trying to test the DBPedia Spotlight enhancer with a local installation of DBPedia Spotlight in an out-of-the-box Stanbol from the repository. So, I changed the URL of the service in dbpspotlightannotate engine to my point to my local service endpoint. When I tested it, the enha

Re: DBPedia Spotlight Enhancer is not working

2012-12-03 Thread Rafa Haro
x27;t been able to find anything to change supported languages for the enhancer. I suppose that it should be possible to do that, am I wrong?? Thanks. Regards El 01/12/12 15:19, Rupert Westenthaler escribió: On Fri, Nov 30, 2012 at 2:14 PM, Rafa Haro wrote: Hi all, I was trying to test t

Re: DBPedia Spotlight Enhancer is not working

2012-12-03 Thread Rafa Haro
-integration-in-apache-stanbol-2/ El 03/12/12 09:39, Rafa Haro escribió: Hi Rupert, As always, thanks for your help. Inspecting the logs, part of the mystery has clarified. Basically, the problem is the language. I'm trying to test DBPedia Spotlight enhancer with Spanish texts. So, I did a re

Re: DBPedia Spotlight Enhancer is not working

2012-12-03 Thread Rafa Haro
ed on english. The parameter can be found in [path to engines]/dbpspotlight/Constants.java The parameter is called SUPPORTED_LANGUAGES. I think it is time we make that configurable. best, Iavor Am 03.12.2012 14:37, schrieb Rafa Haro: Hi again, In the post about DBpedia Spotlight and Apache St

Re: DBPedia Spotlight Enhancer is not working

2012-12-03 Thread Rafa Haro
Regards best Rupert On Mon, Dec 3, 2012 at 4:33 PM, Iavor Jelev wrote: Hi Rafa, yes, it should. For Spanish - add (or change to) "es". For further languages, please refer to: http://stanbol.apache.org/docs/trunk/components/enhancer/engines/langidengine.html cheers, Iavor Am 03.1

Re: DBPedia Spotlight Enhancer is not working

2012-12-04 Thread Rafa Haro
this is related to the spotlight engine @Reto: Could this be related to the Stanbol Security. Is this already active. Andreas Gruber was asking me about the same Exception earlier today. On Mon, Dec 3, 2012 at 7:09 PM, Rafa Haro wrote: //03.12.2012 18:54:25.738 *WARN* [1548445156@qtp-558009892-5

Re: DBPedia Spotlight Enhancer is not working

2012-12-05 Thread Rafa Haro
wanted to make sure that this is clear. Cheers Pablo On Dec 4, 2012 5:58 PM, "Rafa Haro" wrote: Hi Rupert and Reto, Just wanted to let you know that finally the problem was produced by an empty output of DBpedia Spotlight due to a bad configuration in its side. Thanks for you

Re: JavaScript client status

2012-12-13 Thread Rafa Haro
Hi Fabian, We recently made some changes in our Stanbol Java Client that we use in our integrations between Alfresco and Stanbol. Basically, we refactored a little the code and did a partial implementation of EntityHub and ContentHub clients. With partial I mean that some of the services in th

Using Disambiguation-mlt with the new EntityHub Linking Engine

2012-12-18 Thread Rafa Haro
Hi all, I have been trying to use disambiguation-mlt engine with the new EntityHub Linking Engine for Spanish. My goal is to link and disambiguate with any kind of entity within the EntityHub, not only with Named Entities. So, I have configured a new Enhancement Chain including only language

Re: Using Disambiguation-mlt with the new EntityHub Linking Engine

2012-12-18 Thread Rafa Haro
set the number of suggestions to ~20. best Rupert [1] http://stanbol.apache.org/docs/trunk/components/enhancer/engines/entitylinking#entity-linker-configuration On Tue, Dec 18, 2012 at 3:46 PM, Rafa Haro wrote: Hi all, I have been trying to use disambiguation-mlt engine with the new EntityHub

Re: Using Disambiguation-mlt with the new EntityHub Linking Engine

2012-12-19 Thread Rafa Haro
l I used outdated keys. Also the documentation on the Stanbol website noted the wrong keys. I corrected this in the meantime [1] http://svn.apache.org/repos/asf/stanbol/trunk/data/defaultconfig/src/main/resources/config/org.apache.stanbol.enhancer.engines.entityhublinking.EntityhubLinkingEngin

Re: Using Disambiguation-mlt with the new EntityHub Linking Engine

2012-12-19 Thread Rafa Haro
Hi Rupert, Thanks. Now is working perfectly. By the way, Is the pos-tagger model for Spanish installed in Stanbol? I want to know if is possible to filter the disambiguation just for nouns Thanks El 19/12/12 12:27, Rupert Westenthaler escribió: enhancer.engines.linking.suggestions="20"

Re: how to store a triple into the entityhub from within an enhacement engine

2013-01-10 Thread Rafa Haro
Hi Luigi, El 10/01/13 16:00, Luigi Selmi escribió: Hello all, as in the subject of the email I need to store the enhancements that are extracted from some text passed to my enhancer in a ContentItem. I am quite new to Stanbol and OSGi programming and thought I should get a reference to the Entit

Re: how to store a triple into the entityhub from within an enhacement engine

2013-01-10 Thread Rafa Haro
is how to get a reference to the Entityhub using the Java API (not the REST API). Best Luigi 2013/1/10 Rafa Haro Hi Luigi, El 10/01/13 16:00, Luigi Selmi escribió: Hello all, as in the subject of the email I need to store the enhancements that are extracted from some text passed to my

Entity Disambiguation in Stanbol

2013-01-30 Thread Rafa Haro
Dear all, Lately, as Apache Stanbol integrators, we have been widely working in Zaizi with Enhancement Engines that allows not only to link entities with Knowledge Bases (mainly DBpedia) but also to disambiguate them. As you know, currently, there are two engines in Stanbol that can be used f

Re: Entity Disambiguation in Stanbol

2013-01-30 Thread Rafa Haro
Thanks Rupert for your valuable feedback and contributions! El 30/01/13 16:03, Rupert Westenthaler escribió: As those algorithm will be the main source for requirements on the disambiguation index model we might need to investigate this while designing the disambiguation index model. It would

ContentHub Featured Search REST API possible bug

2013-02-01 Thread Rafa Haro
Hi all, I'm currently working on extend our (a little old) Stanbol java client [1] to fully support EntityHub and ContentHub services. I'm facing a weird problem with ContentHub Featured Search REST service [2]. I was trying to get the results in JSON, but it seems that the only way to do it

Re: ContentHub Featured Search REST API possible bug

2013-02-04 Thread Rafa Haro
commit on Monday. BTW, thanks for reporting. Best, Meric. [1] https://issues.apache.org/jira/browse/STANBOL-907 2013/2/1 Rafa Haro Hi all, I'm currently working on extend our (a little old) Stanbol java client [1] to fully support EntityHub and ContentHub services. I'm facing a wei

A comment about ContentHub FeaturedSearch service

2013-02-19 Thread Rafa Haro
Hi, I just wanted to share with the list an issue that I have faced working with FeaturedSearch REST service within ContentHub. I have been developing a Java Client for ContentHub services and I think that FeaturedSearch RESTful API documentation should be clarified. Specifically, one of the

Re: How to add wordnet search?

2013-02-21 Thread Rafa Haro
+1. I'm very interested too. Regards El 21/02/13 10:14, camper_xjtu escribió: Hi, WordnetSearch is excluded from the main truck, as the document said "WordnetSearch can be excluded until the license issue is resolved or a new client library is used." I find the source code of it can be got fro

Re: A comment about ContentHub FeaturedSearch service

2013-02-26 Thread Rafa Haro
"count": 1 } ] }, "type": "string" }], "relatedkeywords": [{"paris": []}] } Thanks for reporting. Best, Meriç 2013/2/19 Rafa Haro Hi, I just wanted to share with the list an i

Re: A comment about ContentHub FeaturedSearch service

2013-02-27 Thread Rafa Haro
quot;Paris", "count": 1 }, { "name": "Paris, Texas", "count": 1 } ] }, "type": "string" }], "relate

Re: A comment about ContentHub FeaturedSearch service

2013-03-01 Thread Rafa Haro
tenthub/contenthub/search/featured?solrQuery=q=paris [2] http://localhost:8080/contenthub/contenthub/search/featured?solrQuery=q=paris%26facet=true%26facet.field=places_t [3] http://localhost:8080/contenthub/contenthub/search/featured?queryTerm=paris 2013/2/27 Rafa Haro Hi Meric, I have don

Re: A comment about ContentHub FeaturedSearch service

2013-03-01 Thread Rafa Haro
s_t&facet.field=stanbolreserved_creationdate&start=0&rows=11 [4] http://svn.apache.org/viewvc?view=revision&revision=r1450954 2013/3/1 Rafa Haro Hi Meriç, I have been doing some tests and I think that I understand now how your changes have affected to FeaturedSearch service funct

Exception Creating a Content Item with multipart/form-data

2013-03-08 Thread Rafa Haro
Hi all, After last update from the trunk, it seems that there is a bug in the Create REST service of the ContentHub that prevent to upload Content Items. An exception is always thrown in the Stanbol Server even with simple tests like this one extracted from the API documentation: curl -i -F

Re: GSOC 2013

2013-03-26 Thread Rafa Haro
Hi all! El 26/03/13 13:10, Rupert Westenthaler escribió: Hi, I am for sure willing to be a GSoC mentor! Here are some potential Ideas: * I was already brainstorming with Rafa Haro about possibilities to create & mark some disambiguation related Issues for GSoC2013. But because I am no ex

Java Apache Stanbol Client

2013-03-26 Thread Rafa Haro
Dear all, We have recently released a new version of our Java Apache Stanbol Client (https://github.com/zaizi/apache-stanbol-client). The project intention is to ease Apache Stanbol integrators to use Stanbol in their Java projects. The tool covers almost the full REST API for the following S

Re: Java Apache Stanbol Client

2013-03-26 Thread Rafa Haro
Hi Bertrand, Of course. That was the initial idea :-). I suppose that it needs some additional testing, customizingBut we wouldn't have any problem in contributing it. In fact, we are looking forward to! Cheers, Rafa Haro El 26/03/13 17:23, Bertrand Delacretaz escribió: Hi, O

Re: Java Apache Stanbol Client

2013-03-27 Thread Rafa Haro
l/client/contenthub/search/services/StanbolContenthubFeaturedSearchService.java Cheers, Reto On Wed, Mar 27, 2013 at 10:31 AM, Reto Bachmann-Gmür wrote: On Wed, Mar 27, 2013 at 10:06 AM, Rupert Westenthaler < rupert.westentha...@gmail.com> wrote: Hi Rafa, On Tue, Mar 26, 2013 at 5:12 PM, Rafa Haro wrote: Dear all, We have re

Re: Java Apache Stanbol Client

2013-03-27 Thread Rafa Haro
e idea clerarer. Cheers, Reto On Wed, Mar 27, 2013 at 12:15 PM, Rafa Haro wrote: Hi Reto, I think that I'm not understanding your point. The client is precisely a way to ease the integration with the remote API, to work with a remote Stanbol instance as you would have it "locally&qu

Dependency Error?

2013-04-09 Thread Rafa Haro
Hi all, I can't build Stanbol due to the following dependency at integration-tests pom file: org.apache.clerezza rdf.rdfjson 0.4-SNAPSHOT Does it shouldn't be 0.3-SNAPSHOT instead of 0.4?? Cheers Rafa -- -- This message should be regarded as

Re: Get Properties of a Facet-Constraint / Entity

2013-04-09 Thread Rafa Haro
Hi Reto, From an user point of view, using the REST API and assuming that you are using the default ContentHub index, only the names (labels) of Person, Organizations and Places are stored as fields that can be used as facets later. So, I suppose that you can then use EntityHub's find service

Re: Get Properties of a Facet-Constraint / Entity

2013-04-09 Thread Rafa Haro
rg/jira/browse/STANBOL-907 Cheers, Reto On Tue, Apr 9, 2013 at 3:38 PM, Rafa Haro wrote: Hi Reto, From an user point of view, using the REST API and assuming that you are using the default ContentHub index, only the names (labels) of Person, Organizations and Places are stored as fields that c

Re: [GSOC Idea] Apache Stanbol to verify digital identity over social web

2013-04-23 Thread Rafa Haro
Hi Dileepa, El 23/04/13 13:45, Dileepa Jayakody escribió: Hi Fabian et al, Thanks a lot for your valuable ideas. Yes it's really interesting to implement a 'person | organization' disambiguation module using WebID protocol as part of Stanbol Enhancement Engine. I went through the documentation

Re: [GSOC Idea] Disambiguation algorithm for Apache Stanbol

2013-04-30 Thread Rafa Haro
Hi Rupert, Antonio, all El 27/04/13 16:35, Rupert Westenthaler escribió: For this, I would like to discuss some topics about the proposal: > >- Knowledge Base: I have decided to stick first to Freebase, because it has >a REST API allowing 100k calls per day for read and 10k for write. Besides >t

Re: Selected Stanbol GSoC projects

2013-05-27 Thread Rafa Haro
Nice!!! Congratulations to the students!! Now it's when the funny stuff starts!! El lunes, 27 de mayo de 2013, Andreas Kuckartz escribió: > A few minutes ago Google announced the selected GSoC projects. These two > Stanbol proposals were selected: > > Freebase Entity Disambiguation in Apache St

Re: Custom NER

2013-05-30 Thread Rafa Haro
Hi Mohammad, Maybe your question is more suitable for OpenNLP mail list but I can try to help you. First you need to clarify if you want to build a document classifier or an enhancer, because maybe a document classifier doesn't really fit what an enhancement mean in Stanbol. If you want to build

Re: Welcome Rafa Haro as a new committer

2013-06-05 Thread Rafa Haro
wrote: Congratulations Rafa! On Wed, Jun 5, 2013 at 10:46 AM, Fabian Christ < christ.fab...@googlemail.com wrote: Hi Stanbolers, please also offer a warm welcome to our new committer Rafa Haro. Rafa worked with and contributed to Stanbol for over a year now and we are pleased to have him around. Rafa

Re: Welcome Rafa Haro as a new committer

2013-06-05 Thread Rafa Haro
Thanks a lot Anil and Rupert! Cheers, Rafa Haro El 05/06/13 13:15, A. Anil SINACI escribió: Welcome on board Rafa, Sergio ;) Best, Anil On 05-Jun-13 13:24, Sergio Fernández wrote: Wow, the Spanish Army joins Stanbol xD Congrats, Rafa! On 05/06/13 09:59, Rafa Haro wrote: Thank you very

Re: [GSOC] Entity Disambiguation Engine based on FOAF co-reference

2013-06-10 Thread Rafa Haro
Hi Dileepa, Congratulations again for your GSOC proposal. It's quite clear and well explained. Please, find some thoughts about your mail inline: El 10/06/13 11:56, Dileepa Jayakody escribió: Hi All, I have started working on my GSOC project : FOAF co-reference based entity disambiguation e

Re: [GSOC] Entity Disambiguation Engine based on FOAF co-reference

2013-06-11 Thread Rafa Haro
Hi Dileepa, El 11/06/13 07:07, Dileepa Jayakody escribió: My suggestion on integrating foaf-search [3] would basically need to do a on-the-fly retrieval of data, but as you have pointed out it could impose a performance hit. But foaf-search looks promising with a big index of FOAF data. A conc

Re: Relation extraction feature

2013-06-11 Thread Rafa Haro
Hi Cristian, After a quick look to Alchemy Relation Extraction demo, I would say they are "just" using a parsing tree to relate object to subject. There are a number of English parsers available out there. For instance, OpenNLP, which is widely used in Stanbol, has one [1]. Also Stanford CoreN

Re: [GSOC] Entity Disambiguation Engine based on FOAF co-reference

2013-06-13 Thread Rafa Haro
Stanbol. I think you are going to know how to configure entityhub indexing tools for storing the FOAF data: http://stanbol.apache.org/docs/trunk/customvocabulary.html I hope this helps. Cheers, Rafa Haro El 12/06/13 23:05, Dileepa Jayakody escribió: Hi All, Can you guys please give me some

Re: [GSOC] Entity Disambiguation Engine based on FOAF co-reference

2013-06-18 Thread Rafa Haro
I will go through these docs and let you guys know if I have questions. Regards, Dileepa On Thu, Jun 13, 2013 at 5:48 PM, Rafa Haro wrote: Hi Dileepa, I can suggest you a couple of useful links. First one is a quite good guide for creating new engines in Stanbol. I hope is not getting old: h

Re: Query related to content hub

2013-06-21 Thread Rafa Haro
Hi Tarandeep, Could you provide us more details about the calls are you doing please ?? Regards El viernes, 21 de junio de 2013, Sawhney, Tarandeep Singh escribió: > Hi All > > May i request you to please provide help > > When we pass some text to content hub, it runs enhancement chain and stor

Re: security error with openNLP

2013-06-21 Thread Rafa Haro
Hi Joseph, You have too pass -no-security as a parameter for the launcher you are using. So java -xM -jar org.apache. -no-security Hope that helps Regards El viernes, 21 de junio de 2013, Joseph M'Bimbi-Bene escribió: > And how do i do it ? As a system parameter "-Dnosecurity" or whate

Re: [GSOC] Finalizing a FOAF dataset for co-reference based entity disambiguation

2013-06-26 Thread Rafa Haro
Hi Dileepa, El 26/06/13 08:23, Dileepa Jayakody escribió: Hi All, Below is the reply I got from Andreas Harth from webdatacommons project. He suggests that the btc-2012 dataset I mentioned in my previous mail has a sufficient FOAF dataset. Shall I go ahead with that dataset for my project? +1 f

Re: Relation extraction feature

2013-06-27 Thread Rafa Haro
Hi Cristian and Rupert, El 27/06/13 15:25, Rupert Westenthaler escribió: On Thu, Jun 27, 2013 at 3:12 PM, Cristian Petroaca wrote: Sorry, I meant the Stanbol NLP API, not Stanford in my previous e-mail. By the way, does Open NLP have the ability to build dependency trees? AFAIK OpenNLP does

Re: Working with custom vocabulary

2013-07-15 Thread Rafa Haro
Hi Tarandeep, As Sergio already pointed, you can check some different Entity Linking engines configurations at IKS development server: http://dev.iks-project.eu:8081/enhancer/chain. You can try to use the same configuration of some of the chains registered in this Stanbol instance. For that,

Re: Working with custom vocabulary

2013-07-16 Thread Rafa Haro
Jul 15, 2013 at 10:37 PM, Rafa Haro wrote: Hi Tarandeep, As Sergio already pointed, you can check some different Entity Linking engines configurations at IKS development server: http://dev.iks-project.eu:**8081/enhancer/chain<http://dev.iks-project.eu:8081/enhancer/chain>. You can try to

Re: Simple example for querying across multiple RDF graphs

2013-07-17 Thread Rafa Haro
Hi Arthi, The Stanbol Contenthub component is an Apache Solr based document repository, it is not a triple store. It should be use to store documents with textual content along with RDF metadata. You can find proper documentation about its usage in [1]. Basically, by default, if you submit a

Re: New reference site with additonal DBpedia triples

2013-07-18 Thread Rafa Haro
Hi Tarandeep, Have you tried using the whole URI of the property (http://dbpedia.org/ontology/capital)?? Anyway, maybe it is a better idea to change your workflow, because I suppose that your example about "India" entity is something that could happen to you with more entities because the de

Re: New reference site with additonal DBpedia triples

2013-07-18 Thread Rafa Haro
rall process, so if dev community can please provide help, it will be much appreciated best regards tarandeep On Thu, Jul 18, 2013 at 1:38 PM, Rafa Haro wrote: Hi Tarandeep, Have you tried using the whole URI of the property ( http://dbpedia.org/ontology/**capital)<http://dbpedia.org/onto

Re: New reference site with additonal DBpedia triples

2013-07-18 Thread Rafa Haro
additional data that i needed which exists in local cache. Hope this explains what we are trying to do, please let me know if some more information is required. Best regards tarandeep On Thu, Jul 18, 2013 at 3:21 PM, Rafa Haro wrote: Hi Tarandeep, El 18/07/13 11:18, Sawhney, Tarandeep Singh

Re: Using an Entityhub site as a (live) LD cache

2013-07-18 Thread Rafa Haro
Hi Szaby! El 18/07/13 14:30, Szaby Grünwald escribió: Hi! I would like to use Entityhub with some predefined indices (like dbpedia, geonames) and also for getting Linked data entities from the internet, live. Is it possible? Setup instructions? As far as I know, in Stanbol doesn't exist a compo

Re: New reference site with additonal DBpedia triples

2013-07-18 Thread Rafa Haro
Hi Tarandeep, How are you building your RDF dataset? Cheers, Rafa Haro El 18/07/13 15:24, Sawhney, Tarandeep Singh escribió: Hi Rafa, Thanks for giving the pointer to resolve the issue. We tried below mentioned step but now the issue seems to be in how we are indexing. As you suggested we

Re: New reference site with additonal DBpedia triples

2013-07-18 Thread Rafa Haro
were not created by indexer and therefore we dont have them in the reference site and hence cant see them when entity is linked We have not changed any default settings while running indexer Can you please provide further help in order to find out what we are missing best regards tarandeep

Re: Using an Entityhub site as a (live) LD cache

2013-07-18 Thread Rafa Haro
Hi Alessandro, El 18/07/13 16:54, Alessandro Adamou escribió: On 18/07/2013 14:32, Rafa Haro wrote: Hi Szaby! El 18/07/13 14:30, Szaby Grünwald escribió: Hi! I would like to use Entityhub with some predefined indices (like dbpedia, geonames) and also for getting Linked data entities from

Re: Exception while using Stanbol client.

2013-07-24 Thread Rafa Haro
Hi Arthi, The Stanbol client you are using is not currently part of the Stanbol project. Actually, we developed it at Zaizi (my current company) as a way to ease the integration of Apache Stanbol in our Java projects through consuming the Stanbol RESTful API. If you are experimenting issues u

Re: Stanbol with ElasticSearch

2013-08-30 Thread Rafa Haro
It sounds quite interesting. I will wait until hearing more authorised voices but initially it could be "as easy as" implementing a new Yard based on Elastic Search. Cheers, Rafa El viernes, 30 de agosto de 2013, Alfredo Serafini escribió: > i love the idea! :-) > > > 2013/8/30 Joseph M'Bimbi-B

Re: [GSoC] [Update] FOAF Co-reference based Entity Disambiguation in Stanbol

2013-09-26 Thread Rafa Haro
Hi mates, El 26/09/13 13:14, Rupert Westenthaler escribió: Also note that there is also the freebase disambiguation engine from Antonio (STANBOL-1157) and I also noticed that both the foaf and the freebase disambiguation engine do share some code with the disambiguation-mlt engine. So maybe it w

Re: upload content with external metadata

2013-09-28 Thread Rafa Haro
Hi Andrew, This is actually possible by sending your metadata as part of a Multiparf Form Data Request. You can take a look at how this requests work in Stanbol in the following documentation page: http://stanbol.staging.apache.org/docs/trunk/components/enhancer/enhancerrest.html Although th

Re: Adding content specific metadata

2013-10-01 Thread Rafa Haro
Hi Arthi, Try adding fise:extracted-from property. According to my experience, RDF resources without extracted-from property are filtered by the ContentHub. Hope that helps. Cheers, Rafa El 01/10/13 13:58, arthi.ven...@wipro.com escribió: Hi, In addition to the content file I want to upl

Re: Adding content specific metadata

2013-10-01 Thread Rafa Haro
m4 http://fise.iks-project.eu/ontology/Enhancement"/> Thanking you and Rgds, Arthi -----Original Message- From: Rafa Haro [mailto:rh...@zaizi.com] Sent: Tuesday, October 01, 2013 5:40 PM To: dev@stanbol.apache.org Subject: Re: Adding content specific metadata Hi Arthi,

Re: Adding content specific metadata

2013-10-01 Thread Rafa Haro
ed as well as the chain created enhancements. However I do not see the content specific metadata added by me in the set of enhancements. Thanks and Rgds, Arthi -Original Message- From: Rafa Haro [mailto:rh...@zaizi.com] Sent: Tuesday, October 01, 2013 6:56 PM To: dev@stanbol.apach

Re: Adding content specific metadata

2013-10-01 Thread Rafa Haro
. Thanks and Rgds, Arthi -Original Message- From: Rafa Haro [mailto:rh...@zaizi.com] Sent: Tuesday, October 01, 2013 7:30 PM To: dev@stanbol.apache.org Subject: Re: Adding content specific metadata Hi Arthi, If you go through the ContentHub web interface at your Stanbol installation, you

GSoC Projects and Entity Disambiguation Roadmap

2013-10-03 Thread Rafa Haro
be used as disambiguation evidences. Graph based approaches would need to use Graph databases in order to store the relationships between the entities and provide efficient ways to manipulate the graph and plugin graph based algorithms. Looking Forward for your feedback. Cheers,

Re: Commit window for 0.x release in trunk closes this Friday

2013-10-18 Thread Rafa Haro
Hi all, As I told Rupert yesterday, I have also a couple of issues almost finished, but unfortunately I'm not going to have time until next week to properly finish them, so I'm not in time for this release. Cheers, Rafa Haro El 18/10/13 12:03, Enrico Daga escribió: Hi Andre

Re: Commit window for 0.x release in trunk closes this Friday

2013-10-18 Thread Rafa Haro
l have finished your tasks? > > > > For the integration-tests issue, would be really great to have this > > solved. I am currently in the process of doing a clean build an a new > > machine. > > > > Best, > > - Fabian > > > > 2013/10/18 Rafa Haro

Re: Commit window for 0.x release in trunk closes this Friday

2013-10-18 Thread Rafa Haro
chives.apache.org/mod_mbox/stanbol-dev/201310.mbox/%3CCALvhUEW8mf0URO8zPBmOzVmti%2Bjqusxa6h7KFK7KwkbNWXW7nQ%40mail.gmail.com%3E > > > > > On Fri, Oct 18, 2013 at 7:32 PM, Rafa Haro > > wrote: > > > Hi, > > > > @Fabian: I couldn't exactly say. It is being

Re: Commit window for 0.x release in trunk closes this Friday

2013-10-21 Thread Rafa Haro
+1 also El 21/10/13 12:33, Rupert Westenthaler escribió: ok with me On Mon, Oct 21, 2013 at 12:22 PM, Enrico Daga wrote: +1 for me Cheers, Enrico On 21 October 2013 11:16, Reto Bachmann-Gmür wrote: So it looks like the main problems and we no longer need to port a moving target to ng!

Re: Contenthub / CMS Adapter (was Re: Commit window for 0.x release in trunk closes this Friday)

2013-10-21 Thread Rafa Haro
Hi Reto, We once were thinking to develop another implementation of the CMS Adapter based on Apache Manifold (http://manifoldcf.apache.org/) for example using the CMIS Repository and Authority Connector and developing an Output Connector for Stanbol. I think that maybe that could be a more ma

Re: Contenthub / CMS Adapter (was Re: Commit window for 0.x release in trunk closes this Friday)

2013-10-21 Thread Rafa Haro
does support full text search and some kind of faceting, but it is hard to see how similar/different it is in comparison with the current Contenthub. best Rupert On Mon, Oct 21, 2013 at 3:29 PM, Rafa Haro wrote: Hi Reto, We once were thinking to develop another implementation of the CMS

Re: Pointing Stanbol contenthub to an external Solr core

2013-10-25 Thread Rafa Haro
Hi Dileepa, Why not just enhance the content before indexing it in your Solr. If you are using a Solr DataImportHandler, you could customize it for making the proper REST requests to the Enhancer. WDYT? Cheers, Rafa El 25/10/13 11:37, Dileepa Jayakody escribió: Hi Antonio, Thanks for your

Re: contenthub wordnet

2013-11-18 Thread Rafa Haro
Hi Jonathan, According to STANBOL-586 [1], the Related Keywords functionality for Wordnet was finally removed. At least, that is the conclusion after looking for related issues in JIRA. Sorry. Regards [1] - STANBOL-586 El 18/11/13 00:35, D

Re: contenthub wordnet

2013-11-18 Thread Rafa Haro
athan From: dev-return-7018-JONATHAN.F.DIAZ=leidos@stanbol.apache.org on behalf of Rafa Haro Sent: Mon 11/18/2013 7:23 AM To: dev@stanbol.apache.org Subject: Re: contenthub wordnet Hi Jonathan, According to STANBOL-586 [1], the Related Keywords functionality for Wordnet was finally re

Re: distributed indexing

2013-11-20 Thread Rafa Haro
Hi Viktor and welcome to the Apache Stanbol community El 20/11/13 18:02, Viktor Gal escribió: Hi, i've just started to use stanbol about a week ago and i must say it's a great tool! kudos to all the developers! i'm now trying to import and index the latest freebase data set and one thing cam

Re: Stanbol and scraper integration

2013-11-25 Thread Rafa Haro
Hi Barnabas, Could you provide more details about how your documents are structured and would be the format of the extracted strings using the scraper? Regards, Rafa El 25/11/13 10:37, Barnabas Szasz escribió: Dear Stanbol community, I have a use case where I need to extract metadata from

Re: Stanbol and scraper integration

2013-11-25 Thread Rafa Haro
Hi Barnabas, In my opinion, having a scraper as a pre-processing component in a Enhancement Chain would be very great. I suppose that, in such chain, you will be creating a ContentItem for analysis with different parts, which AFAIK is not currently supporter in the enhancer. You would need to

Re: How to improve NER results in Stanbol

2013-11-27 Thread Rafa Haro
Hi Dileepa, Are you using only OpenNLP NER engine or are you also including an Entity Linking engine? El 27/11/13 11:17, Dileepa Jayakody escribió: Content: Barclays has appointed Shaygan Kheradpir to the role of Chief Operations and Technology Officer. He will join the Executive Committee o

Re: How to improve NER results in Stanbol

2013-11-27 Thread Rafa Haro
ntity Linking and Keyword Linking engines. Cheers, Rafa El 27/11/13 11:28, Dileepa Jayakody escribió: Hi Rafa, I'm using the default chain; tika langdetect opennlp-sentence opennlp-token opennlp-pos opennlp-ner dbpediaLinking entityhubExtraction Thanks, Dileepa On Wed, Nov 27, 201

Re: new storage backend

2013-12-03 Thread Rafa Haro
Hi Viktor, In my opinion, we should open a discussion about how to take advantage of this. So far, we have discussed sometimes about the convenience to include the concept of "Knowledge Base" in Stanbol. Although initially it could sound like something similar to an EntityHub site, IMO a Know

Re: Welcome our new committer Antonio David Pérez Morales

2014-01-23 Thread Rafa Haro
Congratulations Antonio!! And of course welcome!! Happy to have your brain here :-) El jueves, 23 de enero de 2014, Fabian Christ escribió: > Hi Stanbolers, > > the Project Management Committee (PMC) for Apache Stanbol has asked > Antonio David Pérez Morales to become a committer and we are ple

Re: Welcome our new committer Dileepa Jayakody

2014-01-23 Thread Rafa Haro
Congratulations Dileepa!! El jueves, 23 de enero de 2014, Dileepa Jayakody escribió: > Hi Stanbolers, > > Thank you very much. It's a great privilege to be a part of the team and > this great project. > I wish to keep on contributing to Stanbol and ASF to the best of my ability > and with all yo

Re: EntityHub Linking enhancer not active/available

2014-01-28 Thread Rafa Haro
Hi Manuel, Have you tried following this guide https://stanbol.apache.org/docs/trunk/customvocabulary.html instead of the one you sent in your previous email? Regards, Rafa El 28/01/14 01:56, Manuel Holtz escribió: Hey Everyone, thanks so much for working on this awesome project! I just g

Re: EntityHub Linking enhancer not active/available

2014-01-28 Thread Rafa Haro
currently not active" and I cannot find information about the cause. Again, if I configure a Keyword Linking engine instead, all is fine. Manuel On 28 January 2014 13:50, Rafa Haro wrote: Hi Manuel, Have you tried following this guide https://stanbol.apache.org/ docs/trunk/customvoca

Re: Named entity coref resolution based on dbpedia categories and rdf:type

2014-01-30 Thread Rafa Haro
ers tools like BART (http://www.bart-coref.org/). Cheers, Rafa Haro El 30/01/14 10:33, Cristian Petroaca escribió: Hi, One of the necessary steps for implementing the Event extraction Engine feature : https://issues.apache.org/jira/browse/STANBOL-1121 is to have coreference resolution in the

Re: Named entity coref resolution based on dbpedia categories and rdf:type

2014-02-05 Thread Rafa Haro
you guys can give me a feedback on it. What are "locality" features? I looked at Bart and other coref tools such as ArkRef and CherryPicker and they don't provide such a coreference. Cristian 2014-01-30 Rafa Haro : Hi Cristian, Without having more details about your concrete he

Re: Request for help: Contenthub not starting

2014-02-13 Thread Rafa Haro
Thanks Rupert, Sorry we moved this discussion to the Stanbol Client space at GitHub and forget to answer here. I will try to reproduce Martin's problem with a fresh stanbol from 0.12 branch. Probably the problem is related with recent changes in the way stanbol manage http requests. I will keep y

Re: Currency Extraction Enhancement Engine

2014-02-13 Thread Rafa Haro
Hi Tharindu, Probably you would need to use a custom type for Currencies' Text Annotations. I think that a good ideas is to check the code of another engine, for example OpenNLP NER Extraction Engine (https://stanbol.apache.org/docs/trunk/components/enhancer/engines/opennlpcustomner) and chec

More Ideas for GSoC 2014

2014-02-20 Thread Rafa Haro
Hi Stanbol community, Yesterday, there was an interesting discussion at Stanbol IRC channels regarding new ideas for GSoC 2014. I would like to summarize them and also to aim the community to provide feedback/opinions before putting them as stories in Jira. Of course, more suggestions or ideas

Re: Content hub & Cms adapter

2014-02-20 Thread Rafa Haro
Hi Reto and all, I'm quite interested in fusepool alternative but so far I'm not been able to find more (maybe technical) details in order to have a formed opinion about its differences with current ContentHub. I would like to see ContentHub and CMS Adapter components back in the trunk, so wha

Re: [VOTE] Release Apache Stanbol 0.12

2014-02-25 Thread Rafa Haro
Downloaded and built without errors. Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 17:22:22+0200) Java version: 1.7.0_45, vendor: Oracle Corporation OS name: "mac os x", version: "10.9.1", arch: "x86_64", family: "mac" +1 for me El 25/02/14 09:56, Fabia

Re: Use case question and clarification

2014-02-26 Thread Rafa Haro
Hi Mark, El 26/02/14 15:57, Mark Loper escribió: Hi, this is going to take some clarification so you understand what I’m trying to accomplish. Bare with me. I’m looking at Stanbol as a solution to some requirements that I have received from my customer. They want dynamic and intelligent con

Re: [DISCUSS] migration to git

2014-03-05 Thread Rafa Haro
+1 Of Course El 05/03/14 07:11, Sergio Fernández escribió: Hi Stanbolers, this is not the first time I put this on the table of the community, but the discussion never went further... But now 0.1.20 release is out, I think is a good time to refresh it. I'm not sure what others think, but pe

Re: [DISCUSS] migration to git

2014-03-05 Thread Rafa Haro
Hi Tommaso, In my honest opinion, it is not a matter of preferences, I believe there are strong and objective reasons to think that git is a better resource for version control. But, of course, I agree that each developer can be more comfortable with different options. Cheers, Rafa El 05/03

Re: More Ideas for GSoC 2014

2014-03-06 Thread Rafa Haro
g list. best Rupert On Thu, Feb 20, 2014 at 4:58 PM, Rafa Haro wrote: Hi Stanbol community, Yesterday, there was an interesting discussion at Stanbol IRC channels regarding new ideas for GSoC 2014. I would like to summarize them and also to aim the community to provide feedback/opinions be

Re: GSOC 2014

2014-03-11 Thread Rafa Haro
Hi Shrey, Thanks for your interest in Stanbol! El 11/03/14 09:21, Shrey Sharma escribió: Dear All, My name is Shrey, a final year masters student at the *Indian Institute of Technology (IIT) Kharagpu**r*.I'm currently pursuing a 5 Year Dual Degree Course (B.Tech + M.Tech Hons.) from the Depart

Re: Topic classification engine for Stanbol

2014-03-12 Thread Rafa Haro
Hi Tharindu, Rupert El 12/03/14 09:07, Rupert Westenthaler escribió: I like the general Architecture containing of a * TopicClassifier * TrainingSet as this allows to have different implementations of managing the training set (e.g. in Solr, a RDF tripleStore, a database or simple files in a f

  1   2   3   >