Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- el
|
| 4 |
+
---
|
| 5 |
+
**Dataset Info:**
|
| 6 |
+
|
| 7 |
+
This dataset contains blog posts from the Greek Free/Open Source Software (GFOSS) websites.
|
| 8 |
+
Posts span from 2010 to 2026, providing a rich resource for NLP, content analysis, and research on Greek-language open-source community blogs.
|
| 9 |
+
|
| 10 |
+
**Metadata Info:**
|
| 11 |
+
|
| 12 |
+
| **Column** | **Type** | **Description** |
|
| 13 |
+
|-----------------|----------|-----------------------------------------------------------------------------|
|
| 14 |
+
| site | string | Website/domain (e.g., advisory.ellak.gr, scientix.ellak.gr) |
|
| 15 |
+
| id | string | Post ID |
|
| 16 |
+
| post_author | string | Author ID |
|
| 17 |
+
| post_date | datetime | Original publish date |
|
| 18 |
+
| post_title | string | Title of the post (mostly in Greek) |
|
| 19 |
+
| post_name | string | URL slug (URL-encoded) |
|
| 20 |
+
| post_modified | datetime | Last modified date |
|
| 21 |
+
| guid | string | Permalink/URL to the post |
|
| 22 |
+
| user_login | string | Author's login username |
|
| 23 |
+
| markdown_path | string | Relative path to the markdown file for this post |
|
| 24 |
+
| token_count | int | Number of tokens in the post content |
|
| 25 |
+
|
| 26 |
+
**Dataset Statistics:**
|
| 27 |
+
Words:
|
| 28 |
+
|
| 29 |
+
Tokens:
|
| 30 |
+
|
| 31 |
+
**License:**
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
**Contact:**
|
| 35 |
+
|
| 36 |
+
For feedback contact: glossapi.team@eellak.gr
|