Skip to content

Commit 2ccb5d8

Browse files
updated NLP package
1 parent 1ffac26 commit 2ccb5d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/python-nlp-packages.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22
apt-get update
3-
apt-get install -y portaudio19-dev flac
3+
apt-get install -y portaudio19-dev flac uchardet
44

55
source /venv27/bin/activate
6+
pip install cchardet, pyicu, cssutils, chardet
67
pip install nltk
78
pip install beautifulsoup4
89
pip install spacy
@@ -12,6 +13,7 @@ pip install PyAudio
1213
deactivate
1314

1415
source /venv35/bin/activate
16+
pip3 install cchardet, pyicu, cssutils, chardet
1517
pip3 install nltk
1618
pip3 install beautifulsoup4
1719
pip3 install spacy

0 commit comments

Comments
 (0)