License |
License |
---|---|
GroupId | GroupIdio.github.clearwsd |
ArtifactId | ArtifactIdclearwsd |
Version | Version0.12.1 |
Type | Typepom |
Description |
DescriptionClearWSD
ClearWSD is a library for performing word sense disambiguation using supervised machine learning.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |