Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ This is a model for named entity recognition of Japanese medical documents.
|
|
20 |
Download the following five files and put into the same folder.
|
21 |
- id_to_tags.pkl
|
22 |
- key_attr.pkl
|
23 |
-
- text.txt
|
24 |
- NER_medNLP.py
|
25 |
- predict.py
|
26 |
|
|
|
20 |
Download the following five files and put into the same folder.
|
21 |
- id_to_tags.pkl
|
22 |
- key_attr.pkl
|
23 |
+
- text.txt (This is an input file which should be predicted, which is supposed to be changed as the text you are going to use.)
|
24 |
- NER_medNLP.py
|
25 |
- predict.py
|
26 |
|