@@ -33,7 +33,7 @@ class MarkovChainer(object):
def add_text(self, text):
text = re.sub(r'\n\s*\n/m', ".", text)
seps = '([.!?;])'
seps = '([.!?;:])'
pieces = re.split(seps, text)
sentence = ""
for piece in pieces:
The note is not visible to the blocked user.