Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -39,10 +39,12 @@ configs:
|
|
39 |
path: data/train-*
|
40 |
---
|
41 |
# Description
|
|
|
|
|
42 |
- This dataset contains the question-answer pairs extracted from Stackoverflow using Stack Exchange API v2.3 and used following endpoints,
|
43 |
- [/answers/{ids} GET](https://api.stackexchange.com/docs/questions)
|
44 |
- [/questions GET](https://api.stackexchange.com/docs/answers-by-ids)
|
45 |
-
- From 2020 January 1 to
|
46 |
### 1. Dataset description,
|
47 |
- Contains only `python` tagged question-answer pairs.
|
48 |
- Each question has a vote greater tan or equal to 1.
|
|
|
39 |
path: data/train-*
|
40 |
---
|
41 |
# Description
|
42 |
+
- GitHub repository: https://github.com/EshanJayasundara/Stackoverflow-Python-Q-and-A-Extractor.
|
43 |
+
- GitHub repository contains the automated workflow for extracting the question and answer pairs from Stackoverflow.
|
44 |
- This dataset contains the question-answer pairs extracted from Stackoverflow using Stack Exchange API v2.3 and used following endpoints,
|
45 |
- [/answers/{ids} GET](https://api.stackexchange.com/docs/questions)
|
46 |
- [/questions GET](https://api.stackexchange.com/docs/answers-by-ids)
|
47 |
+
- From 2020 January 1 to Today
|
48 |
### 1. Dataset description,
|
49 |
- Contains only `python` tagged question-answer pairs.
|
50 |
- Each question has a vote greater tan or equal to 1.
|