Tomohiro commited on
Commit
5dee8ec
1 Parent(s): e1ab5e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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 (id_to_tags.pkl, key_attr.pkl, text.txt, NER_medNLP.py, predict.py) and put the same folders.
 
 
 
 
 
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