MVN

edu.ucla.sspace : sspace

Maven & Gradle

Aug 10, 2013
2 usages
203 stars

S-Space Package · The S-Space Package is a Natural Language Processing library for distributional semantics representations. Distributional semantics representations model the meaning of words, phrases, and sentences as high dimensional vectors or probability distributions. The library includes common algorithms such as Latent Semantic Analysis, Random Indexing, and Latent Dirichlet Allocation. The S-Space package also includes software libraries for matrices, vectors, graphs, and numerous clustering algorithms.

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

Latest Version

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

  • Latest Stable: 2.0.4

All Versions

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

Version Vulnerabilities Updated
2.0.x
sspace-2.0.4
sspace-2.0.3
sspace-2.0.2
sspace-2.0.1
2.0
sspace-2.0
1.6
sspace-1.6

How to add a dependency to Maven

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

<dependency>
    <groupId>edu.ucla.sspace</groupId>
    <artifactId>sspace</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'edu.ucla.sspace:sspace:2.0.4'

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

implementation("edu.ucla.sspace:sspace:2.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "edu.ucla.sspace" % "sspace" % "2.0.4"

Advertisement