Last Version

S-Space Package 2.0

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.

License

License

GroupId

GroupId

edu.ucla.sspace
ArtifactId

ArtifactId

sspace-wordsi
Version

Version

2.0
Type

Type

jar
Description

Description

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

Source Code Management

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

Download sspace-wordsi 2.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.commons : commons-math jar 2.2
net.sf.trove4j : trove4j jar 3.0.2
com.googlecode.netlib-java : netlib-java jar 0.9.3
net.sourceforge.f2j : arpack_combined_all jar 0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8

Project Modules

There are no modules declared in this project.