Skip to content

Commit 4d42af2

Browse files
committed
Reduce number of Spanish words in dict
1 parent 4930882 commit 4d42af2

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

part-4.ipynb

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
"words = {\n",
210210
" 'gato': \"cat\",\n",
211211
" 'casa': \"house\",\n",
212+
" 'comio': \"ate\",\n",
212213
" 'esta': \"is\",\n",
213214
" 'en': \"in\",\n",
214215
" 'el': \"the\",\n",
@@ -340,10 +341,7 @@
340341
"input": [
341342
"words = {\n",
342343
" 'gato': \"cat\",\n",
343-
" 'perro': \"dog\",\n",
344344
" 'casa': \"house\",\n",
345-
" 'burrito': \"burrito\",\n",
346-
" 'verde': \"green\",\n",
347345
" 'comio': \"ate\",\n",
348346
" 'esta': \"is\",\n",
349347
" 'en': \"in\",\n",
@@ -363,26 +361,6 @@
363361
"outputs": [],
364362
"prompt_number": 2
365363
},
366-
{
367-
"cell_type": "code",
368-
"collapsed": false,
369-
"input": [
370-
"translate(\"el perro comio el burrito verde\")"
371-
],
372-
"language": "python",
373-
"metadata": {},
374-
"outputs": []
375-
},
376-
{
377-
"cell_type": "code",
378-
"collapsed": false,
379-
"input": [
380-
"translate(\"el burrito comio el perro verde\")"
381-
],
382-
"language": "python",
383-
"metadata": {},
384-
"outputs": []
385-
},
386364
{
387365
"cell_type": "code",
388366
"collapsed": false,
@@ -432,7 +410,7 @@
432410
"cell_type": "code",
433411
"collapsed": false,
434412
"input": [
435-
"translate(\"el perro bebi\u00f3 el jugo y comio las papas\")"
413+
"translate(\"el gato bebi\u00f3 el jugo y comio las papas\")"
436414
],
437415
"language": "python",
438416
"metadata": {},
@@ -459,7 +437,7 @@
459437
"cell_type": "code",
460438
"collapsed": false,
461439
"input": [
462-
"translate(\"el perro bebi\u00f3 el zumo y comio las patatas\")"
440+
"translate(\"el gato bebi\u00f3 el zumo y comio las patatas\")"
463441
],
464442
"language": "python",
465443
"metadata": {},
@@ -513,7 +491,7 @@
513491
"cell_type": "code",
514492
"collapsed": false,
515493
"input": [
516-
"translate(\"el perro bebi\u00f3 el zumo y comio las patatas-fritas y las galletas\")"
494+
"translate(\"el gato bebi\u00f3 el zumo y comio las patatas-fritas y las galletas\")"
517495
],
518496
"language": "python",
519497
"metadata": {},

0 commit comments

Comments
 (0)