Giter Site home page Giter Site logo

Comments (3)

roshanrahman avatar roshanrahman commented on June 21, 2024 1

Hi @buzzwin, thanks for pointing that out. Turns out the getAllProfanity method is poorly written. (Link to the test that it fails)

I'll get it fixed shortly.

In the meantime, if you only want to find if the string contains profanity or not, you can use the hasProfanity() method (it passes the substring test). To get a list of detected profanity, something like this might help:

if(filter.hasProfanity(yourString)) { 
var listOfProfanity = filter.getAllProfanity(yourString);
}

from profanity_filter.

roshanrahman avatar roshanrahman commented on June 21, 2024 1

Published version 2.0.0 of the package that contains a fix for this.
https://pub.dev/packages/profanity_filter/versions/2.0.0

The test cases all pass, and it should now work correctly. Closing the issue for now.

Feel free to open new issue if you encounter any bugs.

from profanity_filter.

Desync-o-tron avatar Desync-o-tron commented on June 21, 2024

This is huge..

from profanity_filter.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.