--- language: - ms --- # ms-newspapers Scraped online Malaysian newspapers in Bahasa Malaysia (Malay language). Kosmo and Utusan Malaysia both scraped in mid May 2023. ## Dataset Structure JSONL format, snippets below: ```bash # Utusan Malaysia $ tail -n 1 utusan-20230512.jsonl {"index": 168799, "text": "...", "access_date": "2023-05-15 00:20:04.418003"} # Kosmo $ $ tail -n 1 kosmo-20230524.jsonl {"index": 51699, "url": "...", "text": "...", "access_date": "2023-05-25 01:14:16.540146"} ```