https://github.com/hsma-programme/h6_5b_named_entity_recognition
Materials for HSMA 6 Session 5B
https://github.com/hsma-programme/h6_5b_named_entity_recognition
Last synced: 2 months ago
JSON representation
Materials for HSMA 6 Session 5B
- Host: GitHub
- URL: https://github.com/hsma-programme/h6_5b_named_entity_recognition
- Owner: hsma-programme
- License: other
- Created: 2024-05-08T14:54:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T10:40:13.000Z (9 months ago)
- Last Synced: 2024-07-24T12:26:25.104Z (9 months ago)
- Language: Python
- Size: 21 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 exercise 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_ner
to activate the environment, or select the environment as your kernel in VSCode.