Skip to content

Commit

Permalink
Merge pull request #3 from tira-io/julian_branch
Browse files Browse the repository at this point in the history
add more imports to pip install
  • Loading branch information
itsmejul authored Jun 27, 2024
2 parents b7a6a62 + 1fbdf26 commit cbca022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baseline-retrieval-system/bigramsrefactor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
],
"source": [
"!pip3 install tira ir-datasets python-terrier"
"!pip3 install tira ir-datasets python-terrier nltk pandas"
]
},
{
Expand Down Expand Up @@ -186,7 +186,7 @@
"#Create List from our docs iterator\n",
"#docs = list(docs)\n",
"#cutoff the list after the first 500 documents\n",
"docs = docs[:500]\n",
"#docs = docs[:500]\n",
"\n",
"#Print some example documents\n",
"for i,doc in enumerate(docs):\n",
Expand Down

0 comments on commit cbca022

Please sign in to comment.