is not current version
Last Version 0.12.1

io.github.clearwsd:clearwsd 0.12.0

ClearWSD is a library for performing word sense disambiguation using supervised machine learning.

GroupId

GroupId

io.github.clearwsd
ArtifactId

ArtifactId

clearwsd
Version

Version

0.12.0
Type

Type

pom

Download clearwsd 0.12.0

Filename Size
clearwsd-0.12.0.pom 7 KB
Browse

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