MVN

edu.ucla.sspace : sspace-wordsi

Maven & Gradle

May 23, 2012
2 usages
203 stars

S-Space Package · The S-Space Package is a collection of algorithms for building Semantic Spaces as well as a highly-scalable library for designing new distributional semantics algorithms. Distributional algorithms process text corpora and represent the semantic for words as high dimensional feature vectors. This package also includes matrices, vectors, and numerous clustering algorithms. These approaches are known by many names, such as word spaces, semantic spaces, or distributed semantics and rest upon the Distributional Hypothesis: words that appear in similar contexts have similar meanings.

<dependency>
    <groupId>edu.ucla.sspace</groupId>
    <artifactId>sspace-wordsi</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.ucla.sspace : sspace-wordsi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of edu.ucla.sspace : sspace-wordsi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
sspace-wordsi-2.0

How to add a dependency to Maven

Add the following edu.ucla.sspace : sspace-wordsi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.ucla.sspace</groupId>
    <artifactId>sspace-wordsi</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.ucla.sspace : sspace-wordsi gradle dependency to your build.gradle file:

implementation 'edu.ucla.sspace:sspace-wordsi:2.0'

Gradle Kotlin DSL: Add the following edu.ucla.sspace : sspace-wordsi gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.ucla.sspace:sspace-wordsi:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.ucla.sspace : sspace-wordsi sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.ucla.sspace" % "sspace-wordsi" % "2.0"