All Projects → zacanger → Profane Words

zacanger / Profane Words

Licence: wtfpl
A very long list of English profanity.

Programming Languages

javascript
184084 projects - #8 most used programming language
language
365 projects

Projects that are alternatives of or similar to Profane Words

Vocabs
📚 A lightweight online dictionary integration to the command line. No browsers. No paperbacks.
Stars: ✭ 226 (+137.89%)
Mutual labels:  english, words
An Array Of English Words
List of ~275,000 English words
Stars: ✭ 114 (+20%)
Mutual labels:  english, words
Pluralize
Pluralize or singularize any word based on a count
Stars: ✭ 1,808 (+1803.16%)
Mutual labels:  english, words
rhymes
Give me an English word and I’ll give you a list of rhymes
Stars: ✭ 34 (-64.21%)
Mutual labels:  english, words
words-aas
📕 a simple API to generate unique randomized words & phrases.
Stars: ✭ 69 (-27.37%)
Mutual labels:  english, words
similar-english-words
Give me a word and I’ll give you an array of words that differ by a single letter.
Stars: ✭ 25 (-73.68%)
Mutual labels:  english, words
ety-python
A Python module to discover the etymology of words
Stars: ✭ 110 (+15.79%)
Mutual labels:  english, words
go-pluralize
Pluralize and singularize any word (golang adaptation of https://www.npmjs.com/package/pluralize)
Stars: ✭ 60 (-36.84%)
Mutual labels:  english, words
Google Ime Dictionary
日英変換・英語略語展開のための IME 追加辞書 📙 日本語から英語への和英変換や英語略語の展開を Google 日本語入力や ATOK などで可能にする IME 拡張辞書です
Stars: ✭ 30 (-68.42%)
Mutual labels:  english
Multilingual Latent Dirichlet Allocation Lda
A Multilingual Latent Dirichlet Allocation (LDA) Pipeline with Stop Words Removal, n-gram features, and Inverse Stemming, in Python.
Stars: ✭ 64 (-32.63%)
Mutual labels:  english
Webolith
Aerolith 2.0 - Aerolith for the web. A word study site - study for Scrabble, Boggle, Words With Frentz, etc.
Stars: ✭ 28 (-70.53%)
Mutual labels:  words
Image Processing
Image Processing with Python
Stars: ✭ 34 (-64.21%)
Mutual labels:  english
Redux React I18n
An i18n solution for React/Redux and React Native projects
Stars: ✭ 64 (-32.63%)
Mutual labels:  english
Nextword Data
Dataset for nextword.
Stars: ✭ 30 (-68.42%)
Mutual labels:  english
R Raster Vector Geospatial
Introduction to Geospatial Raster and Vector Data with R
Stars: ✭ 76 (-20%)
Mutual labels:  english
Natas
Python 3 library for processing historical English
Stars: ✭ 28 (-70.53%)
Mutual labels:  english
Meetup Presentations dc
R-Ladies Washington DC Chapter meetup presentations
Stars: ✭ 18 (-81.05%)
Mutual labels:  english
Somajo
A tokenizer and sentence splitter for German and English web and social media texts.
Stars: ✭ 85 (-10.53%)
Mutual labels:  english
Random Word
This is a simple python package to generate random english words
Stars: ✭ 75 (-21.05%)
Mutual labels:  words
Python Aos Lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 49 (-48.42%)
Mutual labels:  english

profane-words

Support with PayPal Patreon ko-fi

A semi-comprehensive list of profanity in English.

Warning don't read the list if you're easily offended. I don't even know what at least half of these words mean.

This includes words from several other lists, with some 'ok words' filtered out.

For other languages, you may wish to check here.

Installation: npm i -S profane-words

Usage:

import words from 'profane-words'
const arg = process.argv[2]

if (words.includes(arg.toLowerCase())) {
  console.warn('Watch your mouth.')
}

All words are lowercased.

Why: disallowing words for whatever reason, probably.

License: WTFPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].