Liking cljdoc? Tell your friends :D

zensols.nlparse.srl

Wrap ClearNLP SRL.

Currently the propbank trained version is used. The main classification function is label.

Wrap ClearNLP SRL.

Currently the propbank trained version is used.  The main classification
function is [[label]].
raw docstring

classify-sent-treesclj

(classify-sent-trees sent-trees)
(classify-sent-trees sent-trees classify-fn)

Return the max likelihood (by score returned from parse-sentences) tree set. The returned value is a list of sentences most likely to be correct.

Return the max likelihood (by score returned from [[parse-sentences]]) tree
set.  The returned value is a list of sentences most likely to be correct.
sourceraw docstring

dependency-labelsclj

(dependency-labels)

Return dependency labels (under the head level and at the function tag level).

Return dependency labels (under the head level and at the function tag
level).
sourceraw docstring

first-label-token-thresholdclj

Token minimum position that contains a label to help decide the best SRL labeled sentence to choose.

Token minimum position that contains a label to help decide the best SRL
labeled sentence to choose.
sourceraw docstring

head-dependency-labelsclj

(head-dependency-labels)

Return all argument labels for head dependencies.

Return all argument labels for head dependencies.
sourceraw docstring

head-function-tagsclj

(head-function-tags)

Return function tags (under the head level).

Return function tags (under the head level).
sourceraw docstring

labelclj

(label tokens)

Label (classify) and return the tokenized sequence tokens of a sentence.

  • tokens are a sequence of strings that make up a sentence
Label (classify) and return the tokenized sequence **tokens** of a sentence.

* **tokens** are a sequence of strings that make up a sentence
sourceraw docstring

parseclj

(parse panon)
source

parse-sentencesclj

(parse-sentences sents)

Returns a list of hashs each having a list of sentence trees of the form: ({:sent, :score, :tree) ...}. Each element's :tree value is a list of DEPTree instances. Parameter is an object returned from [[parse-todo/parse]].

Returns a list of hashs each having a list of sentence trees of the form:
({:sent, :score, :tree) ...}.  Each element's :tree value is a list of
DEPTree instances.  Parameter is an object returned
from [[parse-todo/parse]].
sourceraw docstring

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

× close