Palladian is a Java-based toolkit which provides functionality to perform typical Internet Information Retrieval tasks. It provides a collection of algorithms for text processing focused on classification, extraction of various types of information, and retrieval. The aim of Palladian is to reuse algorithms that are freely available and build upon them to drive research by providing unified interfaces. This way, new algorithms can be quickly compared to the state-of-the-art allowing other users to create more advanced programs in the future.
More information about the Palladian toolkit is available here: https://palladian.ai/
If you have any questions, comments, or problems, we are happy to hear from you: mail@palladian.ws
Palladian is available through Maven on “The Central Repository”. Add it to your project’s pom.xml
in the <dependencies>
section (following example is for palladian-core
):
<dependency>
<groupId>ws.palladian</groupId>
<artifactId>palladian-core</artifactId>
<version>2.0.0</version>
</dependency>
To use the SNAPSHOT
builds, make sure to configure your ~/.m2/settings.xml
as shown here.
The latest snapshot version can be used like this:
<dependency>
<groupId>ws.palladian</groupId>
<artifactId>palladian-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
</dependency>
The Palladian Toolkit was created by David Urbansky, Philipp Katz, Klemens Muthmann; 2009 — 2024.