Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
N
NLP-Project
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
almohanad.hafez
NLP-Project
Commits
f3770a7a
You need to sign in or sign up before continuing.
Commit
f3770a7a
authored
Nov 02, 2024
by
Almouhannad Hafez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
613e9fdc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
README.md
README.md
+5
-4
helpers.py
helpers.py
+2
-0
No files found.
README.md
View file @
f3770a7a
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
**[Description](#description)**
**[Description](#description)**
**[How to run](#how-to-run)**
**[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***
## ***Description***
**Classifying symptom (as a text data) into a disease**
**Classifying symptom (as a text data) into a disease**
> [Dataset link](https://www.kaggle.com/datasets/niyarrbarman/symptom2disease)
> [Dataset link](https://www.kaggle.com/datasets/niyarrbarman/symptom2disease)
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
```
```
1.
**Open Anaconda Prompt**
1.
**Open Anaconda Prompt**
1.
**Navigate to the repository directory in your machine `cd <path_to_repository_directory>/nlp-project`**
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**
1.
**Create the Conda Environment from the .yml File**
```bash
```bash
conda env create -f conda_nlp_environment.yml
conda env create -f conda_nlp_environment.yml
...
@@ -37,5 +37,6 @@
...
@@ -37,5 +37,6 @@
jupyter notebook
jupyter notebook
```
```
## ***Part1.
Basic morphological analyzer
***
## ***Part1.
Data preprocessing
***
## ***Part2. Basic Morpholgical analyzer***
helpers.py
0 → 100644
View file @
f3770a7a
class
HELPERS
:
pass
\ No newline at end of file
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