Last active
February 26, 2018 20:14
-
-
Save mbednarski/1b8ce51aad72838ff37c766076a0d853 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| corpus = [ | |
| 'he is a king', | |
| 'she is a queen', | |
| 'he is a man', | |
| 'she is a woman', | |
| 'warsaw is poland capital', | |
| 'berlin is germany capital', | |
| 'paris is france capital', | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment