Liking cljdoc? Tell your friends :D

org.clojurenlp.core


-mainclj

(-main & args)
source

add-rootsclj

(add-roots dp)
source

betweenclj

(between n low high)
source

dependency-graphcljmultimethod

source

dependency-parsecljmultimethod

Produce a DependencyParse from a sentence, which is a directed graph structure whose nodes are words and edges are typed dependencies (Marneffe et al, 2005) between them.

Produce a DependencyParse from a sentence, which is a directed graph structure whose nodes are words and edges are typed dependencies (Marneffe et al, 2005) between them.
sourceraw docstring

initialize-pipelineclj

(initialize-pipeline)
(initialize-pipeline model-path)

0 Arity: Build NER tagging pipeline; use Stanford model 1 Arity: Build NER tagging pipeline; use custom model

0 Arity: Build NER tagging pipeline; use Stanford model
1 Arity: Build NER tagging pipeline; use custom model
sourceraw docstring

parsecljmultimethod

source

pos-tagcljmultimethod

Tag a sequence of words with their parts of speech, returning a sequence of TaggedWord objects.

Tag a sequence of words with their parts of speech, returning 
a sequence of TaggedWord objects.
sourceraw docstring

pprint-methods!clj

(pprint-methods! print-objects)

Simplifies object representation in REPL from [#object[edu.stanford.nlp.ling.TaggedWord 0x6a16b1ef"Short/JJ"]] to [#<TaggedWord Short/JJ>]

Simplifies object representation in REPL 
from
[#object[edu.stanford.nlp.ling.TaggedWord 0x6a16b1ef"Short/JJ"]]
to 
[#<TaggedWord Short/JJ>]
sourceraw docstring

read-parse-treeclj

(read-parse-tree s)
source

read-scored-parse-treeclj

(read-scored-parse-tree s)
source

rootsclj

(roots dp)
source

sentence-textclj

(sentence-text core-labels)
source

sentenizeclj

(sentenize text)
source

split-sentencesclj

(split-sentences text)
source

tag-nerclj

(tag-ner pipeline text)

Returns a map object containing original text, tokens, sentences

Returns a map object containing original text, tokens, sentences
sourceraw docstring

tag-sentenceclj

(tag-sentence sentence)
source

tag-wordsclj

(tag-words words)
source

tokenizeclj

(tokenize text)
source

wordcljmultimethod

Attempt to convert a given object into a Word, which is used by many downstream algorithms.

Attempt to convert a given object into a Word, which is used by many downstream algorithms.
sourceraw docstring

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

× close