File size: 1,355 Bytes
ca4c45d
 
b1db6b2
 
 
ca4c45d
b1db6b2
 
 
8a7c648
b1db6b2
6bf428e
 
 
 
 
 
 
 
b1db6b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22ba4b8
5120a41
 
6e65b95
 
6bf428e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: apache-2.0
language:
  - en
  - zh
---
# TLDR

* website: [theedgemalaysia](https://theedgemalaysia.com/)
* num. of webpages scraped: 414,268 (only webpages with full articles)
* link to dataset: https://huggingface.co/datasets/wanadzhar913/crawl-theedgemalaysia
* last date of scraping: 14th August 2023
* status: **complete**
* pull request: https://github.com/huseinzol05/malaysian-dataset/pull/261
* contributed to: https://github.com/huseinzol05/malaysian-dataset

# Note

The **"language" column for the data set has errors** as it miscategorizes articles in the Mandarin language. This is primarily because I was searching for the string "English version" in the text. This will need to be accounted for if type of language used is important.

# Methodology

For [The Edge Malaysia](https://theedgemalaysia.com/), each of their articles seem to have a unique ID at the end of the url e.g., "677590" in "https://theedgemalaysia.com/node/677590". Hence, since we won't be able to do this by month, page no., etc., we'll use a **brute force** approach that tests every combination of numbers, such that we'll only scrape from a valid url.

# Progress

- [x] batch1
- [x] batch2
- [x] batch3
- [x] batch4
- [x] batch5
- [x] batch6
- [x] batch7
- [x] batch8
- [x] batch9
- [x] batch10
- [x] batch11
- [x] batch12
- [x] batch13
- [x] batch14