Skip to content

Commit 10e625f

Browse files
committed
fix(axolotl): Fill variant column and remove empty rows
1 parent cc95920 commit 10e625f

File tree

2 files changed

+16118
-16123
lines changed

2 files changed

+16118
-16123
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ If an existing corpus is entered, a list is returned.
7272

7373
```python
7474
axolotl = elotl.corpus.load('axolotl')
75-
for row in axolotl:
76-
print(row)
75+
print(axolotl[0])
7776
```
7877

7978
```python
8079
[
81-
'Hay que adivinar: un pozo, a la mitad del cerro, te vas a encontrar.',
82-
'See tosaasaanil, see tosaasaanil. Tias iipan see tepeetl, iitlakotian tepeetl, tikoonextis san see aameyalli.',
83-
'',
84-
'Adivinanzas nahuas',
80+
'Y así, cuando hizo su ofrenda de fuego, se sienta delante de los demás y una persona se queda junto a él.',
81+
'Auh in ye yuhqui in on tlenamacac niman ye ic teixpan on motlalia ce tlacatl itech mocaua.',
82+
'Classical Nahuatl',
83+
'Vida económica de Tenochtitlan',
84+
'nci'
8585
]
8686
```
8787

@@ -91,6 +91,7 @@ Each element of the list has four indices:
9191
- original_language (l2)
9292
- variant
9393
- document_name
94+
- iso lang (optional)
9495

9596
```python
9697
tsunkua = elotl.corpus.load('tsunkua')

0 commit comments

Comments
 (0)