Commit 94aab3d3 authored by Maximilian Legnar's avatar Maximilian Legnar

added link to paper to README.md

parent 6ed8c8d0
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
This python project was created as part of the article "Natural Language Processing in diagnostic texts from This python project was created as part of the article "Natural Language Processing in diagnostic texts from
nephropathology". nephropathology".
The paper can be found [here](LINK). The paper can be found [here](https://doi.org/10.3390/diagnostics12071726).
The scripts ```database_preparation/data_preparation_pipeline.py```, ```TextClustering/clustering_pipeline.py``` The scripts ```database_preparation/data_preparation_pipeline.py```, ```TextClustering/clustering_pipeline.py```
and ```TextClassification/classification_pipeline.py``` gives an idea of how this project can be used with other datasets. and ```TextClassification/classification_pipeline.py``` gives an idea of how this project can be used with other datasets.
...@@ -18,9 +18,9 @@ Feel free to use and adapt the scripts to your own needs. ...@@ -18,9 +18,9 @@ Feel free to use and adapt the scripts to your own needs.
## Requirements ## Requirements
Create a new environment, then install the required python packages with Create a new environment, then install the required python packages with:
```pip install -r requirements.txt```. ```pip install -r requirements.txt```
The script ```database_preparation/preprocess.py``` requires some nltk corporas: The script ```database_preparation/preprocess.py``` requires some nltk corporas:
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment