Liking cljdoc? Tell your friends :D

opennlp.tools.filters

Namespace used for filtering POS-tagged datastructures by grammatical classification. Also provides methods for building your own filters.

Namespace used for filtering POS-tagged datastructures by grammatical
classification. Also provides methods for building your own filters.
raw docstring

adjective-phrasesclj

(adjective-phrases elements__1097__auto__)

Given a list of treebank-chunked elements, return only the adjective-phrases in a list.

Given a list of treebank-chunked elements, return only the adjective-phrases in a list.
sourceraw docstring

adverb-phrasesclj

(adverb-phrases elements__1097__auto__)

Given a list of treebank-chunked elements, return only the adverb-phrases in a list.

Given a list of treebank-chunked elements, return only the adverb-phrases in a list.
sourceraw docstring

chunk-filtercljmacro

(chunk-filter n r)

Declare a filter for treebank-chunked lists with the given name and regex.

Declare a filter for treebank-chunked lists with the given name and regex.
sourceraw docstring

nil-phrasesclj

(nil-phrases elements__1097__auto__)

Given a list of treebank-chunked elements, return only the nil-phrases in a list.

Given a list of treebank-chunked elements, return only the nil-phrases in a list.
sourceraw docstring

noun-phrasesclj

(noun-phrases elements__1097__auto__)

Given a list of treebank-chunked elements, return only the noun-phrases in a list.

Given a list of treebank-chunked elements, return only the noun-phrases in a list.
sourceraw docstring

nounsclj

(nouns elements__1090__auto__)

Given a list of pos-tagged elements, return only the nouns in a list.

Given a list of pos-tagged elements, return only the nouns in a list.
sourceraw docstring

nouns-and-verbsclj

(nouns-and-verbs elements__1090__auto__)

Given a list of pos-tagged elements, return only the nouns-and-verbs in a list.

Given a list of pos-tagged elements, return only the nouns-and-verbs in a list.
sourceraw docstring

pos-filtercljmacro

(pos-filter n r)

Declare a filter for pos-tagged vectors with the given name and regex.

Declare a filter for pos-tagged vectors with the given name and regex.
sourceraw docstring

proper-nounsclj

(proper-nouns elements__1090__auto__)

Given a list of pos-tagged elements, return only the proper-nouns in a list.

Given a list of pos-tagged elements, return only the proper-nouns in a list.
sourceraw docstring

verb-phrasesclj

(verb-phrases elements__1097__auto__)

Given a list of treebank-chunked elements, return only the verb-phrases in a list.

Given a list of treebank-chunked elements, return only the verb-phrases in a list.
sourceraw docstring

verbsclj

(verbs elements__1090__auto__)

Given a list of pos-tagged elements, return only the verbs in a list.

Given a list of pos-tagged elements, return only the verbs in a list.
sourceraw docstring

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

× close