We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1bb49 commit 2217ea5Copy full SHA for 2217ea5
problems.ipynb
@@ -41,7 +41,7 @@
41
},
42
{
43
"cell_type": "code",
44
- "execution_count": 2,
+ "execution_count": null,
45
"id": "8467465b",
46
"metadata": {},
47
"outputs": [
@@ -78,7 +78,7 @@
78
" # Remove punctuation\n",
79
" text = remove_punctuation(text)\n",
80
" \n",
81
- " # Count frecuencies\n",
+ " # Count frequencies\n",
82
" frequencies = count_words(text)\n",
83
84
" top_5 = get_most_common(frequencies)\n",
0 commit comments