Skip to content

Commit

Permalink
dependency manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalgrover committed Jun 27, 2022
1 parent 23c7e31 commit c435736
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

conda env update --file env.yaml --prune
conda activate NER
python -m nltk.downloader averaged_perceptron_tagger
python -m spacy download en_core_web_sm

0 comments on commit c435736

Please sign in to comment.