Skip to content

Commit

Permalink
Add Playground
Browse files Browse the repository at this point in the history
Former-commit-id: 1cd728b48d0944ecadd493fd36fc68e581b339de
  • Loading branch information
mkali-personal committed Aug 30, 2021
1 parent f535551 commit 339f3b4
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@

GoogleNews-vectors-negative300.bin
/Googlew Word2Vec.url
/heb_words.txt
/heb_words_vectors.npy
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions .idea/shemkod.iml

This file was deleted.

2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from functions import find_vector, n_closest_words
import numpy as np
import wikipedia2vec
import gensim

# %%

Expand Down
Empty file added playground.py
Empty file.

0 comments on commit 339f3b4

Please sign in to comment.