Skip to content

Instantly share code, notes, and snippets.

@jsomers
Created December 18, 2019 03:07
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jsomers/1bb5e197dec221714df250e72265a301 to your computer and use it in GitHub Desktop.
Save jsomers/1bb5e197dec221714df250e72265a301 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Drblessing
Copy link

Hey! I really like this project, it's fun to see how the computer can 'understand' words.
Well, I was messing around with it I noticed in python 3 'izip_longest' in cell 6 should be 'zip_longest,' I think, for python3. Itertool may have depreciated izip_longest: https://realpython.com/python-itertools/.
Your writing is clear, thank you for posting this project!

@jsomers
Copy link
Author

jsomers commented Apr 2, 2020

Well, I was messing around with it I noticed in python 3 'izip_longest' in cell 6 should be 'zip_longest,' I think, for python3. Itertool may have depreciated izip_longest: https://realpython.com/python-itertools/.

Good to know, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment