Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NLP in diagnostic texts from nephropathology
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maximilian Legnar
NLP in diagnostic texts from nephropathology
Commits
94aab3d3
Commit
94aab3d3
authored
Jul 18, 2022
by
Maximilian Legnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added link to paper to README.md
parent
6ed8c8d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
94aab3d3
...
...
@@ -3,7 +3,7 @@
This python project was created as part of the article "Natural Language Processing in diagnostic texts from
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```
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.
## 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:
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment