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
b165d1a2
Commit
b165d1a2
authored
Nov 02, 2024
by
Almouhannad Hafez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add parts 1 + 2
parent
f3770a7a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
765 additions
and
5 deletions
+765
-5
1.Data_Preprocessing.ipynb
1.Data_Preprocessing.ipynb
+1
-1
2.Basic_Morphological_Analyzer.ipynb
2.Basic_Morphological_Analyzer.ipynb
+763
-0
README.md
README.md
+1
-2
helpers.py
helpers.py
+0
-2
No files found.
1.
1-
Preprocessing.ipynb
→
1.
Data_
Preprocessing.ipynb
View file @
b165d1a2
...
...
@@ -571,7 +571,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
11.7
"
"version": "3.
9.20
"
}
},
"nbformat": 4,
...
...
1.2-Morphological-Analyzer-Classifi
er.ipynb
→
2.Basic_Morphological_Analyz
er.ipynb
View file @
b165d1a2
This diff is collapsed.
Click to expand it.
README.md
View file @
b165d1a2
...
...
@@ -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 Morphol
o
gical 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***
...
...
helpers.py
deleted
100644 → 0
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