Last Version

ClearWSD 0.12.1

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

License

License

GroupId

GroupId

io.github.clearwsd
ArtifactId

ArtifactId

clearwsd
Version

Version

0.12.1
Type

Type

pom
Description

Description

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

Project URL

https://github.com/clearwsd/clearwsd
Source Code Management

Source Code Management

https://github.com/clearwsd/clearwsd

Download clearwsd 0.12.1

Filename Size
clearwsd-0.12.1.pom 7 KB
Browse

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 27.0-jre
org.slf4j : slf4j-api jar 1.7.25
ch.qos.logback : logback-classic jar 1.2.3

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • clearwsd-api
  • clearwsd-cli
  • clearwsd-core
  • clearwsd-models
  • clearwsd-nlp4j
  • clearwsd-stanford