c

clesa

Cross Lingual Explicit Semantic Analysis from the Monnet Project's project.
https://github.com/monnetproject/
BSD 3-clause "New" or "Revised" License
John P. McCrae
Files download
File Operation
clesa-1.18.4.jar download
clesa-1.18.4.pom download
clesa-1.18.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.monnetproject</groupId>
  <artifactId>clesa</artifactId>
  <version>1.18.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.monnetproject:clesa:1.18.4'
Gradle Kotlin
implementation("com.github.monnetproject:clesa:1.18.4")
Scala SBT
libraryDependencies += "com.github.monnetproject" % "clesa" % "1.18.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.monnetproject', module='clesa', version='1.18.4')
)
Apache Ivy
<dependency org="com.github.monnetproject" name="clesa" rev="1.18.4" />
Leiningen
[com.github.monnetproject/clesa "1.18.4"]
Apache Buildr
'com.github.monnetproject:clesa:jar:1.18.4'