composing mit text-stream angefangen
This commit is contained in:
parent
73a13551c6
commit
f09a261816
|
@ -80,6 +80,8 @@ class TextCleaner:
|
||||||
def removeWhitespace(self, string):
|
def removeWhitespace(self, string):
|
||||||
return string
|
return string
|
||||||
|
|
||||||
|
#self.whitespaceFinder = re.compile(r'(\r\n|\r|\n|(\s)+)', re.IGNORECASE)
|
||||||
|
|
||||||
def removePunctuation(self, string, custom_symbols=None, keep=None):
|
def removePunctuation(self, string, custom_symbols=None, keep=None):
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue