Tomohiro commited on
Commit
f8d4685
1 Parent(s): 7f705af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -24,9 +24,14 @@ 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>が併用となった。
 
 
24
 
25
  ### Input Example
26
 
27
+ ```
28
  肥大型心筋症、心房細動に対してWF投与が開始となった。
29
  治療経過中に非持続性心室頻拍が認められたためアミオダロンが併用となった。
30
+ ```
31
 
32
  ### Output Example
33
+
34
+ ```
35
  <d certainty="positive">肥大型心筋症、心房細動</d>に対して<m-key state="executed">WF</m-key>投与が開始となった。
36
  <timex3 type="med">治療経過中</timex3>に<d certainty="positive">非持続性心室頻拍</d>が認められたため<m-key state="executed">アミオダロン</m-key>が併用となった。
37
+ ```