go-away | Library for detecting profanities in Go

 by   TwiN Go Version: v1.6.10 License: MIT

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
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              go-away has a low active ecosystem.
              It has 101 star(s) with 126 fork(s). There are 3 watchers for this library.
              OutlinedDot
              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

            kandi-Quality Quality

              go-away has no bugs reported.

            kandi-Security Security

              go-away has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License 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.

            kandi-Reuse 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

            go-away,Usage
            Godot img1Lines of Code : 30dot img1License : Permissive (MIT)
            copy iconCopy
            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")     
            go-away,Installation
            Godot img2Lines of Code : 1dot img2License : Permissive (MIT)
            copy iconCopy
            go get -u github.com/TwiN/go-away
              

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/TwiN/go-away.git

          • CLI

            gh repo clone TwiN/go-away

          • sshUrl

            git@github.com:TwiN/go-away.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link