-
Notifications
You must be signed in to change notification settings - Fork 9
/
data-tree.txt
44 lines (43 loc) · 1.9 KB
/
data-tree.txt
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
34
35
36
37
38
39
40
41
42
43
44
data
├── MedMentions
│ ├── full
│ │ ├── custom
│ │ │ ├── mm_converted.dev.json
│ │ │ ├── mm_converted.test.json
│ │ │ ├── mm_converted.train.json
│ │ │ ├── mm_ner_ent.dev.conll
│ │ │ ├── mm_ner_ent.test.conll
│ │ │ └── mm_ner_ent.train.conll
│ │ ├── data
│ │ │ ├── corpus_pubtator_pmids_all.txt
│ │ │ ├── corpus_pubtator_pmids_dev.txt
│ │ │ ├── corpus_pubtator_pmids_test.txt
│ │ │ ├── corpus_pubtator_pmids_trng.txt
│ │ │ └── corpus_pubtator.txt
│ │ ├── ReadMe.md
│ │ └── stats
│ │ └── TypeMentionStats.xlsx
│ ├── README.md
│ └── st21pv
│ ├── custom
│ │ ├── conll2003
│ │ │ ├── dev.txt
│ │ │ ├── test.txt
│ │ │ └── train.txt
│ │ ├── mm_converted.dev.json
│ │ ├── mm_converted.test.json
│ │ ├── mm_converted.train.json
│ │ ├── mm_ner_ent.dev.conll
│ │ ├── mm_ner_ent.test.conll
│ │ └── mm_ner_ent.train.conll
│ ├── data
│ │ ├── corpus_pubtator_pmids_all.txt
│ │ ├── corpus_pubtator_pmids_dev.txt
│ │ ├── corpus_pubtator_pmids_test.txt
│ │ ├── corpus_pubtator_pmids_trng.txt
│ │ └── corpus_pubtator.txt
│ └── ReadMe.md
└── UMLS
├── umls.2017AA.active.full.json
└── umls.2017AA.active.st21pv.json
10 directories, 31 files