Source Code
SALOON
Automatic classification of code comments and linkage to documented code
Built on top of the T5 model, SALOON is able to
- classify a comment as Summary or Other
- link a comment to the documented code snippet
STUNT
Snippets Summarization using T5
SnippeT sUmmarizatioN using T5 (STUNT) targets the automated documentation of code snippets.
You can find the code
here.