Skip to content

Instantly share code, notes, and snippets.

@AdamSpannbauer
Created September 28, 2019 17:26
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 AdamSpannbauer/d0f8271b358ba4adbc4fa18bf0da5865 to your computer and use it in GitHub Desktop.
Save AdamSpannbauer/d0f8271b358ba4adbc4fa18bf0da5865 to your computer and use it in GitHub Desktop.
test.py
>>> from whoosh.analysis import StandardAnalyzer
>>>
>>> [token.text for token in StandardAnalyzer()("This is an example analysis")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment