Skip to content

Commit fcd24c7

Browse files
committed
Addressed ModuleNotFoundError for STOPS_LIST import from cltk.stop.latin
1 parent a5edfb7 commit fcd24c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

3 Basic NLP.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@
995995
},
996996
{
997997
"cell_type": "code",
998-
"execution_count": 43,
998+
"execution_count": 4,
999999
"metadata": {},
10001000
"outputs": [
10011001
{
@@ -1011,7 +1011,7 @@
10111011
"\n",
10121012
"# The easiest way to do this in Python is to use a list comprehension to remove stopwords\n",
10131013
"\n",
1014-
"from cltk.stop.latin.stops import STOPS_LIST\n",
1014+
"from cltk.stop.latin import STOPS_LIST\n",
10151015
"\n",
10161016
"print(STOPS_LIST)"
10171017
]
@@ -1125,7 +1125,7 @@
11251125
"name": "python",
11261126
"nbconvert_exporter": "python",
11271127
"pygments_lexer": "ipython3",
1128-
"version": "3.6.4"
1128+
"version": "3.6.7"
11291129
}
11301130
},
11311131
"nbformat": 4,

0 commit comments

Comments
 (0)