Datasets:

Modalities:
Text
Formats:
json
Languages:
Catalan
Size:
< 1K
Libraries:
Datasets
Dask
License:
davidcanovas commited on
Commit
339499f
·
1 Parent(s): 1bf996e

Upload README.

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Repository description
2
+
3
+ This repository contains Sofcatalà web site content (articles and programs descriptions).
4
+
5
+ Dataset are available in the [dataset](dataset/) directory.
6
+
7
+ Dataset size:
8
+ * articles.json contains 623 articles with 373233 words
9
+ * programes.json contains 330 program descripctions with 49868 words
10
+
11
+ The license of the data is Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
12
+
13
+ # How to update the dataset
14
+
15
+ How to update the dataset:
16
+ * Export the _programes_ and _articles_ items from WordPress admin interface
17
+ * Save the raw files into _/raw _directory
18
+ * Run _./filter.sh_ to filter out sensitive data
19
+ * Do _pip install -r requirements.txt_
20
+ * Run _python wp-to-json.py_