What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Aug 21, 2008 by dwiddows
Labels: Phase-Deploy
InstallationInstructions  
Installation guide for semantic vectors package.

Summary

This page contains brief instructions for installing and running the prerelease version (0.8) of the Semantic Vectors package from the University of Pittsburgh.

These sketch instructions presume that you're reasonably familiar with Java, Ant, CLASSPATHs, etc. If not, you might struggle a bit. Better documentation will hopefully follow sometime soon.

Prerequisites

To Install from Jar Distribution

To Build from Source

To Build and Search a Model

Training Cycles

Models can be built in several phases by passing the document vectors back to rebuild new term vectors. See TrainingCycles.

Bilingual Models

For instructions on building a bilingual model from a parallel corpus, see BilingualModels.

Positional Indexes

For instructions on building an index based on term positions, see PositionalIndexes.

Permutation Search

Indexes can now be built that encode directional relationships between words. See PermutationSearch.

Vector Store Formats

The SemanticVectors package currently (as of version 1.6) supports two different vector store formats, a plain text format and an optimized format created by the Lucene I/O packages. For more information including format translation utilities, see VectorStoreFormats.

Developer API Docs

See http://semanticvectors.googlecode.com/svn/trunk/doc/index.html Some useful information may be found in the ReleaseLog.


Sign in to add a comment