Archive for April, 2007

Java implementation of Wikipedia translation tool

A Java implementation of a Wikipedia translation tool (see previous post see previous post) can be downloaded from here.
The code uses a PostgreSQL database to retrieve the entries that should be translated and also to store the results. Respective scripts to create an initial database are included. Note, that the implementation does not [...]