Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 914 Bytes

README.md

File metadata and controls

46 lines (23 loc) · 914 Bytes

NLPrise

Java library for natural language processing. Initially geared to handle Italian.

to prise : to extract or obtain with difficulty: they had to prise the news out of him.

Project status:

  • 0.2.0 version released on Maven central

Roadmap: Currently, there are no plans to extend NLPrise except for bug fix releases. For this, see project issues.

Documentation: see the wiki

Platform

  • Java library
  • Maven project

Usage

To use it with Maven, add this in your pom.xml dependencies section:

    <dependency>
            <groupId>eu.trentorise.opendata</groupId>
            <artifactId>nlprise</artifactId>
            <version>0.2.0</version>
    </dependency>


Credits

  • Alberto Zanella - Trento RISE
  • David Leoni - Trento RISE