Skip to content

Instantly share code, notes, and snippets.

@tehsven
Created February 6, 2019 23:27
Show Gist options
  • Save tehsven/cc654d6b07b5f46c5530185484b986d4 to your computer and use it in GitHub Desktop.
Save tehsven/cc654d6b07b5f46c5530185484b986d4 to your computer and use it in GitHub Desktop.
# Typo Handling
index = SearchIndex.new
index.add(0, "some more examples")
index.search("xamples")
=> returns Document 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment