Skip to content

Instantly share code, notes, and snippets.

@black-tea
Created June 25, 2019 03:09
Show Gist options
  • Save black-tea/b0716b126f6c5fb078aac23647f5f984 to your computer and use it in GitHub Desktop.
Save black-tea/b0716b126f6c5fb078aac23647f5f984 to your computer and use it in GitHub Desktop.
Code snippet to show how to use the StringMatch class
# Application of StringMatch class, using default args
titlematch = StringMatch(source_titles, target_titles)
titlematch.tokenize()
match_df = titlematch.match()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment