Update README.md
Browse files
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 |
```
|