Download sspace-wordsi-2.0.jar file - Jar s

Jar examples for s:sspace-wordsi

Description

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.

You can download jar file sspace-wordsi 2.0 in this page.

License

GNU General Public License 2

Build File

You can use the following script to add sspace-wordsi-2.0.jar to your project.

<dependency>
   <groupId>edu.ucla.sspace</groupId>
   <artifactId>sspace-wordsi</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'edu.ucla.sspace', name: 'sspace-wordsi', version: '2.0'
libraryDependencies += "edu.ucla.sspace" % "sspace-wordsi" % "2.0"
<dependency org="edu.ucla.sspace" name="sspace-wordsi" rev="2.0"/>
@Grapes(@Grab(group='edu.ucla.sspace', module='sspace-wordsi', version='2.0'))
'edu.ucla.sspace:sspace-wordsi:jar:2.0'

Download

Click the following link to download the jar file.

sspace-wordsi-2.0-jar-with-dependencies.jar
sspace-wordsi-2.0-javadoc.jar
sspace-wordsi-2.0-sources.jar
sspace-wordsi-2.0.jar
sspace-wordsi-2.0.pom



Related Tutorials