Changeset 2090614
- Timestamp:
- 05/18/2019 09:45:05 PM (7 years ago)
- File:
-
- 1 edited
-
serious-toxic-comments/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
serious-toxic-comments/trunk/README.txt
r2090613 r2090614 15 15 Toxic comments are becoming a major challenge to have meaningful online discussions. 16 16 17 This plugin uses a pre-trained toxic classifier from [TensorFlow] (https://www.tensorflow.org/) to classify a comment as toxic. See more technical details on the quality of the model [here](https://medium.com/tensorflow/text-classification-using-tensorflow-js-an-example-of-detecting-offensive-language-in-browser-e2b94e3565ce).17 This plugin uses a pre-trained toxic classifier from [TensorFlow](https://www.tensorflow.org/) to classify a comment as toxic. See more technical details on the quality of the model [here](https://medium.com/tensorflow/text-classification-using-tensorflow-js-an-example-of-detecting-offensive-language-in-browser-e2b94e3565ce). 18 18 19 19 Once a comment is flagged as toxic, the comment is blocked and the plugin alerts the comment author and asks to modify the text before trying again.
Note: See TracChangeset
for help on using the changeset viewer.