You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to say it wasn't hard at all to get, roughly, what the code was doing, and I appreciate it very much.
I have a suggestion, I find it interesting to have a function which reads a file and it assigns all the words in itself to a specific Type. It actually is what you're doing. My suggestion is to implement a specific funcition which does it, so you can easly add many new words. I am devoloping an app which will come out in Italy, that is the reson why I needed to add new words ;)
The text was updated successfully, but these errors were encountered:
I do want to add more customization options. Right now, it is technically possible to use the customize feature flag and use the add_word function that it enables. Did you want to use the exact same format I use i.e. in src/profanity.csv?
Yes, precisely, tough I would prefer the src/safe.txt over the src/profanity format. Then you can add one file at the time and for each file you assign a different Type, here I mean the class you find in src/typ. Otherwise you would need to specify all the values of each word one by one
I have to say it wasn't hard at all to get, roughly, what the code was doing, and I appreciate it very much.
I have a suggestion, I find it interesting to have a function which reads a file and it assigns all the words in itself to a specific Type. It actually is what you're doing. My suggestion is to implement a specific funcition which does it, so you can easly add many new words. I am devoloping an app which will come out in Italy, that is the reson why I needed to add new words ;)
The text was updated successfully, but these errors were encountered: