https://github.com/asyrofist/tracereq
this is repository for making traceability requirement using SRS
https://github.com/asyrofist/tracereq
paper traceability traceability-srs-document
Last synced: about 2 months ago
JSON representation
this is repository for making traceability requirement using SRS
- Host: GitHub
- URL: https://github.com/asyrofist/tracereq
- Owner: asyrofist
- License: mit
- Created: 2020-11-24T00:52:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T13:01:12.000Z (over 4 years ago)
- Last Synced: 2025-08-17T01:19:18.344Z (7 months ago)
- Topics: paper, traceability, traceability-srs-document
- Language: Jupyter Notebook
- Homepage: https://ponselharian.com/vJLv1v
- Size: 6.77 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
[](https://ponselharian.com/WU6)
[](https://ponselharian.com/5S0ExclRYLJy)
[](https://ponselharian.com/5S0ExclRYLJy)
[](https://ponselharian.com/QSMpYX4yKxIu)
[](LICENSE)
[](https://ponselharian.com/zCwZqi)
[](https://ponselharian.com/hc9A)
[](https://ponselharian.com/zC6mc9ArksWR)
[](https://ponselharian.com/USrlGBhBrB)
[](https://ponselharian.com/bFvudLDwbu6u)
[](https://ponselharian.com/4Z7jeu)
[](https://ponselharian.com/IP9qQuFZw8)
# Simple-Traceability-SRS-Documents
this is repository how to make simple traceability from requirement documents,
you can check this out to [live demo](https://ponselharian.com/4Z7jeu)
Comparative Studies of Several Methods for Building Simple Traceability and Identifying The Quality Aspects of Requirements in SRS Documents described in [our paper at EECCIS2020](https://ponselharian.com/zC6mc9ArksWR). Please kindly cite the following paper when you use this tool. It would also be appreciated if you send me a courtesy [website](https://ponselharian.com/lvseWxa8) and [google scholar](https://ponselharian.com/JO8ZMfIe), so I could survey what kind of tasks the tool is used for.
```
@INPROCEEDINGS{9263479, author={Asyrofi, Rakha and Hidayat, Taufik and Rochimah, Siti},
booktitle={2020 10th Electrical Power, Electronics, Communications, Controls and Informatics Seminar (EECCIS)},
title={Comparative Studies of Several Methods for Building Simple Traceability and Identifying The Quality Aspects of Requirements in SRS Documents},
year={2020},
pages={243-247},
doi={10.1109/EECCIS49483.2020.9263479}}
```
Developed by Asyrofi (c) 2021
## Cara menginstal
instalasi melalui pypi:
pip install tracereq
## Cara menggunakan program
```python
from tracereq.preprocessing_evaluation import prosesData
myProses = prosesData(inputData= 'dataset.xlsx')
myProses.preprocessing()
```
Check out this [youtube link](https://ponselharian.com/loJV9J)