Switch to unified view

a/README.md b/README.md
1
<p align="center">
1
<p align="center">
2
   <img src="https://github.com/Yale-LILY/EHRKit/blob/master/wrapper_functions/EHRLogo.png?raw=true" alt="EHRKit"/>
2
   <img src="https://github.com/Yale-LILY/EHRKit/blob/master/wrapper_functions/EHRLogo.png?format=raw" alt="EHRKit"/>
3
</p>
3
</p>
4
4
5
5
6
# EHRKit: A Python Natural Language Processing Toolkit for Electronic Health Record Texts
6
# EHRKit: A Python Natural Language Processing Toolkit for Electronic Health Record Texts
7
7
...
...
10
This library aims at processing medical texts in electronic health records. We provide specific functions to access the [MIMIC-III](https://physionet.org/content/mimiciii-demo/) record efficiently; the method includes searching by record ID, searching similar records, searching with an input query. We also support functions for some NLP tasks, including abbreviation disambiguation, extractive and abstractive summarization. For more specific evaluaiton, please check this [pre-print]([url](https://arxiv.org/abs/2204.06604)).
10
This library aims at processing medical texts in electronic health records. We provide specific functions to access the [MIMIC-III](https://physionet.org/content/mimiciii-demo/) record efficiently; the method includes searching by record ID, searching similar records, searching with an input query. We also support functions for some NLP tasks, including abbreviation disambiguation, extractive and abstractive summarization. For more specific evaluaiton, please check this [pre-print]([url](https://arxiv.org/abs/2204.06604)).
11
11
12
Moreover, if users want to deal with general medical texts, we integrate third-party libraries, including [hugginface](https://huggingface.co/), [scispacy](https://allenai.github.io/scispacy/), [allennlp](https://github.com/allenai/allennlp), [stanza](https://stanfordnlp.github.io/stanza/), and so on. Please checkout the special verison of this library, [EHRKit-WF](https://github.com/Yale-LILY/EHRKit/tree/master/wrapper_functions).
12
Moreover, if users want to deal with general medical texts, we integrate third-party libraries, including [hugginface](https://huggingface.co/), [scispacy](https://allenai.github.io/scispacy/), [allennlp](https://github.com/allenai/allennlp), [stanza](https://stanfordnlp.github.io/stanza/), and so on. Please checkout the special verison of this library, [EHRKit-WF](https://github.com/Yale-LILY/EHRKit/tree/master/wrapper_functions).
13
13
14
<p align="center">
14
<p align="center">
15
   <img src="https://github.com/Yale-LILY/EHRKit-2022/blob/main/ehrkit.jpg?raw=true" alt="EHRKit"/>
15
   <img src="https://github.com/Yale-LILY/EHRKit-2022/blob/main/ehrkit.jpg?format=raw" alt="EHRKit"/>
16
</p>
16
</p>
17
17
18
## Table of Contents
18
## Table of Contents
19
19
20
1. [Updates](#updates)
20
1. [Updates](#updates)
...
...
150
- Section Detection
150
- Section Detection
151
- UMLS Concept Extraction
151
- UMLS Concept Extraction
152
152
153
153