Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EllieSagheb authored Feb 27, 2024
1 parent 994d43c commit 85d3e44
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions module/PPFX_NLP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,27 @@
Process operative reports to identify periprosthetic femur fractures (PPFFx) followed by more complex Vancouver classification.
@author Tibbo ME, Wyles CC, Fu S, Sohn S, Lewallen DG, Berry DJ, Maradit Kremers H.

## CONFIGURATION:
## Configuration and Run:

## INPUT:

## RUN:

## OUTPUT:
1. Download the latest medtaagger release from https://github.com/OHNLP/TJA/tree/master/nlp_system
2. Move the .jar file to either PPFX_NLP folder
3. Modify the `INPUTDIR`, `OUTPUTDIR`, and `RULEDIR` variables in `runMedTagger-fit-tja.sh` or `runMedTagger-fit-tka.sh`, as appropriate
- `INPUT_DIR`: full directory path of input folder
- `OUTPUT_DIR`: full directory path of output folder
- `RULES_DIR`: full directory path of 'Rule' folder

Example:
```
INPUTDIR="$YOUR_INPUT_DIRECTORY"
OUTPUTDIR="$YOUR_OUTPUT_DIRECTORY"
RULEDIR="$YOUR_MEDTAGGER_HOME/medtaggerieresources/covid19"
```

4. Run the batch file

```
run_medtagger_unix_mac.sh
```
## REFERENCE:
https://pubmed.ncbi.nlm.nih.gov/31416741/

Expand Down

0 comments on commit 85d3e44

Please sign in to comment.