Skip to main content

A small module meant for use in text generators that lets you filter strings for bad words.

Project description

A small module meant for use in text generators that lets you filter strings for bad words.

Getting Started

Install the module with: npm install wordfilter

var wordfilter = require('wordfilter');
wordfilter.blacklisted('does this string have a bad word in it?'); // "false"

// clear the list entirely
wordfilter.clearList();

// add new words
wordfilter.addWords(['zebra','elephant']);
wordfilter.blacklisted('this string has zebra in it'); // "true"

Documentation

This is a word filter adapted from code that I use in a lot of my twitter bots. It is based on a list of words that I’ve hand-picked for exclusion from my bots: essentially, it’s a list of things that I would not say myself. Generally speaking, they are “words of oppression”, aka racist/sexist/ableist things that I would not say.

The list is not all-inclusive, and I’m always adding words to it. If you’d like to file an issue or a pull request to add more words, please do so, but understand that this is primarily for use in my own projects, and I may not agree to add certain words. (For example, I have no problem with scatological words, so “shit” and “fuck” will never be on this list.)

Words are case insensitive.

Also note that due to the complexities of the English language, I am considering anything containing the substring of a bad word to be blacklisted. For example, even though “homogenous” is not a bad word, it contains the substring “homo” and it gets filtered. The reason for this is that new slang pops up all the time using compound words and I can’t possibly keep up with it. I’m willing to lose a few words like “homogenous” and “Pakistan” in order to avoid false negatives.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2013 Darius Kazemi
Licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wordfilter-0.1.8.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wordfilter-0.1.8-py2-none-any.whl (5.4 kB view details)

Uploaded Python 2

File details

Details for the file wordfilter-0.1.8.tar.gz.

File metadata

  • Download URL: wordfilter-0.1.8.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wordfilter-0.1.8.tar.gz
Algorithm Hash digest
SHA256 2f4436ebd9e5e23cd8dc865cda8e6f0edb705aa82cdef90706fb1a4bd2f57c8a
MD5 1c9e3a00159961c323b0d885aa01a893
BLAKE2b-256 eebf6580ce6f528506f2ce9b42a9b277a9caad2c18e924ca2cb065df8b718986

See more details on using hashes here.

File details

Details for the file wordfilter-0.1.8-py2-none-any.whl.

File metadata

File hashes

Hashes for wordfilter-0.1.8-py2-none-any.whl
Algorithm Hash digest
SHA256 d388e12113ffb96651992a2372fa09c8bf0913fd003eb574a13fb201678a2d5a
MD5 82e232113b13158e0849eb5429717057
BLAKE2b-256 eae92e8cfb547c431bb3a32575aa3bb9e5ade4bc93afc9d0b2918cc364f604ce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page