carmentano commited on
Commit
0affa61
1 Parent(s): a5a4351

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -92,11 +92,22 @@ The original sentences are in Spanish and come from the [Spanish Common Voice Co
92
 
93
  #### Initial Data Collection and Normalization
94
 
95
- [COMPLETAR]
96
 
97
- Selected sentences were translated from Spanish into Catalan by a professional translation company. Subsequently, they were adapted into Valencian by an expert team from the Universitat d'Alacant.
98
 
99
- The same corpus of sentences was translated into Galician and Basque using MT tools.
 
 
 
 
 
 
 
 
 
 
 
100
 
101
  A subsequent version of the corpus will include reviewed translations and source sentences.
102
 
 
92
 
93
  #### Initial Data Collection and Normalization
94
 
95
+ We extracted a set of 2,232,261 sentences from the [Spanish Common Voice Corpus](https://github.com/common-voice/common-voice/tree/main/server/data/es) v.07.
96
 
97
+ An automatic selection was performed, removing sentences that:
98
 
99
+ * Were repeated.
100
+ * Exceeded 14 words in length.
101
+ * Ended with a preposition.
102
+ * Were in lowercase but Out of Vocabulary (OOV), utilizing the Hunspell dictionary.
103
+ * Contained repeated words.
104
+ * Featured characters not existing in Spanish or sequences of characters impossible in Spanish.
105
+
106
+ This filtering process resulted in the current selection of sentences. For some of these sentences, we conducted manual or automatic adjustments, such as capitalization, punctuation fixes, etc.
107
+
108
+ The selected sentences were translated from Spanish into Catalan by a professional translation company. Subsequently, they were adapted into Valencian by an expert team from the Universitat d'Alacant.
109
+
110
+ The same corpus of sentences was translated into Galician and Basque using machine translation (MT) tools.
111
 
112
  A subsequent version of the corpus will include reviewed translations and source sentences.
113