Skip to content

This project is the source for the Alveo Indri wrapper

Notifications You must be signed in to change notification settings

Alveo/alveo-indri-wrapper

Repository files navigation

Alveo-Indri-Wrapper

This code is the wrapper for indri in the Alveo project. However, if you don't know what it is already, then you don't want to install it.

Installation instructions:

You will need:

Installation instructions:

 #install the dependencies
 
 go get code.google.com/p/gorest
 go get github.com/Alveo/alveo-golang-rest-client/alveoapi
 
 # install this code
 go get github.com/Alveo/alveo-indri-wrapper
 go install github.com/Alveo/alveo-indri-wrapper

Next, you'll need to edit the config file to include the location of the indri binaries and the port you want the wrapper to run on.

 # create and edit the config file
 cd $GOPATH/src/github.com/TimothyJones/hcsvlab-consumer
 cp config.json.defaul config.json
 vim config.json

That's it! You can run it with:

alveo-indri-wrapper

In the directory where config.json is stored.

#Further documentation

Further documentation is available in the doc directory.

About

This project is the source for the Alveo Indri wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published