Making chat more user friendly

Any other ideas that does not fit to the specific categories.
Post Reply
User avatar
phoenixffyrnig
Posts: 774
Joined: Fri Nov 29, 2019 1:07 pm
Location: It changes, frequently.

Making chat more user friendly

Post by phoenixffyrnig »

There are two main problems currently (as far as I can tell).
1) the absurd profanity filter, with its inability to accept certain combinations of letters even if they are part of another word, and the red flags against some words that aren't even mildly offensive. (I couldn't use the world cluster the other day because "lust" is profane...apparently! "Mick" is not a profane name for an Irishman).
2) any comms not in English is made almost impossible by the lack of accented letters, eg ñ, é, ä, or non-English letters such as the German ß. Also being able to use basic punctuation like quotation marks and apostrophes would be useful too.

Is there anything that can be done about this? I appreciate this may not be very high on the priorities list, so I am asking if there is any way I can contribute? I have some skill with languages but pretty much zero technological ability, but if it's a case of slogging through lists or enabling this or that I would gladly help out.
I also play an RTS game called Life 8-)
And I also like drinking beer! :D
Stratego (dev)
Site Admin
Posts: 15741
Joined: Fri Apr 25, 2014 9:28 pm

Re: Making chat more user friendly

Post by Stratego (dev) »

thanks!

i think you can only help in profanity filetring.

if u find a ready logic that implemented in java or kotlin where there is a method that tells me if a text is profane or not - and which word is wrong.
than i can easily implement that.
User avatar
phoenixffyrnig
Posts: 774
Joined: Fri Nov 29, 2019 1:07 pm
Location: It changes, frequently.

Re: Making chat more user friendly

Post by phoenixffyrnig »

Stratego (dev) wrote: Sun Apr 05, 2020 6:51 am
if u find a ready logic that implemented in java or kotlin where there is a method that tells me if a text is profane or not
Ha, I warned you...Im already lost! You'll have to pretend I'm an idiot... ;)

In idiot-speak, does this mean find from somewhere a pre designed programme compatible with java or kotlin that would censor words according to a programmable list of naughty words?

And if so, can anyone gimme any hints as to how to start?

Regarding other letters and symbols, is that not going to be an easy fix? Thanks
I also play an RTS game called Life 8-)
And I also like drinking beer! :D
User avatar
Puss_in_Boots
Posts: 3209
Joined: Fri Apr 21, 2017 1:23 am
Location: New Jersey

Re: Making chat more user friendly

Post by Puss_in_Boots »

Oh actually I know where to look.
OLÉ
User avatar
Puss_in_Boots
Posts: 3209
Joined: Fri Apr 21, 2017 1:23 am
Location: New Jersey

Re: Making chat more user friendly

Post by Puss_in_Boots »

This git repo contains a filter with a plethora of bad words
https://github.com/alexandreschreyer/Jp ... master/src

This one is advertised as efficient word filter written in java.

https://gist.github.com/PimDeWitte/c04c ... ord-filter

I'm not too well versed with java, sorry if this doesn't help.
OLÉ
Post Reply

Return to “Others”