Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,12 @@ This is a model for named entity recognition of Japanese medical documents.
|
|
18 |
|
19 |
### How to use
|
20 |
|
21 |
-
Download five files
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
You can use this model run predict.py.
|
24 |
|
|
|
18 |
|
19 |
### How to use
|
20 |
|
21 |
+
Download the following five files and put the same folders.
|
22 |
+
- id_to_tags.pkl
|
23 |
+
- key_attr.pkl
|
24 |
+
- text.txt
|
25 |
+
- NER_medNLP.py
|
26 |
+
- predict.py
|
27 |
|
28 |
You can use this model run predict.py.
|
29 |
|