com.kotlinnlp:neuralparser

NeuralParser is a very simple to use dependency parser, based on the SimpleDNN library and the SyntaxDecoder transition systems framework.

Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.kotlinnlp
Идентификатор

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

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

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

0.6.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:neuralparser
NeuralParser is a very simple to use dependency parser, based on the SimpleDNN library and the SyntaxDecoder transition systems framework.
Ссылка на сайт

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

http://github.com/kotlinnlp/neuralparser
Система контроля версий

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

http://github.com/kotlinnlp/neuralparser/tree/master

Скачать neuralparser

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
com.beust : klaxon jar 5.2
com.kotlinnlp : lssencoder jar 0.2.3
com.kotlinnlp : dependencytree jar 0.5.2

test (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-test jar 1.3.31

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

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

NeuralParser Maven Central Build Status

NeuralParser is a very simple to use dependency parser, based on the SimpleDNN library and the SyntaxDecoder transition systems framework.

NeuralParser is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>neuralparser</artifactId>
    <version>0.6.5</version>
</dependency>

Examples

Try some examples of training and evaluation of NeuralParser running the files in the examples folder.

License

This software is released under the terms of the Mozilla Public License, v. 2.0

Contributions

We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page.

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

Версия
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0