SkillAgentSearch skills...

Palladian

Palladian is a Java-based toolkit with functionality for text processing, classification, information extraction, and data retrieval from the Web.

Install / Use

/learn @palladian/Palladian
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Palladian Logo Palladian Toolkit

Actions Status Maven Central

What is it?

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

Download

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>

Who made it?

The Palladian Toolkit was created by David Urbansky, Philipp Katz, Klemens Muthmann; 2009 — 2025.

View on GitHub
GitHub Stars42
CategoryDevelopment
Updated4d ago
Forks10

Languages

Java

Security Score

80/100

Audited on Mar 31, 2026

No findings