rominf / profanity-filter

A Python library for detecting and filtering profanity
GNU General Public License v3.0
158 stars 74 forks source link

Optionaly store cache in MongoDB #10

Closed rominf closed 5 years ago

rominf commented 5 years ago

This will make parallelized censoring faster. This should be optional because the user will need to setup MongoDB and install additional dependencies.

rominf commented 5 years ago

MongoDB is relatively slow, I end up with caching in Redis.