All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.kju2.languagedetector.text.Texts Maven / Gradle / Ivy

Go to download

Detect the language of a given text. This library is able to distinguish 68 languages.

The newest version!
package io.github.kju2.languagedetector.text;

import lombok.experimental.UtilityClass;

@UtilityClass
public class Texts {
	/**
	 * Used as replacement for all unnecessary and problematic characters, e.g. '.', '\u00A0', ... .
	 */
	public static final char SPACE = ' ';
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy