DOC

edu.ucla.sspace : sspace-wordsi

Maven & Gradle

May 23, 2012
2 usages
202 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.

Table Of Contents

Latest Version

Download edu.ucla.sspace : sspace-wordsi Javadoc & API Documentation - Latest Versions:

All Versions

Download edu.ucla.sspace : sspace-wordsi Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0

How to open Javadoc JAR file in web browser

  1. Rename the file sspace-wordsi-2.0-javadoc.jar to sspace-wordsi-2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sspace-wordsi-2.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sspace-wordsi-2.0-sources.jar" -d "sspace-wordsi-2.0-javadoc" -subpackages