Last Version

com.kotlinnlp:summarizer 0.1.0

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
Version

Version

0.1.0
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 0.1.0


<!-- 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.