Skip to content

Commit

Permalink
Testing für Docker Action
Browse files Browse the repository at this point in the history
  • Loading branch information
MeikWimm committed Jun 28, 2024
1 parent 24181eb commit 6ceff19
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -153,12 +153,12 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
"def custom_stopwords():\n",
" file_path = '../stopwords/stopwordlist.txt' # Default Stopword List by Terrier\n",
" file_path = '../stopwords/stopwords.txt' # Default Stopword List by Terrier\n",
"\n",
" stopwords_list = []\n",
"\n",
Expand Down
File renamed without changes.

0 comments on commit 6ceff19

Please sign in to comment.