Created
January 25, 2019 15:07
-
-
Save martinthenext/4cd62b2712b5fb470e02dcb9cb7f4ccc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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