Skip to content

Instantly share code, notes, and snippets.

@soldni
Created March 16, 2016 19:24
Show Gist options
  • Select an option

  • Save soldni/2b3dd368274be877c0e7 to your computer and use it in GitHub Desktop.

Select an option

Save soldni/2b3dd368274be877c0e7 to your computer and use it in GitHub Desktop.

How to Run MetaMap

First, start the tagger server

bin/skrmedpostctl start

Then, start WSD Server:

bin/wsdserverctl start

finally, run:

while true; do ./bin/mmserver14; sleep 1m; echo "Restarting..."; echo; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment