Size: 79
Comment:
|
← Revision 15 as of 2016-08-14 18:02:30 ⇥
Size: 1187
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Contains the Open-IE part from CSD. Publications: [[http://ad-publications.informatik.uni-freiburg.de/ECIR_csdie-inf_BH_2014.pdf|CSD-IE ]] [[http://ad-publications.informatik.uni-freiburg.de/ICSC_csdie_BH_2013.pdf|CSD-IE inference]]. | |
Line 8: | Line 9: |
The code is currently on bitbucket: [[https://bitbucket.org/onekonek/csd-ie]] (make sure to use the discourse branch). The webapp (see below) is also on bitbucket: [[https://bitbucket.org/onekonek/csd-ie-webapp]]. |
|
Line 11: | Line 14: |
== Data == | The service consists of several servers: === Start parsing + CSD-IE server === {{{ ssh metropolis sudo su haussmae cd /home/haussmae/csd-ie-2.0/csd-ie-webapp ant run }}} === Start CSD-IE webapp server === {{{ ssh metropolis sudo su haussmae cd /home/haussmae/csd-ie-2.0/csd-ie-webapp . ./venv2/bin/activate python csd_ie_server.py }}} runs on port 6543 === Start CSD-IE API === {{{ ssh metropolis sudo su haussmae cd /home/haussmae/csd-ie-2.0/csd-ie-webapp . ./venv2/bin/activate python csd_ie_api.py }}} runs on port 6544. Description is provided by CSD-IE server, e.g., http://metropolis.informatik.uni-freiburg.de:6543/api |
CSD-IE
Description
Contains the Open-IE part from CSD. Publications: CSD-IE CSD-IE inference.
Code
The code is currently on bitbucket: https://bitbucket.org/onekonek/csd-ie (make sure to use the discourse branch). The webapp (see below) is also on bitbucket: https://bitbucket.org/onekonek/csd-ie-webapp.
Demo
The service consists of several servers:
Start parsing + CSD-IE server
ssh metropolis sudo su haussmae cd /home/haussmae/csd-ie-2.0/csd-ie-webapp ant run
Start CSD-IE webapp server
ssh metropolis sudo su haussmae cd /home/haussmae/csd-ie-2.0/csd-ie-webapp . ./venv2/bin/activate python csd_ie_server.py
runs on port 6543
Start CSD-IE API
ssh metropolis sudo su haussmae cd /home/haussmae/csd-ie-2.0/csd-ie-webapp . ./venv2/bin/activate python csd_ie_api.py
runs on port 6544. Description is provided by CSD-IE server, e.g., http://metropolis.informatik.uni-freiburg.de:6543/api