Skip to content

Commit 3c1f4a9

Browse files
isHuangXinmallamanis
authored andcommitted
Update wan2020naturalcc.markdown
1 parent 78001c1 commit 3c1f4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_publications/wan2020naturalcc.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ additional_links:
99
- {name: "ArXiV", url: "https://arxiv.org/abs/2012.03225"}
1010
- {name: "website", url: "https://xcodemind.github.io"}
1111
- {name: "code", url: "https://github.com/CGCL-codes/naturalcc"}
12-
tags: ["toolkit.", "code completion","code comment generation", " code retrieval"]
12+
tags: ["toolkit", "completion","comment generation", "retrieval"]
1313
---
1414
We present NaturalCC, an efficient and extensible toolkit to bridge the gap between natural language and programming language, and facilitate the research on big code analysis. Using NaturalCC, researchers both from natural language or programming language communities can quickly and easily reproduce the state-of-the-art baselines and implement their approach. NaturalCC is built upon Fairseq and PyTorch, providing (1) an efficient computation with multi-GPU and mixed-precision data processing for fast model training, (2) a modular and extensible framework that makes it easy to reproduce or implement an approach for big code analysis, and (3) a command line interface and a graphical user interface to demonstrate each model's performance. Currently, we have included several state-of-the-art baselines across different tasks (e.g., code completion, code comment generation, and code retrieval) for demonstration. The video of this demo is available at https://www.youtube.com/watch?v=q4W5VSI-u3E&t=25s.
1515

0 commit comments

Comments
 (0)