Liking cljdoc? Tell your friends :D

zensols.nlparse.stanford

Wraps the Stanford CoreNLP parser.

Wraps the Stanford CoreNLP parser.
raw docstring

coref-tree-to-mapclj

(coref-tree-to-map anon)
source

parseclj

(parse utterance)

Parse natural language utterance.

See zensols.nlparse.parse/parse for a superset hierarchy of what this returns.

See [[with-context]] and [[create-context]].

Parse natural language **utterance**.

See [[zensols.nlparse.parse/parse]] for a superset hierarchy of what this
returns.

See [[with-context]] and [[create-context]].
sourceraw docstring

parse-debugclj

(parse-debug utterance)

Print the Stanford CoreNLP object representation of the utterance.

Print the Stanford CoreNLP object representation of the **utterance**.
sourceraw docstring

parse-objectclj

(parse-object utterance)

Parse utterance and return an [[edu.stanford.nlp.pipeline.Annotation]] object.

Parse **utterance** and return an [[edu.stanford.nlp.pipeline.Annotation]]
object.
sourceraw docstring

pr-anonclj

(pr-anon anon & {:keys [full-class-name?] :or {full-class-name? false}})

Print out all of the anontation data for an object, but not it's children.

Print out all of the anontation data for an object, but not it's children.
sourceraw docstring

pr-anon-deepclj

(pr-anon-deep anon)

Recursively iterate through an annotation object and print it's data.

Recursively iterate through an annotation object and print it's data.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close