[Dbpedia-gsoc] GSOC 2015 Ideas and warm-up tasks

2015-03-09 Thread manisha verma
Hello everyone I am Manisha Verma, a phd student in Information retrieval. I was wondering if GSOC projects has to be one of the listed ideas or students can propose their own projects too. I understand that mentoring is volunteer effort, however, I just wanted to run by an idea, if anyone would f

Re: [Dbpedia-gsoc] JSONpedia Warmup tasks

2015-03-09 Thread Michele Mostarda
Hi Navin, quick update just in case you were interested in submitting a patch to solve the build issue. I had to speedup this task so I solved the packaging bug using solution 2: revert back yo Maven and use shade plugin (now everything works fine). You can find the working solution from commit

Re: [Dbpedia-gsoc] GSoC 2015 Fact Extraction from Wikipedia Text

2015-03-09 Thread Marco Fossati
Hi Kenji, Find my answers inline. On 3/9/15 10:56 AM, Kenji Yamauchi wrote: > Hello, everyone. > > Could you answer the following questions to clarify the project "Fact > Extraction from Wikipedia Text" and could you suggest the existing > warm-up tasks related to this project, if exist? I droppe

[Dbpedia-gsoc] [Fact Extraction from Wikipedia text] Repo + Warm-up Tasks

2015-03-09 Thread Marco Fossati
Hi everyone, Here is the repo containing the preliminary codebase for the "Fact Extraction from Wikipedia Text" idea (http://wiki.dbpedia.org/gsoc2015/ideas#h460-7): https://github.com/dbpedia/fact-extractor DISCLAIMER: the code is completely unpolished, it's up to you to review and take care

Re: [Dbpedia-gsoc] GSoC 2015 Introduction

2015-03-09 Thread Dimitris Kontokostas
Hi Alexey & welcome to DBpedia! On Sun, Mar 8, 2015 at 8:10 PM, Алексей Степанов wrote: > Hi everyone, > > My name is Alex, I'm a first year aspirant of Moscow State University of > department of Computational Mathematics and Cybernetics. > > I'm interested in one of the next topics: > 5.4. Map

Re: [Dbpedia-gsoc] Introduction - GSoC 2015

2015-03-09 Thread Ruben Verborgh
Hi Chenxi Li, > I'm very glad to do some warm-up exercises. Here are some things you can try: – Use the interface from the command line (for instance, using curl): http://fragments.dbpedia.org/2014/en. – Retrieve responses in various content types through content negotiation. The server current

Re: [Dbpedia-gsoc] Introduction - GSoC 2015

2015-03-09 Thread Chenxi Li
Hi Ruben, Dimitris Thanks very much for your welcome! I was exploring this topic these days and more or less understand the challenge there. I'm now trying to dive more deeply and read the code before making the proposal. I'm very glad to do some warm-up exercises. I will appreciate it very much i

Re: [Dbpedia-gsoc] GSoC 2015

2015-03-09 Thread Oleksandr Olgashko
Found warm-up tasks for DBpedia Spotlight, sorry for inconvenience 2015-03-09 13:06 GMT+02:00 Oleksandr Olgashko : > Thanks for answers, > > On previous project I was working on several named entity recognition > classifiers (naive Bayes and conditional random field based, we used > Ontonotes cor

Re: [Dbpedia-gsoc] GSoC 2015

2015-03-09 Thread Oleksandr Olgashko
Thanks for answers, On previous project I was working on several named entity recognition classifiers (naive Bayes and conditional random field based, we used Ontonotes corpus data), also I have brief experience with Apache Spark. So, probably, 5.16 and 5.17 would be most suitable for me, and 5.14

Re: [Dbpedia-gsoc] DBpedia Spotlight – Better Tools for Model Creation - Ideas

2015-03-09 Thread David Przybilla
Hi Navin, If you are playing with the model editor, post this entry will useful both for understanding how the editor works and how the stores interact with each other: http://engineering.idioplatform.com/2015/02/23/spotlight-model-editor.html On Sun, Mar 8, 2015 at 5:59 PM, Thiago Galery wrote:

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-09 Thread David Przybilla
Hi Abhisek, I guess you could try to implement the spotting/disambiguation on the same step like the babelfy papers suggests. Warm up tasks: https://github.com/dbpedia-spotlight/dbpedia-spotlight/wiki/Warm-up-tasks On Mon, Mar 9, 2015 at 8:04 AM, Axel Ngonga < ngo...@informatik.uni-leipzig.de>

Re: [Dbpedia-gsoc] GSoC introduction

2015-03-09 Thread Jens Lehmann
Dear Prateek, Am 03.03.2015 um 22:14 schrieb Prateek Saxena: > Hello, > > My name is Prateek Saxena and I am pursuing my M.S. in the domain of > 'Natural Language Processing' and 'semantic web' from IIIT Hyderabad. I > have been working in the domain of ontologies and feature extraction and > am

Re: [Dbpedia-gsoc] GSoC 2015

2015-03-09 Thread David Przybilla
Hi Oleksandr, 5.16, 5.17 both involve Scala + A bit of Natural Language Processing. 5.17 is more about being able to massage a wikipedia dump and getting numbers out of it for Name entity recognition. On Mon, Mar 9, 2015 at 9:27 AM, Dimitris Kontokostas wrote: > Hi Oleksandr & welcome > > I'd

Re: [Dbpedia-gsoc] GSoC 2015 - Introduction

2015-03-09 Thread Alexandru Todor
Hi Guido, Dimitris already gave you some hints on bugs/features you can be working on. What I can give you are some general tasks regarding to topic 5.5 Improving the Mappings Wiki (5.4 has similar requirements): There are 2 main components you will be working with, the dbpedia mappings wiki and

Re: [Dbpedia-gsoc] JSONpedia Warmup tasks

2015-03-09 Thread Michele Mostarda
Hi Navin, simply compose the classpath manually: you need to have collected all the JAR deps within the same directory (you can find them into the Gradle cache), let say lib: The from lib just run: java -Djava.net.preferIPv4Stack=true \ -cp activation-1.1.jar:grizzly-http-2.1.2.jar:jackson-xc-1

[Dbpedia-gsoc] GSoC 2015 Fact Extraction from Wikipedia Text

2015-03-09 Thread Kenji Yamauchi
Hello, everyone. Could you answer the following questions to clarify the project "Fact Extraction from Wikipedia Text" and could you suggest the existing warm-up tasks related to this project, if exist? (I've chosen Relation Extraction as my master thesis topic and I would like to combine it with

Re: [Dbpedia-gsoc] JSONpedia Warmup tasks

2015-03-09 Thread Navin Pai
Hey Michele, >> launch the JVM with full classpath including all library deps and the sonpedia-full-1.2- SNAPSHOT.jar . I'm not sure what you mean by this... Could you elaborate? Aren't we already doing this? Thanks Navin On Mon, Mar 9, 2015 at 2:30 PM, Michele Mostarda wrote: > > > On 8 Marc

Re: [Dbpedia-gsoc] Introduction - GSoC 2015

2015-03-09 Thread Ruben Verborgh
Hi Chenxi Li, Also welcome from my side! > My name is Chenxi Li, a first year master student in computer science > department, specializing Data Mining and Business Intelligence in Universitat > Politècnica de Catalunya. Is Joaquim Gabarro still around there? If so, send him my regards :-) >

Re: [Dbpedia-gsoc] Introduction - GSoC 2015

2015-03-09 Thread Dimitris Kontokostas
Hi Chenxi Li & welcome to DBpedia Ruben is the main mentor for this idea. Please read the related links and let us know if you have any questions. We can additionally give you some warm-up tasks if you want Cheers, Dimitris On Sat, Mar 7, 2015 at 7:28 PM, Chenxi Li wrote: > Hello everyone, > >

Re: [Dbpedia-gsoc] GSoC 2015

2015-03-09 Thread Dimitris Kontokostas
Hi Oleksandr & welcome I'd suggest you narrow down your topics to very few 1-2 in order to be able to better focus on your final proposal. Let us know if you have any questions Cheers, DImitris On Sun, Mar 8, 2015 at 11:59 PM, Oleksandr Olgashko < alexandrolg...@gmail.com> wrote: > Hello, > > I

Re: [Dbpedia-gsoc] GSoC 2015

2015-03-09 Thread Marco Fossati
Hi Oleksandr, There is no ranking for the ideas, sou you should pick one and start expanding it. Cheers! On 3/8/15 10:59 PM, Oleksandr Olgashko wrote: > Hello, > > I'd like to investigate possibilities to participate in GSoC as part of > DBpedia organizations. Since I never participated in GSoC

[Dbpedia-gsoc] unsubscribe

2015-03-09 Thread Divyum Rastogi
-- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought lea

Re: [Dbpedia-gsoc] GSoC 2015 Introduction

2015-03-09 Thread Marco Fossati
Hi Robert, On 3/8/15 8:20 PM, rlits...@mail.uni-mannheim.de wrote: > Hi Thiago, Hi DBPedia-Team, > > thanks for your reply. I'd like to clarify a fundamental question: > > - In the previous GSoC the participant seem to have built his own > goldstandard of mappings. Are standard benchmarks for qual

Re: [Dbpedia-gsoc] GSoC Self Introduction

2015-03-09 Thread Marco Fossati
Hi Kenji, There are a couple of threads in this mailing list expanding that idea. Have a look at them! Cheers! On 3/8/15 9:12 AM, Kenji Yamauchi wrote: > Hello, my name is Kenji Yamauchi. > I am a master's course's student at Kyoto University and my major is NLP. > I've joined a research about S

Re: [Dbpedia-gsoc] GSoc-Student-15

2015-03-09 Thread Marco Fossati
Hi Ayushi, You should pick one idea and start expanding it. Cheers! On 3/8/15 8:15 AM, Ayushi Pandey wrote: > Dear DBpedia > > I am a Master's student of Computational Linguistics at The EFL > University, Hyderabad. I'm interested in > 1) Fact Extraction from Wikipedia Text > 2)Keyword Search on

Re: [Dbpedia-gsoc] Gsoc '15 participant mailing list introduction

2015-03-09 Thread Marco Fossati
Hi Rishi, you should focus on one idea, read the references and start expanding it for your proposal. Cheers! On 3/8/15 6:18 AM, Rishi Mittal wrote: > I am M.Tech student at International Institute of Information > technology,Hyderabad(IIIT-H) , > I have found following projects aligning to my i

Re: [Dbpedia-gsoc] GSoC 2015 - Introduction

2015-03-09 Thread Dimitris Kontokostas
Hi Guido & welcome to DBpedia issues 355, 354 & 327 are related to the mappings wiki/server Cheers, DImitris On Sat, Mar 7, 2015 at 12:29 PM, Guido Pio Mariotti < guidopio.mariott...@gmail.com> wrote: > Hi, > my name is Guido, I'm a student of Politecnico of Turin and actually I > attend the fi

Re: [Dbpedia-gsoc] Introduction - GSoC 2015

2015-03-09 Thread Marco Fossati
Hi Sourabh, You should focus on one idea, read its references and develop it. Cheers! On 3/7/15 3:48 PM, Sourabh Dhanotia wrote: > Hi, > > My name is Sourabh Dhanotia , Masters student at International > Institute of Information Technology , Hyderabad (India) (IIIT-H) . I'm > interested in partic

Re: [Dbpedia-gsoc] GSOC 2015 introduction

2015-03-09 Thread Marco Fossati
Hi Deepanshu, You should first read the referenced papers and follow the discussions on the idea in this mailing list. Cheers! On 3/6/15 7:44 PM, deepanshu Wadhwa wrote: > Hi.. > My name is Deepanshu Wadhwa and I am a 3rd year undergraduate student > from JAYPEE INSTITUTE OF INFORMATION TECHNOLO

Re: [Dbpedia-gsoc] JSONpedia Warmup tasks

2015-03-09 Thread Michele Mostarda
On 8 March 2015 at 12:30, Navin Pai wrote: > Hey Michele, > I'm done with the warmup task for JSONpedia, but serving data from the > generated jar seems to be giving me some problems. > > My console output is shown below: > > > > $ java -cp build/libs/jsonpedia-full-1.2-SNAPSHOT.jar > com.ma

Re: [Dbpedia-gsoc] Gsoc '15 participant mailing list introduction

2015-03-09 Thread Dimitris Kontokostas
Hi Rishi & welcome to DBpedia, Please note that every mentor in DBpedia is a volunteer and your mail was sent just one day ago and on Sunday. I am not responsible for these projects but the corresponding mentors will reply soon. We also state that all students should go through the mailing list a

Re: [Dbpedia-gsoc] JSONpedia Warmup tasks

2015-03-09 Thread Michele Mostarda
Hi Navin, On 7 March 2015 at 08:39, Navin Pai wrote: > Haha... completely understandable! :D > > I'm almost done with the task... The task is thankfully very > straightforward! :) > > Had a slightly offtopic question though... Is there any reason JSONpedia > is on BitBucket rather than on Github

Re: [Dbpedia-gsoc] Contribute to DbPedia

2015-03-09 Thread Axel Ngonga
Hallo Abhishek, Cool that have you here! For the keyword search topic, please checkout * http://goo.gl/dPbP3F * http://dl.acm.org/citation.cfm?id=2488488 Feel free to contact me for questions and/or a warm-up task. Best regards, Axel Hi all, Recently I checked out the ideas list of DBpedia f

Re: [Dbpedia-gsoc] GSOC Introduction

2015-03-09 Thread Axel Ngonga
Hello Kartik, I'm delighted that you are interested in the search topic. Please read * http://goo.gl/dPbP3F * http://dl.acm.org/citation.cfm?id=2488488 Feel free to contact me if you have further questions or for a warm-up task. Best regards, Axel Hi everyone, I am Kartik, a fourth year stude

Re: [Dbpedia-gsoc] GSoC 2015 - Introduction

2015-03-09 Thread Axel Ngonga
Hello Shashank, Great that you are here. For topic 2) from your list, please read * http://goo.gl/dPbP3F * http://dl.acm.org/citation.cfm?id=2488488 Feel free to contact me for questions or a warm-up task. Best regards, Axel Hi, I am a Masters student in International Institute of Information