go-away

Library for detecting profanities in Go

MIT License

Stars
175

Bot releases are hidden (Show)

go-away - v1.1.4

Published by TwiN over 3 years ago

  • Added phoebe in the list of false positives - Thanks to @TomMahle #12
  • Fixed typo in one of the false positives - Thanks to @psidex #13 #14
go-away - v1.1.3

Published by TwiN over 3 years ago

Added cass (to cover for words like cassie and cassandra) to list of false positives - Thanks to @TomMahle #11

go-away - v1.1.2

Published by TwiN over 3 years ago

Minor performance improvements

go-away - v1.1.1

Published by TwiN over 3 years ago

  • Updated Go to 1.16
  • Updated dependencies
  • Minor improvements
go-away - v1.1.0

Published by TwiN over 3 years ago

  • Improved accuracy
  • Added false negatives
go-away - v1.0.1

Published by TwiN almost 4 years ago

  • Improved performance by only allocating the text transformer once - Thanks to @finnbear #10
go-away - v1.0.0

Published by TwiN almost 4 years ago

  • Created a ProfanityDetector struct to allow customization of sanitization
  • Added the ability to toggle sanitizing leet speak and special characters #9
go-away - v0.0.5

Published by TwiN about 4 years ago

  • Added function to toggle removing accents during sanitization (goaway.SetSanitizeAccent(bool))
  • Added benchmarks
  • Updated list of false positives
  • Updated list of profanities
go-away - v0.0.4

Published by TwiN about 4 years ago

  • Added substitution of + to t
  • Added butthe as false positive
  • Fixed ! substitution to i
  • Improved test coverage
  • Updated Go to 1.15
go-away - v0.0.3

Published by TwiN about 4 years ago

  • Added support for false positives - @mattwhite180 (#6)
go-away - v0.0.2

Published by TwiN over 4 years ago

  • Updated libraries
  • Moved slice of profanities in different file
  • Updated Go to 1.14
go-away - v0.0.1

Published by TwiN about 5 years ago

First release

Package Rankings
Top 2.52% on Proxy.golang.org
Badges
Extracted from project README
Go Report Card codecov Go Reference Follow TwiN