com.kotlinnlp:summarizer

Calculate the salience score of sentences with the purpose to summarize a text.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:summarizer
Calculate the salience score of sentences with the purpose to summarize a text.
Ссылка на сайт

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

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

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

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

Скачать summarizer

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
com.kotlinnlp : linguisticdescription jar 0.12.2
com.kotlinnlp : simplednn jar 0.14.0

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

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

Summarizer Maven Central Build Status

Calculate the salience score of sentences with the purpose to summarize a text.

Summarizer is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>summarizer</artifactId>
    <version>0.1.0</version>
</dependency>

Examples

Try some examples of how to use the Summarizer 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.1.0