commons-text

A Java library for processing texts.

This software is part of the Shredzone Commons.

The source code can be found at GitHub and is distributed under the terms of GNU Lesser General Public License Version 3.

Installation

commons-text is available at Maven Central. Just add this snippet to your pom.xml:

<dependency>
  <groupId>org.shredzone.commons</groupId>
  <artifactId>commons-text</artifactId>
  <version>2.8</version>
</dependency>

Java Module

Add this line to your module descriptor:

requires org.shredzone.commons.text;