is not current version
Last Version 0.1.4

io.github.crew102:rapidrake 0.1.2

A fast version of the Rapid Automatic Keyword Extraction (RAKE) algorithm

GroupId

GroupId

io.github.crew102
ArtifactId

ArtifactId

rapidrake
Version

Version

0.1.2
Type

Type

jar

Download rapidrake 0.1.2


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