carloscapote commited on
Commit
c600321
1 Parent(s): 02611c8

add a dataset card

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # Spanish Wiktionary
2
 
3
  Multilingual datasets based in Wikimedia Foundation's Wiktionary tend to use its translation system to fetch non English words, what causes a lot of words and definitions being discarded.
@@ -8,8 +16,4 @@ In order to solve this, I wrote a custom parser (see: [elcapo/eswiktionary_parse
8
 
9
  Both the parser and this dataset are in a very early stage of development but they already provide a list of 857.326 definitions that are easy to read and process for machine learning purposes.
10
 
11
- Feel free to [contact me](https://github.com/elcapo) if you are interested in contributing with either the parser, or the dataset.
12
-
13
- ## License
14
-
15
- As this dataset contains data from [es.wiktionary.org](https://es.wiktionary.org), its licensed under its same license: [cc-by-sa-4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.es).
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - es
5
+ pretty_name: Spanish Wiktionary
6
+ size_categories:
7
+ - 100K<n<1M
8
+ ---
9
  # Spanish Wiktionary
10
 
11
  Multilingual datasets based in Wikimedia Foundation's Wiktionary tend to use its translation system to fetch non English words, what causes a lot of words and definitions being discarded.
 
16
 
17
  Both the parser and this dataset are in a very early stage of development but they already provide a list of 857.326 definitions that are easy to read and process for machine learning purposes.
18
 
19
+ Feel free to [contact me](https://github.com/elcapo) if you are interested in contributing with either the parser, or the dataset.