Skip to content

Instantly share code, notes, and snippets.

@cyroxx
cyroxx / StringMatch.py
Created November 19, 2019 21:50 — forked from black-tea/StringMatch.py
StringMatch: A class for matching one list of strings to another
# Load libraries
import re
import time
import operator
import numpy as np
from sklearn.feature_extraction.text import TfidfVectorizer, CountVectorizer
from scipy.sparse import csr_matrix
import pandas as pd