Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Denny Vrandečić
Hi Markus, On Wed Apr 09 2014 at 4:18:50 AM, Markus Krötzsch < mar...@semantic-mediawiki.org> wrote: > Change to the directory of the example module (wdtk-examples), then run: > > mvn exec:java > -Dexec.mainClass="org.wikidata.wdtk.examples.DumpProcessingExample" > Thanks, that is exactly what I

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Markus Krötzsch
On 09/04/14 13:18, Markus Krötzsch wrote: Hi Denny, hi Daniel, hi all, Welcome to Java :-) (more useful answers below) Following popular demand ;-), I have now created a new documentation section "Beginner's guide" [1] that takes you step-by-step through setting up your very first Maven proj

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Markus Krötzsch
Hi Gerard. On 09/04/14 10:54, Gerard Meijssen wrote: Hoi, What is the relevance of these tools when you have to have specialised environments to use them ? Not sure what you mean. Wikidata Toolkit doesn't have any requirements other than plain old Java to run. Nevertheless, we'd also like

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Markus Krötzsch
Hi Denny, hi Daniel, hi all, Welcome to Java :-) (more useful answers below) On 09/04/14 10:41, Daniel Kinzler wrote: Am 08.04.2014 23:34, schrieb Denny Vrandečić: I was trying to use this, but my Java is a bit rusty. How do I run the DumpProcessingExample? I did the following steps: git clo

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Gerard Meijssen
Hoi, What is the relevance of these tools when you have to have specialised environments to use them ? Thanks, GerardM On 9 April 2014 10:41, Daniel Kinzler wrote: > Am 08.04.2014 23:34, schrieb Denny Vrandečić: > > I was trying to use this, but my Java is a bit rusty. How do I run the >

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-09 Thread Daniel Kinzler
Am 08.04.2014 23:34, schrieb Denny Vrandečić: > I was trying to use this, but my Java is a bit rusty. How do I run the > DumpProcessingExample? > > I did the following steps: > > git clone https://github.com/Wikidata/Wikidata-Toolkit > cd Wikidata-Toolkit > mvn install > mvn test > > Now, how do

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-08 Thread Scott MacLeod
Hi Denny, There's a "DumpProcessingExample " here: https://www.mediawiki.org/wiki/Wikidata_Toolkit Cheers, Scott On Tue, Apr 8, 2014 at 2:34 PM, Denny

[Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-08 Thread Denny Vrandečić
I was trying to use this, but my Java is a bit rusty. How do I run the DumpProcessingExample? I did the following steps: git clone https://github.com/Wikidata/Wikidata-Toolkit cd Wikidata-Toolkit mvn install mvn test Now, how do I start DumpProcessingExample? Sorry for being a bit dense here.

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-04-02 Thread Markus Krötzsch
On 31/03/14 22:46, Lydia Pintscher wrote: On Mon, Mar 31, 2014 at 3:47 PM, Markus Krötzsch wrote: Dear all, I am happy to announce the very first release of Wikidata Toolkit [1], the Java library for programming with Wikidata and Wikibase. This initial release can download and parse Wikidata d

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-03-31 Thread Scott MacLeod
Congratulations, Markus!! Thanks so much for developing these digital tools. Scott On Mon, Mar 31, 2014 at 1:46 PM, Lydia Pintscher < lydia.pintsc...@wikimedia.de> wrote: > On Mon, Mar 31, 2014 at 3:47 PM, Markus Krötzsch > wrote: > > Dear all, > > > > I am happy to announce the very first r

Re: [Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-03-31 Thread Lydia Pintscher
On Mon, Mar 31, 2014 at 3:47 PM, Markus Krötzsch wrote: > Dear all, > > I am happy to announce the very first release of Wikidata Toolkit [1], the > Java library for programming with Wikidata and Wikibase. This initial > release can download and parse Wikidata dump files for you, so as to process

[Wikidata-l] Wikidata Toolkit 0.1.0 released

2014-03-31 Thread Markus Krötzsch
Dear all, I am happy to announce the very first release of Wikidata Toolkit [1], the Java library for programming with Wikidata and Wikibase. This initial release can download and parse Wikidata dump files for you, so as to process all Wikidata content in a streaming fashion. An example progr