comparison demo/workspace/semantic_analysis.sh @ 13:16066f0a7127 tip

fixed the problem with brat
author Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk>
date Sat, 08 Dec 2018 11:02:40 +0000
parents 014bc3f21382
children
comparison
equal deleted inserted replaced
12:014bc3f21382 13:16066f0a7127
22 cp story_processed.txt story_processed.ann ~/brat/data/workspace 22 cp story_processed.txt story_processed.ann ~/brat/data/workspace
23 cp annotation.conf ~/brat/data/workspace 23 cp annotation.conf ~/brat/data/workspace
24 24
25 cd ~/brat 25 cd ~/brat
26 26
27 python2 standalone.py & 27 python3 standalone.py &
28 PID=$! 28 PID=$!
29 29
30 echo "Please visit http://0.0.0.0:8001/index.xhtml#/workspace/story_processed" 30 echo "Please visit http://0.0.0.0:8001/index.xhtml#/workspace/story_processed"
31 echo "login with user:au1/pass:au1 and make your changes, and then press enter here" 31 echo "login with user:au1/pass:au1 and make your changes, and then press enter here"
32 google-chrome 'http://0.0.0.0:8001/index.xhtml#/workspace/story_processed' 32 google-chrome 'http://0.0.0.0:8001/index.xhtml#/workspace/story_processed'