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
- Host: GitHub
- URL: https://github.com/papachristoumarios/software-clusterings-with-vector-semantics-and-call-graph
- Owner: papachristoumarios
- Created: 2019-04-16T17:17:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T11:23:35.000Z (over 5 years ago)
- Last Synced: 2025-01-12T18:37:38.577Z (5 months ago)
- Topics: community-detection, doc2vec, software-architecture, software-engineering, vector-semantics
- Language: TeX
- Homepage:
- Size: 4.96 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) [](https://doi.org/10.5281/zenodo.2673033)
2. [Linux Call Graph](http://doi.org/10.5281/zenodo.2652487) [](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}
}
```