Skip to content

Commit 8a62dad

Browse files
authored
update readme
1 parent 3d86302 commit 8a62dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is my version of code2vec work for Python3. It works only on keras implementation as for now. Some basic changes done:
1+
This is my version of [code2vec](https://github.com/tech-srl/code2vec) work for Python3. It works only on keras implementation as for now. Some basic changes done:
22

33
0) Basic [preprocessing](pre-preprocessing.ipynb) for code snippets
44
1) Support of Python3 code thx to [JB parser](https://github.com/JetBrains-Research/astminer/tree/master-dev/astminer-cli)
@@ -12,7 +12,7 @@ The rest of the README is almost the same with the original [code2vec](https://g
1212

1313
# Code2vec
1414
A neural network for learning distributed representations of code.
15-
This is an official implementation of the model described in:
15+
This is made on top of the implementation of the model described in:
1616

1717
[Uri Alon](http://urialon.cswp.cs.technion.ac.il), [Meital Zilberstein](http://www.cs.technion.ac.il/~mbs/), [Omer Levy](https://levyomer.wordpress.com) and [Eran Yahav](http://www.cs.technion.ac.il/~yahave/),
1818
"code2vec: Learning Distributed Representations of Code", POPL'2019 [[PDF]](https://urialon.cswp.cs.technion.ac.il/wp-content/uploads/sites/83/2018/12/code2vec-popl19.pdf)

0 commit comments

Comments
 (0)