Welcome to Okapi Information Retrieval System
Okapi web interface is available on AWS
http://ec2-54-191-146-173.us-west-2.compute.amazonaws.com:8080/
Run the following Docker machine commands:
sudo docker pull sadrayan/okapi-ws-docker-file
sudo docker run --rm -it sadrayan/okapi-ws-docker-fileIn Docker container, run init.sh to start Okapi Web Service
cd /home/okapi-web-service
./init.shYou can you curl to access the Okapi Web Service API
# Get example
curl localhost:8080/database
#Post example
curl -H "Content-Type: application/x-www-form-urlencoded" -X POST -d 'parseTerms=united nations' localhost:8080/parseterms