jar

com.modernmt.text : profanity-filter

Maven & Gradle

Aug 12, 2022
3 stars

Profanity Filter · Simple and fast dictionary-based multi-language profanity filter

Table Of Contents

Latest Version

Download com.modernmt.text : profanity-filter JAR file - Latest Versions:

All Versions

Download com.modernmt.text : profanity-filter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window profanity-filter-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.modernmt.text.profanity.dictionary

├─ com.modernmt.text.profanity.dictionary.Dictionary.class - [JAR]

├─ com.modernmt.text.profanity.dictionary.DictionaryBuilder.class - [JAR]

├─ com.modernmt.text.profanity.dictionary.Profanity.class - [JAR]

├─ com.modernmt.text.profanity.dictionary.Text.class - [JAR]

com.modernmt.text.profanity.corpus

├─ com.modernmt.text.profanity.corpus.Corpus.class - [JAR]

├─ com.modernmt.text.profanity.corpus.CorpusReader.class - [JAR]

├─ com.modernmt.text.profanity.corpus.TranslationUnit.class - [JAR]

├─ com.modernmt.text.profanity.corpus.UnixLineReader.class - [JAR]

├─ com.modernmt.text.profanity.corpus.UnixLineWriter.class - [JAR]

com.modernmt.text.profanity

├─ com.modernmt.text.profanity.ProfanityFilter.class - [JAR]

Advertisement