Commit f3770a7a authored by Almouhannad Hafez's avatar Almouhannad Hafez

Update README.md

parent 613e9fdc
......@@ -3,8 +3,8 @@
**[Description](#description)**
**[How to run](#how-to-run)**
**[Part1. Basic morphological analyzer](#part1-basic-morphological-analyzer)**
**[Part1. Data preprocessing](#part1-data-preprocessing)**
**[Part2. Basic Morpholgical analyzer](#part2-basic-morpholgical-analyzer)**
## ***Description***
**Classifying symptom (as a text data) into a disease**
> [Dataset link](https://www.kaggle.com/datasets/niyarrbarman/symptom2disease)
......@@ -23,7 +23,7 @@
```
1. **Open Anaconda Prompt**
1. **Navigate to the repository directory in your machine `cd <path_to_repository_directory>/nlp-project`**
**If you want to navigate to a disk other than C:\, let's say D, you can run `D:\`**
**If you want to navigate to a disk other than C:\, let's say D, you can run `D:`**
1. **Create the Conda Environment from the .yml File**
```bash
conda env create -f conda_nlp_environment.yml
......@@ -37,5 +37,6 @@
jupyter notebook
```
## ***Part1. Basic morphological analyzer***
## ***Part1. Data preprocessing***
## ***Part2. Basic Morpholgical analyzer***
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