Skip to content

Commit e8430ea

Browse files
authored
Merge pull request learnbigcode#15 from tuvistavie/master
Add bigcode-tools to libraries page
2 parents b23bd3a + 91a9a07 commit e8430ea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tools/libs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,20 @@ The repository also contains code to analyze Git-based repositories.
2626
</ul>
2727
<br/><span class="tags">Tags: #codeanalysis</span>
2828
</div>
29+
30+
31+
<div class="highlightitem">
32+
<h2>bigcode-tools</h2>
33+
34+
bigcode-tools is a suite of tools to fetch, parse and process source code.
35+
It also contains utility to generate vector embeddings from source code.
36+
It currently supports Python 2 and 3, Java and JavaScript.
37+
The tools are designed to be compatible with <a href="http://www.srl.inf.ethz.ch/py150.php">py150</a> and <a href="http://www.srl.inf.ethz.ch/js150.php">js150</a> datasets.
38+
39+
40+
<ul>
41+
<li><a href="https://github.com/tuvistavie/bigcode-tools">bigcode-tools main repository</a></li>
42+
<li><a href="https://github.com/tuvistavie/bigcode-tools/blob/master/doc/tutorial.md">bigcode-tools tutorial</a></li>
43+
</ul>
44+
<br/><span class="tags">Tags: #codeanalysis #embeddings</span>
45+
</div>

0 commit comments

Comments
 (0)