shainaraza
commited on
Commit
•
8c165b5
1
Parent(s):
9036f6c
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ def predict_entities(sentence):
|
|
63 |
|
64 |
return biased_words
|
65 |
|
66 |
-
sentence = "due to your evil and dishonest nature, i am kind of tired and want to get rid of such cheapters."
|
67 |
predictions = predict_entities(sentence)
|
68 |
biased_words = predict_entities(sentence)
|
69 |
for word in biased_words:
|
|
|
63 |
|
64 |
return biased_words
|
65 |
|
66 |
+
sentence = "due to your evil and dishonest nature, i am kind of tired and want to get rid of such cheapters. all people like you are evil and a disgrace to society and I must say to get rid of immigrants as they are filthy to culture"
|
67 |
predictions = predict_entities(sentence)
|
68 |
biased_words = predict_entities(sentence)
|
69 |
for word in biased_words:
|