Show HN: API to add bad words to English texts
cursingapi.com
Show HN: API to add bad words to English texts
1–10 of 16 posts
Re: Show HN: API to add bad words to English texts
#2Interesting, which libraries did you use?
Re: Show HN: API to add bad words to English texts
#3Interesting, which libraries did you use?
I assume you meant: "Interesting, which libraries did you use asshole"
Re: Show HN: API to add bad words to English texts
#4Interesting, which libraries did you use?
Natural Language Toolkit (http://www.nltk.org/) for Python.
The initial code for the "insulter.py", the core, was no more than 150 lines. We'll probably make our repository public at some point so you can check it out.
Re: Show HN: API to add bad words to English texts
#5Pretty neat. From solely using that the prepopulated example input, my main gripe would be that it doesn't get a/an correct in the "cursed up" version of the sentence.
Re: Show HN: API to add bad words to English texts
#6Some tech text becomes very amusing: http://goo.gl/FzVBBv
Re: Show HN: API to add bad words to English texts
#7Pretty neat. From solely using that the prepopulated example input, my main gripe would be that it doesn't get a/an correct in the "cursed up" version of the sentence.
Funny we didn't notice that!
Yes, that's true. And that's a fairly poorly written example.
Re: Show HN: API to add bad words to English texts
#8This reminds me of the old dialectizer that would rewrite web pages in specific dialects.
Re: Show HN: API to add bad words to English texts
#9this comes nowhere-the-fuck near cursing as dynamically as i can. ;)
Re: Show HN: API to add bad words to English texts
#10It's a neat tool but I wish it could better parse paragraphs and commas. I also had a few responses with the same curse words three or four times in a block of text making it a fucking boring read.