== Random Indexing on GPU ==

This is a package of utilities for preprocessing text data and GPU-accelerated Random Indexing.
It contains source codes and Visual Studio projects for the following utilities:

* BuildPositionalIndex - reads text files and feeds them to CLucene index (compatible with Lucene)
* ProcessTermVectors - a practical implementation of Random Indexing on GPU
* RandomIndexing_on_GPU - benchmark / verification of Random Indexing on GPU
* WriteTermVectors - reads CLucene index and transforms it to more compact form,
	useful for debugging and benchmarking

This compiles under Visual Studio 2008.

== Hardware requirements ==

OpenCL-capable graphics card (GeForce 8800 and up)
