Re: [Dbpedia-discussion] Problem with extracted data

2013-04-23 Thread Jona Christopher Sahnwaldt
Hi Julien, On 23 April 2013 23:16, Julien Plu wrote: > Ok, I finished, now I made an extractor which works like we expected :-) I > don't think that what I did is well made but it works. Cool! You can always improve it later. :-) > > Anyway only one problem stay, if I put my "PopulationExtracto

Re: [Dbpedia-discussion] Problem with extracted data

2013-04-23 Thread Julien Plu
Ok, I finished, now I made an extractor which works like we expected :-) I don't think that what I did is well made but it works. Anyway only one problem stay, if I put my "PopulationExtractor.scala" file from "mappings" folder into "fr" folder inside "mappings" folder the extraction configuration

Re: [Dbpedia-discussion] Problem with extracted data

2013-04-23 Thread Julien Plu
Yes I know IDE are really usefull but my working machine is on Windows and I'm really not familiar with. So I use a Linux distrib via a virtual machine but this virtual machine is too slow for coding with an IDE in graphics so I have to connect to this VM with a ssh connexion and use only the shell

Re: [Dbpedia-discussion] Problem with extracted data

2013-04-23 Thread Dimitris Kontokostas
You should use an IDE for this,it will make you life a lot easier ;) I use the intelliJ IDEA default debugger and works pretty good. I could send you instructions to set it up Best, Dimtiris On Tue, Apr 23, 2013 at 3:59 PM, Julien Plu < julien@redaction-developpez.com> wrote: > No I don't h

Re: [Dbpedia-discussion] Problem with extracted data

2013-04-23 Thread Julien Plu
I think I found the problem. For your parser this is one node : |sources= |nombre=38 |an1=1793|pop1=1223 |an2=1800|pop2=1100 |an3=1806|pop3=1028 |an4=1821|pop4=1170 |an5=1831|pop5=1182 |an6=1836|pop6=1336 |an7=1841|pop7=1360 |an8=1846|pop8=1347 |an9=1851|pop9=1328 |an10=1856|pop10=1359

Re: [Dbpedia-discussion] Problem with extracted data

2013-04-23 Thread Julien Plu
No I don't have a debugger because I'm coding on a remote machine via ssh. And even with this code : override def extract(page: PageNode, subjectUri: String, pageContext: PageContext): Seq[Quad] = { if (page.title.namespace != Namespace.Template || page.isRedirect || !page.title.decoded.cont

Re: [Dbpedia-discussion] Problem with extracted data

2013-04-23 Thread Jona Christopher Sahnwaldt
On 23 April 2013 12:01, Julien Plu wrote: > Sorry but I really don't understand how AST works (and Scala too) I try to > retrieve all the PropertyNode contained in a PageNode so I do : > > > override def extract(page: PageNode, subjectUri: String, pageContext: > PageContext): Seq[Quad] = { > i

Re: [Dbpedia-discussion] Links which are showing 404 Error

2013-04-23 Thread Dileepa Jayakody
yes, I too faced the same issue trying to download spotlight quick-start zip. Appreciate if someone can point to a working link to download the zip file. Thanks, Dileepa On Tue, Apr 23, 2013 at 4:32 PM, Arka Dutta wrote: > Hi, > > Though I know this is not the right forum to inform such issues

[Dbpedia-discussion] Links which are showing 404 Error

2013-04-23 Thread Arka Dutta
Hi, Though I know this is not the right forum to inform such issues but I couldnot find any better place. The following links are showing 404 Error -- 1. http://spotlight.dbpedia.org/download/lookup_index.tgz 2. http://spotlight.dbpedia.org/download/release-0.6/dbpedia-spotlight-quickstart-0.6.5

[Dbpedia-discussion] 'Person' disambiguation to verify Identity over the web

2013-04-23 Thread Dileepa Jayakody
Hi Devs, I'm Dileepa Jayakody a research student keen on distributed computing domain, particularly interested in social identity, identity management and semantic web concepts. I have started studying for a M.Sc by Research at University of Moratuwa and recently joined LK Domain Registry as a res

Re: [Dbpedia-discussion] Problem with extracted data

2013-04-23 Thread Julien Plu
Sorry but I really don't understand how AST works (and Scala too) I try to retrieve all the PropertyNode contained in a PageNode so I do : override def extract(page: PageNode, subjectUri: String, pageContext: PageContext): Seq[Quad] = { if (page.title.namespace != Namespace.Template || page.i

Re: [Dbpedia-discussion] Problem with extracted data

2013-04-23 Thread Julien Plu
Hi, param come from a bad copy paste, it's "pop" the good variable. By the way thank you for the hint about AST I will take a look at these class and see how I can use them. I won't hesitate to ask if I'm blocked :-) Best. Julien. 2013/4/22 Jona Christopher Sahnwaldt > Hi Julien, > > On 22