nlprise

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

License

License

Categories

Categories

Data
GroupId

GroupId

eu.trentorise.opendata
ArtifactId

ArtifactId

nlprise
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/opendatatrentino/NLPrise
Source Code Management

Source Code Management

https://github.com/opendatatrentino/nlprise

Download nlprise

How to add to project

<!-- https://jarcasting.com/artifacts/eu.trentorise.opendata/nlprise/ -->
<dependency>
    <groupId>eu.trentorise.opendata</groupId>
    <artifactId>nlprise</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.trentorise.opendata/nlprise/
implementation 'eu.trentorise.opendata:nlprise:0.2.0'
// https://jarcasting.com/artifacts/eu.trentorise.opendata/nlprise/
implementation ("eu.trentorise.opendata:nlprise:0.2.0")
'eu.trentorise.opendata:nlprise:jar:0.2.0'
<dependency org="eu.trentorise.opendata" name="nlprise" rev="0.2.0">
  <artifact name="nlprise" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.trentorise.opendata', module='nlprise', version='0.2.0')
)
libraryDependencies += "eu.trentorise.opendata" % "nlprise" % "0.2.0"
[eu.trentorise.opendata/nlprise "0.2.0"]

Dependencies

compile (9)

Group / Artifact Type Version
org.parboiled : parboiled-core jar 1.1.5
org.parboiled : parboiled-java jar 1.1.5
com.rubiconproject.oss : jchronic jar 0.2.6
org.pojava : datetime jar 1.0.2
org.codehaus.jackson : jackson-core-asl jar 1.9.12
org.codehaus.jackson : jackson-mapper-asl jar 1.9.12
org.codehaus.jackson : jackson-xc jar 1.9.12
com.google.code.findbugs : jsr305 jar 2.0.1
com.google.code.findbugs : annotations jar 2.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

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
eu.trentorise.opendata

Open Data in Trentino

Versions

Version
0.2.0
0.1.0