Datasets:

Languages:
Catalan
Multilinguality:
monolingual
Size Categories:
10M<n<100M
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
3c7aa3d
1 Parent(s): b8fe936

Host data file (#2)

Browse files

- Add source data file (d80d4a7a20a333e7d1d70aa61b27a84c790bb658)
- Update loading script (914509debddec167d98ac2c9feea2ca77467d6dc)
- Delete legacy dataset_infos.json (73e976f9267002deaaa597f515f7ff2cc914ab39)
- Update dataset card (a46d064465e97f4021de2cb4fe7622e7fd0972f8)

Files changed (4) hide show
  1. README.md +2 -2
  2. cawac.py +4 -3
  3. data/cawac.uniq.sortr.gz +3 -0
  4. dataset_infos.json +0 -1
README.md CHANGED
@@ -27,10 +27,10 @@ dataset_info:
27
  dtype: string
28
  splits:
29
  - name: train
30
- num_bytes: 3987238444
31
  num_examples: 24745986
32
  download_size: 1620361999
33
- dataset_size: 3987238444
34
  ---
35
 
36
  # Dataset Card for caWaC
 
27
  dtype: string
28
  splits:
29
  - name: train
30
+ num_bytes: 3987228544
31
  num_examples: 24745986
32
  download_size: 1620361999
33
+ dataset_size: 3987228544
34
  ---
35
 
36
  # Dataset Card for caWaC
cawac.py CHANGED
@@ -50,8 +50,9 @@ caWaC is a 780-million-token web corpus of Catalan built from the .cat top-level
50
 
51
  _LICENSE = "CC BY-SA 3.0"
52
 
53
- _URL = "http://nlp.ffzg.hr/resources/corpora/cawac/"
54
- _URLS = "http://nlp.ffzg.hr/data/corpora/cawac.uniq.sortr.gz"
 
55
 
56
 
57
  class Cawac(datasets.GeneratorBasedBuilder):
@@ -66,7 +67,7 @@ class Cawac(datasets.GeneratorBasedBuilder):
66
  }
67
  ),
68
  supervised_keys=None,
69
- homepage=_URL,
70
  license=_LICENSE,
71
  citation=_CITATION,
72
  )
 
50
 
51
  _LICENSE = "CC BY-SA 3.0"
52
 
53
+ _HOMEPAGE = "http://nlp.ffzg.hr/resources/corpora/cawac/"
54
+ # Source: http://nlp.ffzg.hr/data/corpora/cawac.uniq.sortr.gz
55
+ _URLS = "data/cawac.uniq.sortr.gz"
56
 
57
 
58
  class Cawac(datasets.GeneratorBasedBuilder):
 
67
  }
68
  ),
69
  supervised_keys=None,
70
+ homepage=_HOMEPAGE,
71
  license=_LICENSE,
72
  citation=_CITATION,
73
  )
data/cawac.uniq.sortr.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:581af7712663214acd437c812b65cda875a42294bcc40c8e8cadc3d9eee3b442
3
+ size 1620361999
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"default": {"description": "caWaC is a 780-million-token web corpus of Catalan built from the .cat top-level-domain in late 2013. \n", "citation": "@inproceedings{DBLP:conf/lrec/LjubesicT14,\n author = {Nikola Ljubesic and\n Antonio Toral},\n editor = {Nicoletta Calzolari and\n Khalid Choukri and\n Thierry Declerck and\n Hrafn Loftsson and\n Bente Maegaard and\n Joseph Mariani and\n Asunci{'{o}}n Moreno and\n Jan Odijk and\n Stelios Piperidis},\n title = {caWaC - {A} web corpus of Catalan and its application to language\n modeling and machine translation},\n booktitle = {Proceedings of the Ninth International Conference on Language Resources\n and Evaluation, {LREC} 2014, Reykjavik, Iceland, May 26-31, 2014},\n pages = {1728--1732},\n publisher = {European Language Resources Association {(ELRA)}},\n year = {2014},\n url = {http://www.lrec-conf.org/proceedings/lrec2014/summaries/841.html},\n timestamp = {Mon, 19 Aug 2019 15:23:35 +0200},\n biburl = {https://dblp.org/rec/conf/lrec/LjubesicT14.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n", "homepage": "http://nlp.ffzg.hr/resources/corpora/cawac/", "license": "CC BY-SA 3.0", "features": {"sentence": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "cawac", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3987238444, "num_examples": 24745986, "dataset_name": "cawac"}}, "download_checksums": {"http://nlp.ffzg.hr/data/corpora/cawac.uniq.sortr.gz": {"num_bytes": 1620361999, "checksum": "581af7712663214acd437c812b65cda875a42294bcc40c8e8cadc3d9eee3b442"}}, "download_size": 1620361999, "post_processing_size": null, "dataset_size": 3987238444, "size_in_bytes": 5607600443}}