Code Monkey home page Code Monkey logo

palladian's Introduction

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: [email protected]

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 — 2024.

palladian's People

Contributors

qqilihq avatar ddsky avatar seventwenty avatar nopancho avatar zaziki123 avatar mr-simonski avatar dependabot[bot] avatar zaziki23 avatar jacobomiranda avatar jvankat avatar tuffelmann avatar skurfuerst avatar erikschimanek avatar moskauerst avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.