Liking cljdoc? Tell your friends :D
Clojure only.

zensols.nlparse.resource

Configure environment for the NLP pipeline.

Configure environment for the NLP pipeline.
raw docstring

initializeclj

(initialize)

Initialize model resource locations.

This needs the system property zensols.model set to a directory that has the POS tagger model english-left3words-distsim.tagger(or whatever you configure in [[zensols.nlparse.stanford/create-context]]) in a directory called pos.

See the source documentation for more information.

Initialize model resource locations.

This needs the system property `zensols.model` set to a directory that
has the POS tagger model `english-left3words-distsim.tagger`(or whatever
you configure in [[zensols.nlparse.stanford/create-context]]) in a directory
called `pos`.

See the [source documentation](https://github.com/plandes/clj-nlp-parse) for
more information.
sourceraw docstring

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

× close