A Clojure library designed to wrap Stanford CoreNLP's OpenIE
lein repl
(def pipeline (initialize-openie-pipeline))
(def text "I drink coke.")
(get-relations pipeline text)
Check out https://github.com/clojurenlp/core/ for some other Stanford CoreNLP wrappers.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |