Diff of /README.md [000000] .. [b64007]

Switch to unified view

a b/README.md
1
# Bleeding Detection
2
3
This repository contains python scripts used in the study at The University of Utah Department of Cardiovascular Medicine to detect bleeding events among patients using natural language processing.
4
5
## Directory Structure
6
7
```
8
bleeding-detection
9
|
10
+-- src
11
|   |
12
|   +-- data
13
|   |
14
|   +-- results
15
|   |
16
|   +-- extract.py
17
|
18
|
19
+-- README.md
20
```
21
22
## Method
23
24
### Usage
25
26
To extract clinical notes without noise from the training (-t) or validation (-v) metadata, run the following command on CLI:
27
28
```
29
python extract.py [-t | -v] <phrase_length>
30
```