Source Code

SALOON

Automatic classification of code comments and linkage to documented code
Built on top of the T5 model, SALOON is able to
  1. classify a comment as Summary or Other
  2. link a comment to the documented code snippet
The source code implementing SALOON can be found here.

STUNT

Snippets Summarization using T5
SnippeT sUmmarizatioN using T5 (STUNT) targets the automated documentation of code snippets.
You can find the code here.