You need to agree to share your contact information to access this dataset
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
Please provide the following details to gain access to this dataset.
Log in or Sign Up to review the conditions and access this dataset content.
EELLAK and Other Articles
Dataset Description
This dataset contains articles collected from a multi-site WordPress network focused on technology, digital culture, public policy, education, and related topics. Each row corresponds to a single published article and includes the article body in Markdown format together with publication metadata.
The corpus spans multiple thematic websites and covers a long publication period, making it suitable for diachronic and domain-specific language analysis in Modern Greek.
The text is primarily in Modern Greek, with occasional English passages and bilingual content.
Dataset Structure
The dataset is distributed as a parquet file with one row per article.
Columns
| Column | Type | Description |
|---|---|---|
site |
string | Source website or subdomain |
id |
string | Article identifier unique within each site |
post_title |
string | Article title |
post_name |
string | URL slug |
post_date |
timestamp[us] | Original publication timestamp |
post_modified |
timestamp[us] | Last modification timestamp |
post_author |
string | Author identifier |
guid |
string | Canonical article URL |
content |
string | Markdown article body |
word_count |
int64 | Word count of content |
token_count |
int64 | Token count of content |
The pair (site, id) can be treated as the primary key.
Dataset Statistics:
Tokens: 358,969,765
Words: 260,136,124
Size: 820 MB
Timestamps
Timestamps are stored as timezone-naive values representing local wall-clock time from the source WordPress installation
- Downloads last month
- 43