@ -13,12 +13,6 @@ import csv
import re
# In[172]:
def clean_text(text):
text = text.lower().replace('-\\n', '').replace('\\n', ' ')
text = re.sub(r'\p{P}', '', text)
return text
model = defaultdict(lambda: defaultdict(lambda: 0))
The note is not visible to the blocked user.