Skip to content

Transformer-based approaches for an efficient docstrings generation on a piece of Python's code.

Notifications You must be signed in to change notification settings

yxh-y/source-code-summarization

 
 

Repository files navigation

Source Code Summarization

Currently observed approaches:

Method Source Paper
Neural Code Sum repo arxiv
Tree Transformer repo openreview
TransCoder repo arxiv

Environment setup:

conda create -n scs python=3.7
conda activate scs
pip install -r requirements.txt

Install linter with:

pip install flake8

To run formatter execute from the source folder:

bash scripts/yapf.sh

About

Transformer-based approaches for an efficient docstrings generation on a piece of Python's code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.9%
  • Java 18.8%
  • C++ 9.6%
  • Other 0.7%