Commit
·
39a3d17
1
Parent(s):
fe4521b
Update README.md (#1)
Browse files- Update README.md (946fc06fae8db7ab3a1582f78a9ba58da10bb01d)
Co-authored-by: Tomohiro Nishiyama <[email protected]>
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 |
|