
io.github.kju2.languagedetector.text.Texts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of language-detector Show documentation
Show all versions of language-detector Show documentation
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