Commit b165d1a2 authored by Almouhannad Hafez's avatar Almouhannad Hafez

Add parts 1 + 2

parent f3770a7a
......@@ -571,7 +571,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.9.20"
}
},
"nbformat": 4,
......
......@@ -4,7 +4,7 @@
**[Description](#description)**
**[How to run](#how-to-run)**
**[Part1. Data preprocessing](#part1-data-preprocessing)**
**[Part2. Basic Morpholgical analyzer](#part2-basic-morpholgical-analyzer)**
**[Part2. Basic Morphological analyzer](#part2-basic-morpholgical-analyzer)**
## ***Description***
**Classifying symptom (as a text data) into a disease**
> [Dataset link](https://www.kaggle.com/datasets/niyarrbarman/symptom2disease)
......@@ -12,7 +12,6 @@
### ***Main contents***
- **Data folder**: Containing dataset and train and test sets
- **Constants.py**: Some fixed values to use in other files as `CONSTANTS` class
- **Helpers.py**: Some helper functions to use in other files as `HELPERS` class
- **Other .ipynb files**: Jupyter notebooks containing actual work
## ***How to run***
......
class HELPERS:
pass
\ No newline at end of file
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