https://github.com/hsma-programme/h6_5c_sentiment_analysis
Materials for HSMA 6 Session 5C
https://github.com/hsma-programme/h6_5c_sentiment_analysis
Last synced: over 1 year ago
JSON representation
Materials for HSMA 6 Session 5C
- Host: GitHub
- URL: https://github.com/hsma-programme/h6_5c_sentiment_analysis
- Owner: hsma-programme
- License: other
- Created: 2024-05-20T10:27:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T10:41:01.000Z (almost 2 years ago)
- Last Synced: 2024-07-24T12:27:07.551Z (almost 2 years ago)
- Language: Python
- Size: 1.27 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
To use the lecture examples and undertake the exercises in this repository, you should install the supplied environment.
Once you have downloaded the repository, navigate to the environment directory in your Ananconda prompt and type :
conda env create -f environment.yml
Once the environment has been installed, use :
conda activate nlp_sa
to activate the environment, or select the environment as your kernel in VSCode.