go-away | Library for detecting profanities in Go
kandi X-RAY | go-away Summary
kandi X-RAY | go-away Summary
go-away is a Go library. go-away has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Library for detecting profanities in Go
Library for detecting profanities in Go
Support
Quality
Security
License
Reuse
Support
go-away has a low active ecosystem.
It has 101 star(s) with 126 fork(s). There are 3 watchers for this library.
It had no major release in the last 12 months.
There are 7 open issues and 14 have been closed. On average issues are closed in 131 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of go-away is v1.6.10
Quality
go-away has no bugs reported.
Security
go-away has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
go-away is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
go-away releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed go-away and discovered the below as its top functions. This is intended to give you an instant insight into go-away implemented functionality, and help decide if they suit your requirements.
- removeAccents removes characters from a string
- NewProfanityDetector returns an initialized ProfanityDetector .
- ExtractProfanity extracts profiles from a string .
- Censor returns a human - readable string of the given string .
- IsProfane reports whether s is a profile .
- WithSanitizeLeetSpeak sets the profanityDetak flag to true .
Get all kandi verified functions for this library.
go-away Key Features
No Key Features are available at this moment for go-away.
go-away Examples and Code Snippets
Copy
package main
import (
"github.com/TwiN/go-away"
)
func main() {
goaway.IsProfane("fuck this shit") // returns true
goaway.ExtractProfanity("fuck this shit") // returns "fuck"
goaway.Censor("fuck this shit")
Community Discussions
No Community Discussions are available at this moment for go-away.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install go-away
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page