core
core copied to clipboard
Clojure wrapper for the Stanford CoreNLP Java library
`(-> "Bills on ports and immigration were submitted by Senator Brownback, Republican of Kansas" nlp/dependency-graph);; => IllegalArgumentException No implementation of method: :src of protocol: #'loom.graph/Edge found for class: java.lang.Long clojure.core/-cache-protocol-fn...
We will need to create tests for the hole core ns and run those before we can merge this PR. This annotations namespace introduce all the core annotations implementations we...
I note that when I run (dependency-parse) on a sentence, I seem to receive different results from those pictured on https://nlp.stanford.edu/software/stanford-dependencies.shtml. The tags are different as well. Is there a...