Re: DBPedia Spotlight Enhancer is not working

2012-12-03 Thread Rafa Haro
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 Stanbol

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

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-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

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

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

Re: ContentHub Featured Search REST API possible bug

2013-02-04 Thread Rafa Haro
for the commit on Monday. BTW, thanks for reporting. Best, Meric. [1] https://issues.apache.org/jira/browse/STANBOL-907 2013/2/1 Rafa Haro rh...@zaizi.com 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

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 from

Re: A comment about ContentHub FeaturedSearch service

2013-02-27 Thread Rafa Haro
: string }], relatedkeywords: [{paris: []}] } Thanks for reporting. Best, Meriç 2013/2/19 Rafa Haro rh...@zaizi.com 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

Re: A comment about ContentHub FeaturedSearch service

2013-03-01 Thread Rafa Haro
/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 rh...@zaizi.com Hi Meric, I have done a clean

Re: A comment about ContentHub FeaturedSearch service

2013-03-01 Thread Rafa Haro
=r1450954 2013/3/1 Rafa Haro rh...@zaizi.com Hi Meriç, I have been doing some tests and I think that I understand now how your changes have affected to FeaturedSearch service functionality. I had a list of tests based on previous versions and most of them didn't work after your last changes. I agree

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 expert

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

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, On Tue

Re: Java Apache Stanbol Client

2013-03-27 Thread Rafa Haro
Cheers, Reto On Wed, Mar 27, 2013 at 10:31 AM, Reto Bachmann-Gmür r...@apache.orgwrote: 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 rh...@zaizi.com wrote: Dear all, We have recently released

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: dependency groupIdorg.apache.clerezza/groupId artifactIdrdf.rdfjson/artifactId version0.4-SNAPSHOT/version /dependency Does it shouldn't be 0.3-SNAPSHOT instead of 0.4?? Cheers

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

Re: Get Properties of a Facet-Constraint / Entity

2013-04-09 Thread Rafa Haro
, Reto On Tue, Apr 9, 2013 at 3:38 PM, Rafa Haro rh...@zaizi.com 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 can be used

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 the

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

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
: 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

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

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

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

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

2013-06-13 Thread Rafa Haro
in 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
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 rh...@zaizi.com 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

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 stores

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

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

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

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
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 On Thu, Jul 18, 2013 at 4:22 PM, Rafa Haro rh...@zaizi.com wrote: Hi Tarandeep, Thanks, it's quite more clear now

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

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-Bene

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

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

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

Re: Adding content specific metadata

2013-10-01 Thread Rafa Haro
subjectOfArticleGeneral posts/subjectOfArticle fise:extracted-from urn:my-content-item4/fise:extracted-from rdf:type rdf:resource=http://fise.iks-project.eu/ontology/Enhancement/ /rdf:Description Thanking you and Rgds, Arthi -Original Message- From: Rafa Haro [mailto:rh

Re: Adding content specific metadata

2013-10-01 Thread Rafa Haro
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.apache.org

Re: Adding content specific metadata

2013-10-01 Thread Rafa Haro
-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 will be only able to see your

GSoC Projects and Entity Disambiguation Roadmap

2013-10-03 Thread Rafa Haro
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, Rafa Haro

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 Andreas, I have

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 enricod...@gmail.com wrote: +1 for me Cheers, Enrico On 21 October 2013 11:16, Reto Bachmann-Gmür r...@wymiwyg.com wrote: So it looks like the main problems and we no longer

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

2013-10-21 Thread Rafa Haro
that it 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 rh...@zaizi.com wrote: Hi Reto, We once were thinking to develop another implementation

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

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

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

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 fchr...@apache.org escribió: Hi Stanbolers, the Project Management Committee (PMC) for Apache Stanbol has asked Antonio David Pérez Morales to become a committer

Re: Welcome our new committer Dileepa Jayakody

2014-01-23 Thread Rafa Haro
Congratulations Dileepa!! El jueves, 23 de enero de 2014, Dileepa Jayakody dileepajayak...@gmail.com 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

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

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

2014-01-30 Thread Rafa Haro
(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 given text

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

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

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, Fabian

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

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

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

Re: More Ideas for GSoC 2014

2014-03-06 Thread Rafa Haro
On Thu, Feb 20, 2014 at 4:58 PM, Rafa Haro rh...@apache.org 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 before putting

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

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

Re: Use case question and clarification

2014-03-17 Thread Rafa Haro
Hi Mark, El 16/03/14 14:31, Mark Loper escribió: To get around this I’m programmatically filtering my results using the confidence value. Is there a way to configure the enhancement chain to do this filtering for me? With a Rule possibly? I feel like it can do it, but I can’t figure out

Re: STANBOL-1294 Topic Classification Framework for Stanbol

2014-03-20 Thread Rafa Haro
Hi Furkan, El 20/03/14 14:10, Furkan KAMACI escribió: Hi; If anybody can suggest something about to make this issue more clear it will be nice. Thanks; Furkan KAMACI Welcome to the Stanbol community :-). As you can check at STANBOL-1294, this issue is related to further improvements of the

Re: Future of Contenthub / Fusepool ECS / Marmotta

2014-04-09 Thread Rafa Haro
Hi Andreas, El 09/04/14 09:42, Andreas Kuckartz escribió: I have a question regarding Apache Stanbol Contenthub [1]. I know that it is currently neither maintained nor part of the Stanbol 1.0.0 snapshot version. Would it be better to try to reanimate Contenthub or to look for something

Re: Camel integration (was : Re: Community bonding period started)

2014-05-27 Thread Rafa Haro
Hi all, How about creating an Epic issue for all gsoc projects, not only a label. We can easily track and follow the work of all students. Cheers, Rafa El 26/05/14 14:55, Antonio David Perez Morales escribió: Hi all Ok perfect, so I will use 1.0 branch for the developments and I'll try to

Re: PDF Description Extraction For Linked data

2014-05-28 Thread Rafa Haro
Hi Maatari, El 27/05/14 21:05, Maatari Daniel Okouya escribió: Hi , Completing my previous question, I think it would be better for me to give the bigger picture of what i’m trying to achieve. I have been charge with helping in disseminating the publications content of my organisation.

Re: PDF Description Extraction For Linked data

2014-05-29 Thread Rafa Haro
need to read a bit, but this is what i get for now, from your explanation and my readings. Am I close ? I think so :-). Cheers Rafa Best, -M- -- Maatari Daniel Okouya Sent with Airmail On 28 May 2014 at 13:46:00, Rafa Haro (rh...@apache.org mailto:rh...@apache.org) wrote: Hi Maatari, El

Re: PDF Description Extraction For Linked data

2014-05-30 Thread Rafa Haro
Sent with Airmail On 29 May 2014 at 09:24:54, Rafa Haro (rh...@apache.org) wrote: Hi Maatari, El 29/05/14 02:27, Maatari Daniel Okouya escribió: Rafa, Many thanks for your elaborated answer. It seems to me that from your elaborated answer i did not completely graps the concepts

Re: [] Apache Stanbol Partial Security Release 0.99

2014-06-02 Thread Rafa Haro
Hi, El 02/06/14 08:35, Sergio Fernández escribió: Hi, is the stuff really tested by a broader community? Personally I've had to disable it in all my launchers due several issues with other components. So I'd like to clarify that before casting my vote. I'm exactly in the same situation than

Re: [] Apache Stanbol Partial Security Release 0.99

2014-06-02 Thread Rafa Haro
really ? :-) El 02/06/14 10:32, Reto Gmür escribió: On Mon, Jun 2, 2014 at 9:09 AM, Rafa Haro rh...@apache.org wrote: Hi, El 02/06/14 08:35, Sergio Fernández escribió: Hi, is the stuff really tested by a broader community? Personally I've had to disable it in all my launchers due several

Re: ApacheCon CFP closes June 25

2014-06-18 Thread Rafa Haro
Hi Fabian, Zaizi as company is going to send a proposal that somehow involves Stanbol and also others Apache projects. Cheers, Rafa El 18/06/14 08:43, Fabian Christ escribió: Hi, is anybody going to visit ApacheCon EU and/or even better present Stanbol there? Best, - Fabian 2014-06-10

Re: ApacheCon CFP closes June 25

2014-06-20 Thread Rafa Haro
FSTs integration! El 18/06/14 19:55, Rupert Westenthaler escribió: Hi Fabian, all I also plan to participate and also to submit a presentation about Stanbol. But I am not yet sure about the exact topic. Suggestions are very welcome! best Rupert On Wed, Jun 18, 2014 at 9:25 AM, Rafa Haro rh

Re: Missing some HTTP services on 1624013

2014-09-18 Thread Rafa Haro
Hi Fabio,  Which services were you expecting? Some components like ContentHub or Ortonet are not included in the current trunk version but are still maintained in the 0.12 branch as far as I know. Cheers, Rafa En 17 de septiembre de 2014 en 23:04:11, Fabio Ricci (fabio.ri...@semweb.ch)

Re: Missing some HTTP services on 1624013

2014-09-18 Thread Rafa Haro
/ ? Is there a way to get a current and complete version? Cheers Fabio Da: Rafa Haro rharoapa...@gmail.com Rispondi: dev@stanbol.apache.org dev@stanbol.apache.org Data: 18 September 2014 at 09:54:25 A: dev@stanbol.apache.org dev@stanbol.apache.org, Fabio Ricci fabio.ri...@semweb.ch Oggetto

Re: Improving AIda-light Disambiguation Engine

2014-10-23 Thread Rafa Haro
Hi Chalitha,  Thanks for coming back to Stanbol after GSoC!! I have in my TODO list to deeply review the code and merge it into Stanbol. If you are planning to make more improvements, we can leave for now in a branch that can be included in the trunk when it will be mature enough. Using the

Re: Improving AIda-light Disambiguation Engine

2014-10-24 Thread Rafa Haro
Hi Rupert! Nice to see great feedback on this topic!. I wanted to comment part of your previous email: En 24 de octubre de 2014 en 12:31:39, Rupert Westenthaler (rupert.westentha...@gmail.com) escrito: I fear that each disambiguation approach will come with its own data  model. Mainly

Re: Improving AIda-light Disambiguation Engine

2014-10-24 Thread Rafa Haro
Touché :- On Friday, October 24, 2014, Rupert Westenthaler rupert.westentha...@gmail.com wrote: Hi Rafa On Fri, Oct 24, 2014 at 12:47 PM, Rafa Haro rh...@apache.org javascript:; wrote: I completely understand your point but I partially disagree. I find the memory consumption requirement

Re: CMS Integration

2014-10-30 Thread Rafa Haro
Hi Alok,  Depending on which kind of architecture you want for your system, there are different possibilities. Let me list you some of them: 1. CMS Adapter: I have played around with it in the past but never tested it seriously, so I can’t not talk from the experience. Depending on the CMS,

Re: Searching RDF graph using SKOS thesaurus

2014-11-11 Thread Rafa Haro
Hi,  Can you clarify this with an example please? Cheers, Rafa En 10 de noviembre de 2014 en 19:55:26, cont...@linkeddatatools.com (cont...@linkeddatatools.com) escrito: Hi, I posted a similar message to the IKS mailing list, but understand from the response that this mailing list is no

Re: Searching RDF graph using SKOS thesaurus

2014-11-12 Thread Rafa Haro
Hi Mark, You can solve your problem in Stanbol if you link or merge together both graphs in a single one and you create a site with it. After indexing the merged graph, you can use the EntityHub API and specifically the find (/entityhub/site/find) service to search for your label and then move

Re: Searching RDF graph using SKOS thesaurus

2014-11-12 Thread Rafa Haro
Hi Mark, Reto, En 12 de noviembre de 2014 en 11:45:43, Reto Gmür (r...@apache.org) escrito: On Wed, Nov 12, 2014 at 10:16 AM, Rafa Haro rh...@apache.org wrote: Hi Mark, You can solve your problem in Stanbol if you link or merge together both graphs in a single one and you create

Re: Subscribing for mail

2015-03-16 Thread Rafa Haro
Hi Rajendram,  This issue was initially planned to be included in GSoC 2014 edition and I personally moved it to GSoC 2015 because it is still pendant and it is quite interested. But, as far as I know, for this year, there isn’t yet any Apache Stanbol committer willing to mentoring. So, I

Re: nlp enhancer wordlift-stanbol out of date?

2015-03-09 Thread Rafa Haro
Hi Patrick,  The github project that you have linked in your previous email is not the stanbol-freeling server. The correct link is the following:  https://github.com/insideout10/stanbol-freeling. I have using it recently without any problem. Try with that one. Hope that helps. Cheers, Rafa

Re: New in Stanbol - compiling problems

2015-03-10 Thread Rafa Haro
Hi Leandro,  Can you possible provide more information about the problem you are experiencing? The build error would help :-) Cheers, Rafa En 10 de marzo de 2015 en 16:59:33, Leandro Ramos (lra...@gmail.com) escrito: Hi, I introduced in Stanbol recently, and getting some troubles in first

Re: Recommended Backup Strategy

2015-03-26 Thread Rafa Haro
Hi Aree and Bradley,  About the backup, it really depends on your uses cases. Most of the Stanbol services are completely stateless and that (initially) means you don’t need a backup. If you are using a custom dataset, or some custom configurations you probably would like to backup them. For

Re: Super Help - Build Stanbol

2015-03-28 Thread Rafa Haro
do Brasil www.aquare.la/pt j...@aquare.la javascript:; (48) 3304 1137 (48) 9623 4864 - Mensagem original - De: Rafa Haro rh...@apache.org javascript:; Para: dev@stanbol.apache.org javascript:; Enviadas: Sexta-feira, 27 de março de 2015 20:09:38 Assunto: Re: Super Help - Build

Model for Linking Data

2015-03-04 Thread Rafa Haro
Hi all,  Recently, while working on a post-processing engine, I have realized that currently it is not straightforward to deal with the data produced by Linking engines. Basically, in my opinion, the problem is that there is not currently easy to relate the results of NLP analysis with the

Re: Super Help - Build Stanbol

2015-03-27 Thread Rafa Haro
Hi Joni which are exactly your problems? Cheers El viernes, 27 de marzo de 2015, Joni Hoppen j...@aquare.la escribió: Hello folks, how have you being doing? It's been months, perhaps more than 6 months that I am trying to have Stanbol up and running, but no matter what I do I simply can't

Re: Status of dev.iks-project.eu server

2015-05-08 Thread Rafa Haro
) those artifacts. Just as a reminder: This is mainly about the OpenNLP models. As the license of those is unclear we can not host them on Apache Infrastructure (for more information search the OpenNLP mailing lists). best Rupert On Thu, May 7, 2015 at 11:20 AM, Rafa Haro rh

Re: Status of dev.iks-project.eu server

2015-05-18 Thread Rafa Haro
I would rather provide a ready-to-use binary or package like others projects like solr do Cheers Rafa — Enviado desde Mailbox On Mon, May 18, 2015 at 8:25 PM, Andreas Kuckartz a.kucka...@ping.de wrote: Dileepa Jayakody wrote: Thanks Fabian, Rupert and Rafa. I agree with Rafa, that

Re: Enhancer engine breaking client software

2015-05-14 Thread Rafa Haro
Hi John,  Could you please open an issue here https://github.com/rafaharo/apache-stanbol-client including the stack trace of the NPE. I will take a look to it as soon as possible. Cheers, Rafa On miércoles, may 13, 2015 at 7:18 p. m., john.2.crowt...@bt.com john.2.crowt...@bt.com,

Re: Anyone know how to performance tune Stanbol

2015-04-08 Thread Rafa Haro
Hi Aree, Can you provide more details about your instance? Which engines are you using, configuration and so on? Cheers, Rafa En 8 de abril de 2015 en 5:44:36, Aree Cohen (aree.co...@sbs.com.au) escrito: ?Hi Guys, Stanbol is incredibly slow for our project. Is anyone able to give tips on

Re: Status of dev.iks-project.eu server

2015-05-19 Thread Rafa Haro
:22 PM, Rupert Westenthaler rupert.westentha...@gmail.com wrote: HI Rafa On Mon, May 18, 2015 at 10:03 PM, Rafa Haro rharoapa...@gmail.com wrote: I would rather provide a ready-to-use binary or package like others projects like solr do If you want to work on this you do have my full support

Re: Welcome our new commiter: Cristian Petroaca

2015-05-19 Thread Rafa Haro
Welcome Christian!! I'm quite interested in the coreferencing you have been working on. I will try to test it soon! — Enviado desde Mailbox On Tue, May 19, 2015 at 6:39 PM, Dileepa Jayakody dileepajayak...@gmail.com wrote: Welcome Cristian ! On Tue, May 19, 2015 at 9:12 PM, Antonio David

Re: Report time again. Query for input

2015-06-18 Thread Rafa Haro
and start closing old and deprecated ones. How that sound? I am around until end of Juli, after that I am on vacation for ~1 month. If possible I would like to have this sorted out before my vacation. best Rupert On Wed, Jun 17, 2015 at 2:00 PM, Rafa Haro rh...@apache.org wrote: Hi

Re: Report time again. Query for input

2015-06-17 Thread Rafa Haro
14:35 GMT+02:00 Dileepa Jayakody dileepajayak...@gmail.com: +1 Rafa. I too would like to join the discussion. On Tue, Jun 16, 2015 at 5:19 PM, Rafa Haro rh...@apache.org wrote: Hi Fabian, Rupert, I have been taking a look to the Stanbol Jira and certainly there is a great mess

Re: Report time again. Query for input

2015-06-16 Thread Rafa Haro
Hi Fabian, Rupert, I have been taking a look to the Stanbol Jira and certainly there is a great mess there. For example, there are a lot of issues opened more than one or two years ago. What do you think guys about having a session for properly organizing this?. We can meet at the IRC channel or

  1   2   >