carloscapote commited on
Commit
a0831e7
1 Parent(s): c600321

prettify the readme

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -8,12 +8,18 @@ size_categories:
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.
12
 
13
- In order to solve this, I wrote a custom parser (see: [elcapo/eswiktionary_parser](https://github.com/elcapo/eswiktionary_parser)) that obtains the definitions straight from adump of the Spanish Wiktionary.
 
 
14
 
15
- ## Development Stage
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.
 
8
  ---
9
  # Spanish Wiktionary
10
 
11
+ ## Motivation
12
+
13
  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.
14
 
15
+ ## Development
16
+
17
+ In order to solve this, I wrote a [custom parser](https://github.com/elcapo/eswiktionary_parser) that obtains the definitions straight from a dump of the Spanish Wiktionary. Both the parser and the dataset will be developed in harmony.
18
 
19
+ ## Stage
20
 
21
  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.
22
 
23
+ ## Contact
24
+
25
  Feel free to [contact me](https://github.com/elcapo) if you are interested in contributing with either the parser, or the dataset.