text-frequency

group and rank words frequency in a text

Leiningen/Boot

[text-frequency "0.0.2-SNAPSHOT"]

Clojure CLI/deps.edn

text-frequency/text-frequency {:mvn/version "0.0.2-SNAPSHOT"}

Gradle

implementation("text-frequency:text-frequency:0.0.2-SNAPSHOT")

Maven

<dependency>
  <groupId>text-frequency</groupId>
  <artifactId>text-frequency</artifactId>
  <version>0.0.2-SNAPSHOT</version>
</dependency>