Skip to content

Instantly share code, notes, and snippets.

View neuromaancer's full-sized avatar
🎯
Focusing

Alafate neuromaancer

🎯
Focusing
View GitHub Profile
@neuromaancer
neuromaancer / string_preprocessing.py
Last active August 23, 2019 09:42
python preprocessing
import os
import re
import sys
import spacy
from phonenumbers import PhoneNumberMatcher
from spellchecker import SpellChecker
def remove_control_chart(string):