nlprise

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

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

eu.trentorise.opendata
Идентификатор

Идентификатор

nlprise
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

nlprise
Java library for natural language processing. Initially geared to handle Italian.
Ссылка на сайт

Ссылка на сайт

https://github.com/opendatatrentino/NLPrise
Система контроля версий

Система контроля версий

https://github.com/opendatatrentino/nlprise

Скачать nlprise

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.2.0
0.1.0