Skip to content

Commit 0815657

Browse files
committed
word2vec with tensorflow
1 parent 14d02a1 commit 0815657

File tree

5 files changed

+222127
-4401
lines changed

5 files changed

+222127
-4401
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ ij_typescript_use_double_quotes = false
1515
[*.py]
1616
charset = utf-8
1717
indent_style = space
18-
indent_size = 2
18+
indent_size = 4
1919
insert_final_newline = true
2020
trim_trailing_whitespace = true

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,11 @@ dist
247247
.yarn/install-state.gz
248248
.pnp.*
249249

250-
### OTHERWISE
250+
# OTHER
251251
.vscode/
252252
.parcel-cache/
253253
*.iml
254254
tmp/
255255
.idea
256256
src/data/raw
257+
venv

0 commit comments

Comments
 (0)