-
Notifications
You must be signed in to change notification settings - Fork 0
/
ehr.html
11 lines (9 loc) · 858 Bytes
/
ehr.html
1
2
3
4
5
6
7
8
9
10
---
layout: page
permalink: /ehr/
---
<center><a href="https://yale-lily.github.io/"><img src="/lily-logo.png" alt="test image" width="20%" height="20%"></a></center>
<header class="post-header">
<h2 class="post-title">NLP for Electronic Patient Records</h2>
</header>
The Electronic Health Record (EHR) is an essential part of the modern medical system and impacts healthcare delivery, operations, and research. Unstructured text is attracting much attention despite structured information in the EHRs and has become an exciting research field. In this project, we implement a python toolkit, EHRKit, by integrating the state-of-the-art python libraries and creating the interface to work on user-input clinical/biomedical text. For example, huggingface, SciSpacy and Stanza. We are aiming at making more functionalities and running evaluations.