Bug with Swear Word filter
they are sensoring the last two letters “st” and the first two letters “fu”
Trying now: mokittenn
Sorry everybody, there was a bug with some updates to the filter. Please continue to report any bugs you find here in this thread. The most fun bug has been corrected at this time.
“shouldn’t” + “it” = kitten.
took me some minutes to realize what was the issue, then i lol’d.
" “shouldn’t” + “it” = kitten
“wasn’t” + “it” = kitten "
The filter is obviously trying to enforce proper english.
The phrases, non-contracted are “should not it” and “was not it”; I think in actual sentence use it would be “should it not” and “was it not” or “it should not” or “it was not”
So basically to test if stuff is getting caught in the filter we could test by making up “unproper” English sentences? Interesting.
“It shouldn’t not has been happenings at this here frequencys b ut it kittenin is”
Posting now, purely to freak out the filter if it has any feelings towars filtering incorrect English.
*Edit darnit only 1 Kitten trapped in my word trap which was a normal way of spelling an act of love making where the spelling mimicked the spelling of the word “bokken”.
Maybe someone else being more industrious can come up with better tests of the Kitten filter?
(edited by klavshc.3546)
“Rabbit” space “Chest”
Rabkittenest
as in, the chest you get from ranking up at the rabbit rank of sPvP
It is sometimes hard to understand what someone means when ‘Kitten’ is used over normal words. It will take two words like “wish” and “it” and combine them into one sloppy word like “wiKitten”, and all meaning is thrown out the window.
The shorthand for Eternal Battlegrounds
Example:
Ultimately the same thing happens on tkitten map.
Ultimately the same thing happens on the “EB” map.
The German word for fat: kitten
The first one I had to google, the latter being somewhat expected.
(edited by FourthVariety.5463)
“who” + “space” + “resurrect” = kittensurrect.
I guess it does not like the combination of “who” “re”. LOL
“t r u s t f u l” should not be trukittenl
like if I was to start complaining about mikitten * m i s h i t s * on my necro
or if I asked since we have mushrooms in this game if we would see kittenake * s h i t a k e * mushrooms when we eventually traveled to cantha again.
It stinks that certain folks can’t just let the filter be and have to try to bypass it with spaces.
My suggestion for ANet would be to check if the words before and after the space against a dictionary to see if they’re real words (and of course not on the naughty list). That way only the misspelled and abbreviated stuff will get unfairly kittened.
He might start thinking he knows what’s right for you.
—Paul Williams
“t r u s t f u l” should not be trukittenl
Finally, I know what it means.
Posting to test: squikittenoons
Edit: A-HA! “squishy” and “toons” don’t apparently like each other.. Found this on a thread discussing glass cannon builds XD
I must admit, the bloody bugger is pretty smart filtering variations too >_>
(edited by CaveSalamander.9150)
This is a clbuttic mistake.
http://en.wikipedia.org/wiki/Skittenhorpe_problem
edit: hah! the wordfilter broke my link. talk about meta-humor
Here is a link that won’t break: https://www.google.com/search?q=clbuttic+wikipedia
Co-Leader, I Can Outtweet A Centaur! [TWIT] #twitguild
IGN: Optimus Maleficus
The phrase: “and. I. keep.” is becoming “ankittenep”
https://forum-en.gw2archive.eu/forum/game/audio/DirectSong-Updates/312352
“finikitten” = F I N I S H it.
Probably the “sh” ending and “it” make silly cats think it’s a kitten
(edited by Moderator)
wow
So the filter is set up to try to catch people dumping spaces into swear words and phrases and making it even more needlessly complicated to post an actual post. Good times...
What’s wrong with limiting the filter to the exact words and just manually warning the few folks who go out of their way to get around it? You’ll never get a simple forum word filter to intelligently parse a word/phrase/sentence, so this just generates a lot of false positives and tosses "kitten" into weird places.
So I didn’t notice this when I first posted the message, so I don’t know if it was changed after the original posting or not, but I found an odd place where language that could not possibly be regarded as profanity was replaced by the forum profanity filter.
In my post at https://forum-en.gw2archive.eu/forum/game/story/I-too-dislike-Trahearne-Spoilers/324467 in the first paragraph (after the quoted section) the filter system replaced the words “who”, “really”, and “cares” (in proper order) with “kittenally cares”.
Now unlike some people who find the filter system annoying, I really don’t mind it so much on most occasions. But in this particular case, I can’t see how that particular three word phrase could possibly be construed as even remotely offensive and deserving of replacement. As such, I cannot help but consider this a bug in the filter database.
um, I think you forgot the space between who and really. now if we remove the “ally” which it didn’t censor, we are left with “who” and “re”. do you see now why it was censored?
um, I think you forgot the space between who and really. now if we remove the “ally” which it didn’t censor, we are left with “who” and “re”. do you see now why it was censored?
No, if I click on the edit button and re-check the original text, it does have a space between “who” and “really”, I did not forget it. Now that you point out the possible word that is being filtered, it does make sense, but it also shows that the filtering system is too aggressive. If the system is going to filter based on adjacent words (or at least segments of letters separated by a space) rather than single words only, then it should only do so if those adjacent words do not make up an actual phrase, and it should take into account the full words, not just partials.
As it is, would the system also filter out the contraction of “who” and “are”? That would be even closer to the filter word than what I had actually used, but would use a punctuation instead of a space, and still would be a complete, correct, and unoffensive word that should not be filtered. I understand the desire to keep the language on the forums clean, but that is going too far. It seems to me that the code that checks for language to be filtered is too simplistic and does not take the flow of language properly into consideration. The code should be much more sophisticated than “ignore all whitespace and filter any combination of letters that matches the filter database”.
OK, now that I have read more of the previous posts and have a clearer idea of how the filtering system is working, it is quite clear that the filter system is grossly simplistic and inherently flawed because of it’s simplicity. The system clearly is not set up to distinguish words, and is simply triggering on any and all combinations which (ignoring whitespace, and some but not all punctuation) match the filter database. This is far too simplistic… and lazy for that matter. It is time-consuming, but not particularly difficult to program a string filter that can track better than that…
1. Find sub-string which matches filter trigger from database.
2. Find characters immediately before and after the sub-string.
3. If character immediately before sub-string is an alpha character, do not filter.
4. If the character immediately following the sub-string is an alpha character, do not filter.
Checking full words that make a legitimate phrase but would be offensive if the space was removed would be more complex, because you would have to also set up a database of whitelisted phrases. But once such a databse is established, it would be easy to add into the filter system…
6. If sub-string contains a space, check phrase against phrase whitelist, and if present, do not filter.
7. Otherwise, ignore whitespace and filter normally.
This would make for a much more effective system that would still catch the vast majority of profanity and successfully filter it out, while at the same time significantly reducing the number of false positives that are incorrectly filtered out.
Mr eX’s Wikipedia link is extremely relevant. Dead on, in fact.
(edited by Drake Phoenix.6158)
This is a clbuttic mistake.
http://en.wikipedia.org/wiki/Skittenhorpe_problem
edit: hah! the wordfilter broke my link. talk about meta-humor :)
Here is a link that won’t break: https://www.google.com/search?q=clbuttic+wikipedia
OMG I’m dying from laughter over here.. :D
I cannot type frankly, followed by though. It turns into frankittenhough.
giggle this reminds me of the filter in another game that kept bleeping manuscript.
LM … off.
Thanks for the laugh. Most Fun. Priceless.
In this post I wrote “quickittenhe worlds” but the actual statement that is posted is “quickittenhe”, so it basically replace “ly t” with “kitten”. See attached before and after.
Am I old school enough to not know of some nefarious connotation for “ly t”, or is it a profanity filter bug?
“ly t” is not all that was changed, you forgot the leading “k” (or else you would have kkitten). This is a phonetic resemblance to a word commonly used to refer to some part of a woman. The profanity filter ignores whitespaces, which results in this kind of bug.
A forum user with the name “Tris” “megistos” (normally written together) is censored, if somebody quotes a post from him → Trikittenistos. (example at https://forum-en.gw2archive.eu/forum/game/suggestions/Menu-option-to-make-AOE-s-autotarget-selected-target/403608).
Thanks to the word filter, i learn new swear words
Ah thanks Mil. That does make sense.
Please add some way to disable the filter in our account options. I’d much rather see what people actually wrote than have to mentally go through a list of swearwords every time something gets rendered as “kitten” and I need to figure out what was there originally to make sense of the sentence.
We currently have no plans to offer an option to disable the swear filter.
Odd occurrences aside, this is definitely one of the most humorous swear filters I’ve ever seen. Everyone loves kittens!
To stay on topic, other people have noticed that all of the “odd” words and phrases being kittenified contain substrings that are words that a swear filter would catch. I found it surprising that they even caught acronyms that contained swear words.
What this means is that the filter is working… too well! dun Dun DUN!
Lol, yeah I always preview before posting to make sure the filter didn’t mangle something. I’ve learned lots of new ways to be offensive should te need arise
He might start thinking he knows what’s right for you.
—Paul Williams
Sorry everybody, there was a bug with some updates to the filter. Please continue to report any bugs you find here in this thread. The most fun bug has been corrected at this time.
It’s not a bug with individual words, it’s just a preposterously overzealous filter in general.
You can’t use ‘quickly’ and ‘to’ next to each other because of the last three plus the first one. That’s not even a swear (at least not in any version of English), it’s a horrible misspelling of a part of human anatomy.
You can’t say that something took place 1.5 weeks ago, because ‘half’ and ‘ago’ are just one whitespace-and-context-ignoring filter away from getting kittened.
You can’t just ignore context and whitespace and do a blanket search for character patterns like that.
Found this one: kitten cooldown
formed from:
a
5s
cooldown
5s as in 5 seconds. It’s combining the “a” and “5s” into a swear and filtering it.
Four Seven Five Three
type those numbers, nothing shows
Dot Four Seven Five Three
becomes: kitten /p>
Are they the numbers we don’t speak of?
Good catch. This false positive has been fixed, including several others that were reported in this thread. Thanks for your reports.
Hello,
I couldn’t post some links in Tech Support section due to the censor:
Example: http://www.lucidlogix.com/driverdownloadkittenml
Everything with “s dot html” is kittened.
Btw, any chance you guys might look at the character creator regarding the same issues for naming characters?
So a number of japanese names can’t be used either, really common ones like “Kinoshi” “ta”, “Yamashi” “ta”…
Hello,
I couldn’t post some links in Tech Support section due to the censor:
Example: http://www.lucidlogix.com/driverdownloads.html
Everything with “s dot html” is kittened.
Sorry about that, this one has also been fixed.
Btw, any chance you guys might look at the character creator regarding the same issues for naming characters?
So a number of japanese names can’t be used either, really common ones like “Kinoshi” “ta”, “Yamashi” “ta”…
The in-game character name filter is a different system than the forum word filter. This isn’t something I have access to, unfortunately. Sorry.
“god” + “amoung” = kittenound
even when spelled correctly, lol
re + target = kittenget
"Should I’ keep going" (without the apostrophe near the I) is being filtered as ’shoulkittenep’. From here.
Witch’s ‘hat is being kittened into Witch’kitten lol. Makes talking about the new hat rather entertaining!
(edited by RShara.3265)
“I let them fight ankittenep moving.”
The censored words are “and”, “I”, and “keep”.
Presumably censoring a marginally impolite term for a lesbian, but nevertheless swear filter fail.