File size: 915 Bytes
69a1629
 
 
15e09e4
 
 
69a1629
 
 
 
 
15e09e4
 
ebc43b7
 
15e09e4
ebc43b7
7f705af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

---
language: 
- ja
license:
- cc-by-4.0
tags:
- NER
- medical documents
datasets:
- MedTxt-CR-JA-training-v2.xml
metrics:
- NTCIR-16 Real-MedNLP subtask 1
---


This is a model for named entity recognition of Japanese medical documents.

### How to use

Download id_to_tags.pkl, key_attr.pkl, text.txt

You can use this model run predict.py.

### Input Example

肥大型心筋症、心房細動に対してWF投与が開始となった。
治療経過中に非持続性心室頻拍が認められたためアミオダロンが併用となった。

### Output Example
 <d certainty="positive">肥大型心筋症、心房細動</d>に対して<m-key state="executed">WF</m-key>投与が開始となった。
<timex3 type="med">治療経過中</timex3><d certainty="positive">非持続性心室頻拍</d>が認められたため<m-key state="executed">アミオダロン</m-key>が併用となった。