Update README.md
Browse files
README.md
CHANGED
@@ -15,3 +15,18 @@ metrics:
|
|
15 |
|
16 |
|
17 |
This is a model for named entity recognition of Japanese medical documents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
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 |
+
肥大型心筋症、心房細動に対してWF投与が開始となった。
|
28 |
+
治療経過中に非持続性心室頻拍が認められたためアミオダロンが併用となった。
|
29 |
+
|
30 |
+
### Output Example
|
31 |
+
<d certainty="positive">肥大型心筋症、心房細動</d>に対して<m-key state="executed">WF</m-key>投与が開始となった。
|
32 |
+
<timex3 type="med">治療経過中</timex3>に<d certainty="positive">非持続性心室頻拍</d>が認められたため<m-key state="executed">アミオダロン</m-key>が併用となった。
|