composing mit text-stream angefangen

This commit is contained in:
jannis.grundmann 2017-09-07 14:59:59 +02:00
parent 73a13551c6
commit f09a261816
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ class TextCleaner:
def removeWhitespace(self, string):
return string
#self.whitespaceFinder = re.compile(r'(\r\n|\r|\n|(\s)+)', re.IGNORECASE)
def removePunctuation(self, string, custom_symbols=None, keep=None):