Metadata-Version: 2.1
Name: extractreq
Version: 0.0.1
Summary: Berikut ini deskripsi singkat pembuatan ekstraksi kebutuhan
Home-page: https://github.com/asyrofist/Extraction-Requirement
Author: asyrofist (Rakha Asyrofi)
Author-email: rakhasyrofist@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/asyrofist/Extraction-Requirement/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Extraction Dependency Based on Evolutionary Requirement Using Natural Language Processing

Author  | [Rakha Asyrofi](https://scholar.google.com/citations?user=WN9T5UUAAAAJ&hl=id&oi=ao)
 -------|-----------
Version | 0.0.5
Updated | 2021-09-12

# overview
![extraction_req](https://github.com/asyrofist/Extraction-Requirement/blob/main/streamlit-app-2021-09-11-02-09-60%20(3).gif)
[live_demo](https://share.streamlit.io/asyrofist/extraction-requirement/main/app.py) How to make Extraction Dependency Based on Evolutionary Requirement Using Natural Language Processing

Extraction Dependency Based on Evolutionary Requirement Using Natural Language Processing described in our Proceeding Conference at [ISRITI2020](https://ieeexplore.ieee.org/document/9315489). Please kindly cite the following paper when you use this tool. It would also be appreciated if you send me a courtesy [website](https://www.researchgate.net/profile/Rakha_Asyrofi) and [google scholar](https://scholar.google.com/citations?user=WN9T5UUAAAAJ&hl=id&oi=ao), so I could survey what kind of tasks the tool is used for. 
```
@INPROCEEDINGS{9315489,  
  author={R. {Asyrofi} and D. O. {Siahaan} and Y. {Priyadi}},  
  booktitle={2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)},   
  title={Extraction Dependency Based on Evolutionary Requirement Using Natural Language Processing},   
  month={January},
  year={2021},  
  address={"Yogyakata, Indonesia"},  
  publisher = "IEEE",
  url = "https://ieeexplore.ieee.org/document/9315489",
  pages={332-337},  
  language = "English",
  doi={10.1109/ISRITI51436.2020.9315489}}
  ISBN = "978-1-7281-8406-7",
```

Developed by Asyrofi (c) 2021

## Cara menginstal

instalasi melalui pypi:

    pip install extractreq


## Cara menggunakan program

```python
from extractreq.partof_modul1 import partOf
myPart = partOf(inputData= 'dataset.xlsx')
myPart.preprocessing()
```

Check out: https://youtu.be/-d96h9mhh9s





