Package de.jplag.text

Class NaturalLanguage

java.lang.Object
de.jplag.text.NaturalLanguage
All Implemented Interfaces:
Language

@MetaInfServices(de.jplag.Language.class) public class NaturalLanguage extends Object implements Language
Language class for parsing (natural language) text. This language module employs a primitive approach where individual words are interpreted as token types. Whitespace and special characters are ignored. This approach works, but there are better approaches for text plagiarism out there (based on NLP techniques).