https://github.com/hsma-programme/h6_5a_intro_to_nlp
Materials for HSMA 6 Session 5A
https://github.com/hsma-programme/h6_5a_intro_to_nlp
Last synced: over 1 year ago
JSON representation
Materials for HSMA 6 Session 5A
- Host: GitHub
- URL: https://github.com/hsma-programme/h6_5a_intro_to_nlp
- Owner: hsma-programme
- License: other
- Created: 2024-04-19T08:41:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T09:15:02.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T10:36:25.856Z (almost 2 years ago)
- Language: Python
- Size: 1.53 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
NOTE : in order to run the lecture examples and undertake the exercises in this session, you will need to use the nlp_basics environment.
Once you have downloaded the repository, navigate to the environment directory in your Ananconda prompt and type :
conda env create -f environment.yml
You can then activate the environment using :
conda activate nlp_basics
or select the environment as your kernel in VSCode.