License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.kotlinnlp |
ArtifactId | ArtifactIdcorrelator |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.kotlinnlp:correlator
Correlate texts respect to linguistic perspectives.
|
Filename | Size |
---|---|
correlator-0.1.0.pom | |
correlator-0.1.0.jar | 36 KB |
correlator-0.1.0-sources.jar | 8 KB |
correlator-0.1.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kotlinnlp/correlator/ -->
<dependency>
<groupId>com.kotlinnlp</groupId>
<artifactId>correlator</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/correlator/
implementation 'com.kotlinnlp:correlator:0.1.0'
// https://jarcasting.com/artifacts/com.kotlinnlp/correlator/
implementation ("com.kotlinnlp:correlator:0.1.0")
'com.kotlinnlp:correlator:jar:0.1.0'
<dependency org="com.kotlinnlp" name="correlator" rev="0.1.0">
<artifact name="correlator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='correlator', version='0.1.0')
)
libraryDependencies += "com.kotlinnlp" % "correlator" % "0.1.0"
[com.kotlinnlp/correlator "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.31 |
com.kotlinnlp : neuraltokenizer | jar | 0.4.8 |
com.kotlinnlp : neuralparser | jar | 0.6.5 |