[Dbpedia-discussion] Problems to run a local mirror of the lookup service.

2013-06-09 Thread Luciane Monteiro
Hello! I'm trying to run a local mirror of the lookup service, following the instructions from the page: https://github.com/dbpedia/ lookup/tree/master/src/main/resources. On the instructions to clone and build dbpedia lookup, I do: git clone git://github.com/dbpedia/lookup.git, and then: cd

[Dbpedia-discussion] Some help with the lookup service.

2013-06-10 Thread Luciane Monteiro
Hello! I'm following instructions from https://github.com/dbpedia/lookup to run a local mirror of the lookup service and got an error on the instructions to clone and build dbpedia lookup I do: *git clone git://github.com/dbpedia/looku**p.git*, and then: *cd lookup*, but when I do: *mvn

[Dbpedia-discussion] Dbpedia Spotlight x Dbpedia Lookup

2013-06-12 Thread Luciane Monteiro
Hello! What's the best tool - Dbpedia Spotlight or Lookup? Are there any specific cases to use one or another? Luciane. -- This SF.net email is sponsored by Windows: Build for Windows Store.

[Dbpedia-discussion] Lookup not running http://localhost:1111.

2013-06-14 Thread Luciane Monteiro
Hello, everyone! I installed Lookup service, but when I use the command: ./run Server dbpedia-lookup-index-3.8 It opens the browser with the address: http://localhost:/api/search/KeywordSearch?QueryString=Berlin, that talks about Berlin. If I erase the right part of the address leaving only

[Dbpedia-discussion] Using Lookup Service.

2013-07-10 Thread Luciane Monteiro
Hi! I installed Lookup following this instructions: Running a local mirror of the webservice - https://github.com/dbpedia/lookup But now I don't know how to use Lookup. I'm using Jena and allegrograph and I'm working on Linux. I found an example code here:

[Dbpedia-discussion] Problems connecting with Dbpedia Lookup web service.

2013-07-11 Thread Luciane Monteiro
Hi! I'm trying to use the Lookup web service from DBpedia, but I'm finding difficulties because there's very few information on the web. I found a code example, but when I execute it, *I get the errors: *java.lang.NullPointerException at

[Dbpedia-discussion] Extraction Framework Use.

2013-07-22 Thread Luciane Monteiro
Hi! I followed instructions from: https://github.com/dbpedia/lookup, at the topic: Running a local mirror of the web service. I thought that I needed to do that to get candidate URIs from Dbpedia, but when I run that code:

[Dbpedia-discussion] Filtering results from Dbpedia Lookup.

2013-07-29 Thread Luciane Monteiro
Hi! I looked up Uris using the Dbpedia Lookup Service like this: query2 = Agatha Christie HttpMethod method = new GetMethod( http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?; + MaxHits=50QueryString= + query2); Two of the Uris I got were: *

[Dbpedia-discussion] Dbpedia Spotlight as client.

2013-08-10 Thread Luciane Monteiro
Hi! I found that code: Class 1: https://github.com/dbpedia-spotlight/dbpedia-spotlight/blob/72979799c93d141171fdc0ee3b1bf1f4781d5abb/eval/src/main/java/org/dbpedia/spotlight/evaluation/external/AnnotationClient.java Class 2:

Re: [Dbpedia-discussion] Dbpedia Spotlight as client.

2013-08-12 Thread Luciane Monteiro
The author of the code (Pablo Mendes) answered me: The output is a text file. :) It contains a list of entities extracted. Just look at it with your favorite text editor. Cheers, Pablo Just to register the answer here. Bye! 2013/8/10 Luciane Monteiro luciane@gmail.com Hi! I found

Re: [Dbpedia-discussion] Dbpedia lookup results in diferent languages.

2013-10-04 Thread Luciane Monteiro
. (From my phone with a small screen) Cheers Pablo On Oct 3, 2013 9:45 PM, Luciane Monteiro luciane@gmail.com wrote: Hi! I'm using The Dbpedia Lookup Service but whatever is the language of the string I send in the query, it always returns me information in English. I'd like

Re: [Dbpedia-discussion] Dbpedia lookup results in diferent languages.

2013-10-05 Thread Luciane Monteiro
to convince someone from dbpedia-portugu...@lists.sourceforge.net to deploy it under pt.dbpedia.org Cheers, Pablo On Fri, Oct 4, 2013 at 8:01 AM, Luciane Monteiro luciane@gmail.comwrote: Thank you so much! , now spotlight works perfectly with Portuguese! Authough my question was in fact

Re: [Dbpedia-discussion] [Dbp-spotlight-users] Dbpedia lookup results in diferent languages.

2013-10-10 Thread Luciane Monteiro
can try to convince someone from dbpedia-portugu...@lists.sourceforge.net to deploy it under pt.dbpedia.org Cheers, Pablo On Fri, Oct 4, 2013 at 8:01 AM, Luciane Monteiro luciane@gmail.com wrote: Thank you so much! , now spotlight works perfectly with Portuguese! Authough my

[Dbpedia-discussion] Storing document path semantically.

2013-10-30 Thread Luciane Monteiro
Hi! I'm developing an application where I use dublin core to add the properties: *creator, title, subject, description* to a *document resource*. I'd like to add a property to the document resource to store the document path, for example: /home/luciane/conf.txt I've already searched for some

[Dbpedia-discussion] Dbpedia lookup results with the word ''Category.

2013-11-07 Thread Luciane Monteiro
Hi! I'm using that code: https://github.com/mark-watson/java_practical_semantic_web/blob/master/src/com/knowledgebooks/info_spiders/DBpediaLookupClient.java to send words and get candidate URIs from the DBpedia Lookup. The problem is: all the URIs come with the word Category, for example: For

[Dbpedia-discussion] Dereferencing URIs using Jena.

2013-11-08 Thread Luciane Monteiro
Hi! I need to dereference *URIs*, like: http://dbpedia.org/resource/Google and http://dbpedia.org/resource/American_Airlines returned from *Spotlight*, to get their *RDFS:comments* property. Is it something like this: Model model = ModelFactory.createDefaultModel(); model.read(

Re: [Dbpedia-discussion] Dereferencing URIs using Jena.

2013-11-08 Thread Luciane Monteiro
Sorry for posting in the wrong place, I was so concerned about asking, that I didn't realize. Thank you very much for the help. 2013/11/8 Joshua TAYLOR joshuaaa...@gmail.com On Fri, Nov 8, 2013 at 7:50 AM, Luciane Monteiro luciane@gmail.com wrote: Model model

[Dbpedia-discussion] Diffrence between URI, URIref and namespace URI?

2014-05-01 Thread Luciane Monteiro
What's the exact difference between a URI, a URIref and a namespace URI? Thank you! -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos.