Liking cljdoc? Tell your friends :D
Clojure only.

code-maat.analysis.commit-messages


by-word-frequencyclj

(by-word-frequency ds options)

Returns the frequencies of the given word matches across all entities. This analysis is typically used to extrapolate bug fixes from the commit messages. For example, the user may specify a list of suspicious words like bug, error, etc and this function counts the occourences.

Returns the frequencies of the given word matches
across all entities.
This analysis is typically used to extrapolate
bug fixes from the commit messages.
For example, the user may specify a list of
suspicious words like bug, error, etc and
this function counts the occourences.
sourceraw docstring

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

× close