DOC

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.

Table Of Contents

Latest Version

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

All Versions

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

Version Size Javadoc Updated
2.0.x
2.0
1.6

How to open Javadoc JAR file in web browser

  1. Rename the file sspace-2.0.4-javadoc.jar to sspace-2.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sspace-2.0.4-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-2.0.4-sources.jar" -d "sspace-2.0.4-javadoc" -subpackages 

Advertisement