Skip to content

Commit

Permalink
Pfad geändert für stopword.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MeikWimm committed Jun 28, 2024
1 parent 64d1848 commit 603d051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baseline-retrieval-system/baseline-retrieval-system.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
"def custom_stopwords():\n",
" file_path = '../stopwords/stopwords.txt' # Default Stopword List by Terrier\n",
" file_path = '/workspaces/ir-lab-sose-2024-ir-nfmj/stopwords/stopwords.txt' # Default Stopword List by Terrier\n",
"\n",
" stopwords_list = []\n",
"\n",
Expand Down

0 comments on commit 603d051

Please sign in to comment.