-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
35 lines (35 loc) · 852 Bytes
/
environment.yml
File metadata and controls
35 lines (35 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: nlp-intro
channels:
- defaults
- conda-forge
- plotly
dependencies:
- python=3.6 # We will need to use this python version as spacy < 2.0.10 does not support python 3.7+
- pip
- numpy
- pandas
- jupyterlab
- rise
- scikit-learn
- ipywidgets
- plotly>=4.0.0
- shapely
- beautifulsoup4
- requests
- psutil
- spacy<2.0.10 # < 2.0.10 necessary to use the norwegian experimental model (listed in pip req below)
- gensim
- plotly-orca
- pathos
- matplotlib
- pip:
- skift
- sklearn-pandas
- scattertext
- wordcloud
- termcolor
- diff-match-patch
- flashtext
- eli5
# Norwegian experimental model for spacy
- https://github.com/ohenrik/nb_news_ud_sm/raw/master/packaged_models/nb_core_sm_v2/nb_core_news_sm-1.0.0/dist/nb_core_news_sm-1.0.0.tar.gz