is not current version
Last Version 1.0.20

io.github.starlangsoftware:NGram 1.0.13

Ngrams with Basic Smoothings

GroupId

GroupId

io.github.starlangsoftware
ArtifactId

ArtifactId

NGram
Version

Version

1.0.13
Type

Type

jar

Download NGram 1.0.13


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