Alienmaster commited on
Commit
9118c11
1 Parent(s): 135af0b

First commit

Browse files
Files changed (6) hide show
  1. 100k.parquet +3 -0
  2. 10k.parquet +3 -0
  3. 1M.parquet +3 -0
  4. 300k.parquet +3 -0
  5. 30k.parquet +3 -0
  6. README.md +57 -0
100k.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c565bbb1ab7973e0ca658f670a875a2fe7a0aa1731d27140a68ec16165e05236
3
+ size 7742005
10k.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:329fd7496618b8dbf3f314f1550928d915a43d3beb166a03c9653f8e78f8bb4f
3
+ size 797458
1M.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:566de105fab912addd6e5d1111bf440449c075fab1179ffdec1ae26118772167
3
+ size 74319852
300k.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b614bb448a0b9dc2d28ec4a9e5349f37dd354cd14f8d0a7c8e82a847bb5a6f80
3
+ size 22809173
30k.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c565bbb1ab7973e0ca658f670a875a2fe7a0aa1731d27140a68ec16165e05236
3
+ size 7742005
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - de
4
+ multilinguality:
5
+ - monolingual
6
+ license: cc-by-sa-4.0
7
+ size_categories:
8
+ - 100K<n<1M
9
+ task_categories:
10
+ - text-classification
11
+ pretty_name: Leipzig Corpora Wikipedia 2021 German
12
+ configs:
13
+ - config_name: default
14
+ data_files:
15
+ - split: 10k
16
+ path: "10k.parquet"
17
+ - split: 30k
18
+ path: "30k.parquet"
19
+ - split: 100k
20
+ path: "100k.parquet"
21
+ - split: 1mio
22
+ path: "1mio.parquet"
23
+ ---
24
+ ## Leipzig Corpora Wikipedia 2021 German
25
+
26
+ This dataset contains different splits (between 10k and 1mio) from the german wikipedia 2021. The data were collected 2021.
27
+ Every element in the dataset is labeled as "neutral".
28
+
29
+ The source can be found [here](https://wortschatz.uni-leipzig.de/de/download/German)
30
+
31
+ ## Citation
32
+
33
+ ```
34
+ @inproceedings{goldhahn-etal-2012-building,
35
+ title = "Building Large Monolingual Dictionaries at the {L}eipzig Corpora Collection: From 100 to 200 Languages",
36
+ author = "Goldhahn, Dirk and
37
+ Eckart, Thomas and
38
+ Quasthoff, Uwe",
39
+ editor = "Calzolari, Nicoletta and
40
+ Choukri, Khalid and
41
+ Declerck, Thierry and
42
+ Do{\u{g}}an, Mehmet U{\u{g}}ur and
43
+ Maegaard, Bente and
44
+ Mariani, Joseph and
45
+ Moreno, Asuncion and
46
+ Odijk, Jan and
47
+ Piperidis, Stelios",
48
+ booktitle = "Proceedings of the Eighth International Conference on Language Resources and Evaluation ({LREC}'12)",
49
+ month = may,
50
+ year = "2012",
51
+ address = "Istanbul, Turkey",
52
+ publisher = "European Language Resources Association (ELRA)",
53
+ url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/327_Paper.pdf",
54
+ pages = "759--765",
55
+ abstract = "The Leipzig Corpora Collection offers free online access to 136 monolingual dictionaries enriched with statistical information. In this paper we describe current advances of the project in collecting and processing text data automatically for a large number of languages. Our main interest lies in languages of “low density”, where only few text data exists online. The aim of this approach is to create monolingual dictionaries and statistical information for a high number of new languages and to expand the existing dictionaries, opening up new possibilities for linguistic typology and other research. Focus of this paper will be set on the infrastructure for the automatic acquisition of large amounts of monolingual text in many languages from various sources. Preliminary results of the collection of text data will be presented. The mainly language-independent framework for preprocessing, cleaning and creating the corpora and computing the necessary statistics will also be depicted.",
56
+ }
57
+ ```