Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
koki0702 committed Jun 3, 2018
1 parent 679c13e commit 1b845b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ch02/count_method_small.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
print(W[0])
print(U[0])

word_vecs = U[:, :2]

# plot
for word, word_id in word_to_id.items():
plt.annotate(word, (U[word_id, 0], U[word_id, 1]))
Expand Down

0 comments on commit 1b845b9

Please sign in to comment.