Last Version

S-Space Package 2.0.4

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.

License

License

GroupId

GroupId

edu.ucla.sspace
ArtifactId

ArtifactId

sspace
Version

Version

2.0.4
Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

http://github.com/fozziethebeat/S-Space

Download sspace 2.0.4


<!-- https://jarcasting.com/artifacts/edu.ucla.sspace/sspace/ -->
<dependency>
    <groupId>edu.ucla.sspace</groupId>
    <artifactId>sspace</artifactId>
    <version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucla.sspace/sspace/
implementation 'edu.ucla.sspace:sspace:2.0.4'
// https://jarcasting.com/artifacts/edu.ucla.sspace/sspace/
implementation ("edu.ucla.sspace:sspace:2.0.4")
'edu.ucla.sspace:sspace:jar:2.0.4'
<dependency org="edu.ucla.sspace" name="sspace" rev="2.0.4">
  <artifact name="sspace" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucla.sspace', module='sspace', version='2.0.4')
)
libraryDependencies += "edu.ucla.sspace" % "sspace" % "2.0.4"
[edu.ucla.sspace/sspace "2.0.4"]

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.trove4j : trove4j jar 3.0.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.8

Project Modules

There are no modules declared in this project.