Liking cljdoc? Tell your friends :D

opennlp.treebank

Namespace containing tools pertaining to the treebank NLP tools. This includes treebank chuncking, parsing and linking (coref).

Namespace containing tools pertaining to the treebank NLP tools.
This includes treebank chuncking, parsing and linking (coref).
raw docstring

*advance-percentage*clj

source

*beam-size*clj

source

make-treeclj

(make-tree tree-text & [tag-fn])

Make a tree from the string output of a treebank-parser.

Make a tree from the string output of a treebank-parser.
sourceraw docstring

make-treebank-chunkercljmultimethod

Return a function for chunking phrases from pos-tagged tokens based on a given model file.

Return a function for chunking phrases from pos-tagged tokens based on
a given model file.
sourceraw docstring

make-treebank-parsercljmultimethod

Return a function for treebank parsing a sequence of sentences, based on a given model file.

Return a function for treebank parsing a sequence of sentences, based on
a given model file.
sourceraw docstring

phrase-stringsclj

(phrase-strings phrase-chunks)

Given the chunks from a treebank-chunker, return a list of phrase strings.

Given the chunks from a treebank-chunker, return a list of phrase strings.
sourceraw docstring

phrasesclj

(phrases phrases)

Given the chunks from a treebank-chunker, return just a list of phrase word-lists.

Given the chunks from a treebank-chunker, return just a list of phrase
word-lists.
sourceraw docstring

treebank-phraseclj

source

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

× close