|
InstallationInstructions
Installation guide for semantic vectors package.
SummaryThis 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 CyclesModels can be built in several phases by passing the document vectors back to rebuild new term vectors. See TrainingCycles. Bilingual ModelsFor instructions on building a bilingual model from a parallel corpus, see BilingualModels. Positional IndexesFor instructions on building an index based on term positions, see PositionalIndexes. Permutation SearchIndexes can now be built that encode directional relationships between words. See PermutationSearch. Vector Store FormatsThe 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 DocsSee http://semanticvectors.googlecode.com/svn/trunk/doc/index.html Some useful information may be found in the ReleaseLog. |
Sign in to add a comment
