Skip to content

Commit 47942a3

Browse files
committed
Initial commit.
0 parents  commit 47942a3

22 files changed

+20035
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
logs
2+
project/project
3+
project/target
4+
target
5+
tmp
6+
.history
7+
dist
8+
/.idea
9+
/*.iml
10+
/out
11+
/.idea_modules
12+
/.classpath
13+
/.project
14+
/RUNNING_PID
15+
/.settings
16+
public/builds
17+
.cache
18+
.worksheet
19+
scalariform.sbt

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
spark-glove
2+
==================================
3+
4+
Draft for distributed Global Vectors for Word Representation on spark.
5+
6+
# References
7+
8+
1) Original paper and C code: http://www-nlp.stanford.edu/projects/glove/
9+
2) Python implementation: https://github.com/maciejkula/glove-python
10+

0 commit comments

Comments
 (0)