Resources
ETRI parser (Korean Parser)
curl -X POST -H "application/x-www-form-urlencoded" -d "sentence=INPUT_TEXT" http://143.248.135.20:22334/controller/service/etri_parser
ELU 2.0
(Entity Linking for Korean)
Documentation: http://121.254.173.77:30000/components/6
http://143.248.135.187.22334/controller/service/entitiylinking
curl -X POST -H "Content-Type:application/x-www-form-urlencoded" -d "대한민국의 지방법원의 수는 총 18개이다." http://143.248.135.20:33332/myapp/service/entity_linking
HOW TO RUN THE SERVICE
(at 143.248.135.20)
$ cd /home/lezakkaz/ELU-2.0
$ mvn exec:java
AGDISTIS-ko 2.0
(Entity Linking for Korean, AGDISTIS for Korean text)
Documentation: http://121.254.173.77:30000/components/6
http://121.254.173.77:33211/AGDISTIS
curl --data-urlencode text='INPUT_TEXT' -d type=agdistis http://121.254.173.77:33211/AGDISTIS
HOW TO RUN THE SERVICE
(at 121.254.173.77)
$ cd /home/b11_2015/AGDISTIS-ko/AGDISTIS
$ mvn exec:java
Templator Stub (Korean)
HOW TO USE THE SERVICE
curl -X POST -H "Content-Type: application/json" -d '_INPUT_' http://121.254.173.77:2360/ko/tgm/stub/service
HOW TO RUN THE SERVICE
(at 121.254.173.77)
$ cd /home/testuser02/KOTemplatorStub
$ mvn exec:java
Disambiguator Stub (Korean)
HOW TO USE THE SERVICE
curl -X POST -H "Content-Type: application/json" -d '_INPUT_' http://121.254.173.77:2361/ko/dm/stub/service
HOW TO RUN THE SERVICE
(at 121.254.173.77)
$ cd /home/testuser02/KODisambiguatorStub
$ mvn exec:java