Liking cljdoc? Tell your friends :D

opennlp.nlp

The main namespace for the clojure-opennlp project. Functions for creating NLP performers can be created with the tools in this namespace.

The main namespace for the clojure-opennlp project. Functions for
creating NLP performers can be created with the tools in this namespace.
raw docstring

make-detokenizercljmultimethod

Return a function for taking tokens and recombining them into a sentence based on a given model file.

Return a function for taking tokens and recombining them into a sentence
based on a given model file.
sourceraw docstring

make-document-categorizercljmultimethod

Return a function for determining a category given a model.

Return a function for determining a category given a model.
sourceraw docstring

make-name-findercljmultimethod

Return a function for finding names from tokens based on a given model file.

Return a function for finding names from tokens based on a given
model file.
sourceraw docstring

make-pos-taggercljmultimethod

Return a function for tagging tokens based on a givel model file.

Return a function for tagging tokens based on a givel model file.
sourceraw docstring

make-sentence-detectorcljmultimethod

Return a function for splitting sentences given a model file.

Return a function for splitting sentences given a model file.
sourceraw docstring

make-tokenizercljmultimethod

Return a function for tokenizing a sentence based on a given model file.

Return a function for tokenizing a sentence based on a given model file.
sourceraw docstring

parse-categoriesclj

(parse-categories outcomes-string outcomes)
source

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

× close