An open API service indexing awesome lists of open source software.

https://github.com/papachristoumarios/software-clusterings-with-vector-semantics-and-call-graph

FSE 2019 Paper - Software Clusterings with Vector Semantics and the Call Graph
https://github.com/papachristoumarios/software-clusterings-with-vector-semantics-and-call-graph

community-detection doc2vec software-architecture software-engineering vector-semantics

Last synced: 3 months ago
JSON representation

FSE 2019 Paper - Software Clusterings with Vector Semantics and the Call Graph

Awesome Lists containing this project

README

        

# Software Clusterings with Vector Semantics and the Call Graph

This repository holds the manuscript and the experimental results of __ESEC/FSE 2019__ Submission to the ACM Student Research Competition
under the name __"Sofware Clusterings with Vector Semantics and the Call Graph"__

## Contents

1. [Source Code](https://github.com/papachristoumarios/sade) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2673033.svg)](https://doi.org/10.5281/zenodo.2673033)
2. [Linux Call Graph](http://doi.org/10.5281/zenodo.2652487) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2652487.svg)](https://doi.org/10.5281/zenodo.2652487)
3. Manuscript, poster and slides are located under `manuscript/`, `poster/` and `slides/` respectively

## Citing this work

```latex
@inproceedings{sade,
title={Software Clusterings with Vector Semantics and the Call Graph},
author={Papachristou, Marios},
year={2019},
booktitle={ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE 2019)},
organization={Association for Computing Machinery}
}

@misc{call_graph,
title={Linux Kernel 4.21 Call Graph},
DOI={10.5281/zenodo.2652487},
publisher={Zenodo},
author={Papachristou, Marios},
year={2019}
}

@misc{sade_source_code,
title={Software Architecture with Document Embeddings and the Call Graph Source Code},
DOI={10.5281/zenodo.2673033},
publisher={Zenodo},
author={Papachristou, Marios},
year={2019}
}
```