Update README.md
Browse files
README.md
CHANGED
|
@@ -55,6 +55,11 @@ Structure:
|
|
| 55 |
– child_likes - number of likes on child comment
|
| 56 |
– reply_count - number of responses to the parent comment;
|
| 57 |
– normalized_reply_count - normalized value of number of responses to the parent comment (from 0 to 1).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
It contains these symbols: **a-zA-Zа-яА-Я0-9.,!?;:**
|
| 60 |
Global filter: comments were allowed only from 30 characters or more and from 5 likes or more
|
|
|
|
| 55 |
– child_likes - number of likes on child comment
|
| 56 |
– reply_count - number of responses to the parent comment;
|
| 57 |
– normalized_reply_count - normalized value of number of responses to the parent comment (from 0 to 1).
|
| 58 |
+
– parent_comment_tox - toxity metric for parent comment
|
| 59 |
+
– child_comment_tox - toxity metric for child comment
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
|
| 63 |
|
| 64 |
It contains these symbols: **a-zA-Zа-яА-Я0-9.,!?;:**
|
| 65 |
Global filter: comments were allowed only from 30 characters or more and from 5 likes or more
|