You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/libs/index.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,20 @@ The repository also contains code to analyze Git-based repositories.
26
26
</ul>
27
27
<br/><spanclass="tags">Tags: #codeanalysis</span>
28
28
</div>
29
+
30
+
31
+
<divclass="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 <ahref="http://www.srl.inf.ethz.ch/py150.php">py150</a> and <ahref="http://www.srl.inf.ethz.ch/js150.php">js150</a> datasets.
38
+
39
+
40
+
<ul>
41
+
<li><ahref="https://github.com/tuvistavie/bigcode-tools">bigcode-tools main repository</a></li>
0 commit comments