Skip to content

Instantly share code, notes, and snippets.

@Ashoat
Created March 7, 2023 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ashoat/8d4de2d7ee062a3477d23adedddcdb23 to your computer and use it in GitHub Desktop.
Save Ashoat/8d4de2d7ee062a3477d23adedddcdb23 to your computer and use it in GitHub Desktop.
document before stemming / stop words: The quick brown fox was running over to meet the grandmother's friends' dogs
document after stemming / stop words: quick brown fox was run over meet grandmother friend dog
query before stemming / stop words: dogs running brown fox
query after stemming / stop words: dog run brown fox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment