com.kotlinnlp:summarizer

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

summarizer
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.kotlinnlp:summarizer
Calculate the salience score of sentences with the purpose to summarize a text.
Project URL

Project URL

http://github.com/kotlinnlp/summarizer
Source Code Management

Source Code Management

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

Download summarizer

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.1.0