ProfanityCheckerAPI

Java API for checking profanity via the alt-profanity-checker python library

MIT License

Stars
3

Bot releases are visible (Hide)

ProfanityCheckerAPI - ProfanityCheckerAPI v3.0 - Lombok, refactors Latest Release

Published by WiIIiam278 7 months ago

  • New builder instantiation system via lombok
  • Bug fixes with normalization
ProfanityCheckerAPI - ProfanityCheckerAPI v2.0.1

Published by WiIIiam278 almost 2 years ago

  • Fixed an issue with a Javadoc comment
ProfanityCheckerAPI - ProfanityCheckerAPI v2.0

Published by WiIIiam278 almost 2 years ago

  • Getting a ProfanityChecker instance is now done through the ProfanityCheckerBuilder, allowing a greater degree of flexibility
  • There is now just one isProfane method; threshold is set through the aforementioned builder
  • Changed the available normalization methods, now uses normalization type enums that provide Callable<String,String> methods for formatting text
ProfanityCheckerAPI - ProfanityCheckerAPI v1.3

Published by WiIIiam278 almost 2 years ago

  • Added new methods to normalize strings by (by @ChromMob via #1)
  • This should make the library more versatile against the most common bypasses/workarounds for using profane language
ProfanityCheckerAPI - ProfanityCheckerAPI v1.2

Published by WiIIiam278 almost 2 years ago

  • Migrated to gradle for building
  • Deprecated #dispose() for removal; please invoke the #close() AutoClosable method/a try-with statement to safely depose of the jep interpreter
  • Tweaked how and where jep is shaded and relocated
  • Bumped jep to 4.1.0
ProfanityCheckerAPI - ProfanityCheckerAPI 1.1

Published by WiIIiam278 over 2 years ago

  • Added ability to specify a jep library path in a new constructor (see jep FAQ)
  • ProfanityChecker now implements AutoClosable to facilitate usage in try-with
    • #dispose() has been deprecated, now use #close()
  • Added unit tests
ProfanityCheckerAPI - ProfanityCheckerAPI 1.0.1

Published by WiIIiam278 over 2 years ago

  • Release with javadocs
  • Add dispose method
ProfanityCheckerAPI - ProfanityCheckerAPI 1.0

Published by WiIIiam278 over 2 years ago

Badges
Extracted from project README
Build Status Discord Maven