Tomohiro commited on
Commit
e1ab5e6
1 Parent(s): 402eb40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -18,10 +18,14 @@ This is a model for named entity recognition of Japanese medical documents.
18
 
19
  ### How to use
20
 
21
- Download id_to_tags.pkl, key_attr.pkl, text.txt
22
 
23
  You can use this model run predict.py.
24
 
 
 
 
 
25
  ### Input Example
26
 
27
  ```
 
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
 
25
+ ```
26
+ python3 predict.py
27
+ ```
28
+
29
  ### Input Example
30
 
31
  ```