Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-06-03 Thread Daniel Kinzler
Am 13.05.2013 12:32, schrieb Denny Vrandečić: That's awesome! Two things: * how set are you on a Java-based solution? We would prefer PHP in order to make it more likely to be deployed. Just saw that I never replied to this. I think running Java core on the Wikimedia cluster isn't a

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-22 Thread Denny Vrandečić
Awesome, that looks already pretty promising! I am not completely sure I understand a few things: 1074167410 106 107215627 156 what do the two properties without a value mean here? I would have expected: 1074167410 107215627 and now ask for suggested values for 31, or for

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-22 Thread Nilesh Chakraborty
Hi Denny, Thanks! I am not sure how accurate it will be, if it doesn't meet expectations, I might need to think about optimizing the model, different metrics etc.; I haven't really thought about those at the moment. what do the two properties without a value mean here? Let me explain those.

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-22 Thread Nilesh Chakraborty
Thanks for the idea! I'll add those pretty soon, shouldn't take much effort. Cheers, Nilesh On Wed, May 22, 2013 at 5:16 AM, Matthew Flaschen mflasc...@wikimedia.orgwrote: On 05/21/2013 05:29 PM, Nilesh Chakraborty wrote: You can give it a bunch of property IDs, or a bunch of property-value

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-22 Thread Nilesh Chakraborty
I'm taking the demo offline for a few hours. It will be back up again in a day's time. Cheers, Nilesh On Wed, May 22, 2013 at 6:06 PM, Nilesh Chakraborty nil...@nileshc.comwrote: Thanks for the idea! I'll add those pretty soon, shouldn't take much effort. Cheers, Nilesh On Wed, May 22,

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-21 Thread Nilesh Chakraborty
Hello, I have some updates on the Entity Suggester prototype. Here are the two repos: 1. https://github.com/nilesh-c/wikidata-entity-suggester 2. https://github.com/nilesh-c/wes-php-client As it stands now, deployment-wise, I have a single Java war file that's deployed on Tomcat. And there's a

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-21 Thread Matthew Flaschen
On 05/21/2013 05:29 PM, Nilesh Chakraborty wrote: You can give it a bunch of property IDs, or a bunch of property-value pairs, or a mix of both; select the the type of recommendation and hit Get suggestions! :) Feedback is much appreciated. It would be good to show the original properties in a

[Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-13 Thread Nilesh Chakraborty
Hi everyone, I'm working on a prototype for the Wikidata Entity Suggester (Bug #46555https://bugzilla.wikimedia.org/show_bug.cgi?id=46555). As of now, it is a command-line client, completely written in Java, that fetches recommendations from a Myrrix server layer. Please take a look at the

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-13 Thread Denny Vrandečić
That's awesome! Two things: * how set are you on a Java-based solution? We would prefer PHP in order to make it more likely to be deployed. * could you provide a link to a running demo? Cheers, Denny 2013/5/13 Nilesh Chakraborty nil...@nileshc.com Hi everyone, I'm working on a prototype

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-13 Thread Nilesh Chakraborty
Thank you! :) Simply put, there are two prime components here: 1. The recommendation engine (Myrrix, need to run a .jar file as a daemon, done. Easier than deploying Lucene) 2. Recommendation client (Myrrix has a rich Java API. My current code uses it to provide recommendations. The actual

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-13 Thread Matthew Flaschen
On 05/13/2013 06:11 AM, Nilesh Chakraborty wrote: Hi everyone, I'm working on a prototype for the Wikidata Entity Suggester (Bug #46555https://bugzilla.wikimedia.org/show_bug.cgi?id=46555). As of now, it is a command-line client, completely written in Java, that fetches recommendations from

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-13 Thread Nilesh Chakraborty
Hi Matt, Yes, you're right, they are available as separately licensed downloads. Only the stand-alone Serving Layer is needed for the Entity Suggester. It's licensed under Apache v. 2.0. Since I'm using the software as-is, without any code modifications, I suppose it's compatible with what

Re: [Wikitech-l] [GSoC 2013] Wikidata Entity Suggester prototype

2013-05-13 Thread Matthew Flaschen
On 05/13/2013 04:28 PM, Nilesh Chakraborty wrote: Hi Matt, Yes, you're right, they are available as separately licensed downloads. Only the stand-alone Serving Layer is needed for the Entity Suggester. It's licensed under Apache v. 2.0. Since I'm using the software as-is, without any code