Skip to content

Instantly share code, notes, and snippets.

@martinthenext
Created January 25, 2019 15:07
Show Gist options
  • Save martinthenext/4cd62b2712b5fb470e02dcb9cb7f4ccc to your computer and use it in GitHub Desktop.
Save martinthenext/4cd62b2712b5fb470e02dcb9cb7f4ccc to your computer and use it in GitHub Desktop.
question = squad['data'][3]['paragraphs'][3]['qas'][3]['question']
tokenize_and_stem(question)
['In',
'what',
'year',
'did',
'iphon',
'sale',
'surpass',
'those',
'of',
'ipod']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment