a | b/example/README.md | ||
---|---|---|---|
1 | # Zensols Medical NLP Examples |
||
2 | |||
3 | Some examples use UMLS. To access UMLS you must complete the following steps: |
||
4 | |||
5 | 1. Get a [UMLS account] if you do not already have one. |
||
6 | 2. Copy the UTS template to a new key file: |
||
7 | ```bash |
||
8 | cp uts-key-template.json uts-key.json |
||
9 | ``` |
||
10 | 3. Add your UMLS key to `uts-key.json` by editing the JSON file. |
||
11 | |||
12 | |||
13 | <!-- links --> |
||
14 | [UMLS account]: https://uts.nlm.nih.gov/uts/ |