We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07aed42 commit 7211a7bCopy full SHA for 7211a7b
_episodes/09-wordEmbed_train-word2vec.md
@@ -65,7 +65,6 @@ Create list of files we'll use for our analysis. We'll start by fitting a word2v
65
```python
66
single_file = data.loc[data['Title'] == 'moby_dick','File'].item()
67
single_file
68
-
69
```
70
~~~
71
'/content/drive/My Drive/Colab Notebooks/text-analysis/data/melville-moby_dick.txt'
0 commit comments