Skip to content

Commit

Permalink
Copying over the airhead-research svn depot for doing the code review…
Browse files Browse the repository at this point in the history
…s, cleanly
  • Loading branch information
fozziethebeat committed Aug 4, 2011
0 parents commit a4ba0d4
Show file tree
Hide file tree
Showing 498 changed files with 112,885 additions and 0 deletions.
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions README
@@ -0,0 +1,19 @@
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. 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.

The research and development is being done by the Natural Language Processing
group at UCLA led by David Jurgens and Keith Stevens, under the advisory of Dr.
Michael Dyer.

See the Getting Started page
(http://code.google.com/p/airhead-research/wiki/GettingStarted) for a quick
introduction on how to use the S-Space package, see the Package Overview
(http://code.google.com/p/airhead-research/wiki/PackageStructure)for information
on the code and available features, or dive right into the Javadoc
(http://airhead-research.googlecode.com/svn/trunk/javadoc/1.7/index.html) to see
what's available now.

0 comments on commit a4ba0d4

Please sign in to comment.