socialcomp commited on
Commit
5887311
1 Parent(s): 39a3d17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,9 +20,9 @@ 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 (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
 
27
  You can use this model by running predict.py.
28
 
20
  Download the following five files and put into the same folder.
21
  - id_to_tags.pkl
22
  - key_attr.pkl
 
23
  - NER_medNLP.py
24
  - predict.py
25
+ - text.txt (This is an input file which should be predicted, which could be changed as the text done NER.)
26
 
27
  You can use this model by running predict.py.
28