Liking cljdoc? Tell your friends :D
Clojure only.

core.nlp.protocols


PImplementationcljprotocol

Protocol for general implementation functionality. Required to support implementation metadata and feature vector matrix construction.

Protocol for general implementation functionality. Required to
support implementation metadata and feature vector matrix construction.

implementation-keyclj

(implementation-key s)

Returns a keyword representing this implementation. Each implementation should have one unique key.

Returns a keyword representing this implementation.
Each implementation should have one unique key.

meta-infoclj

(meta-info s)

Returns meta-information on the implementation. It is expected that at least an element :doc containing a string describing an implementation is provided.

Returns meta-information on the implementation. It is expected that
at least an element :doc containing a string describing an implementation
is provided.

tokenizeclj

(tokenize s)

Returns a new array containing the tokenized content.

Returns a new array containing the tokenized content.
raw docstring

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

× close