Fork me on GitHub
#clojure-nlp
<
2019-06-20
>
asier07:06:53

Hi all, for NLP-related project we have tried several annotation tools (https://dataturks.com/, http://brat.nlplab.org/, etc.), but they all have their issues. Based on your experience, which one would you recommend?

temco13:06:09

I used brat, after I applied a entity-library to automatically annotate the corpus firstly

temco13:06:17

I want to launch the python program and get the results from the clojure repl, but don't know how to make it

aaelony14:06:47

I have not yet had a chance to try it, but you might find this repo useful: https://github.com/cnuernber/libpython-clj

temco13:06:47

has anyone already made it?