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
ddcda0d8
Commit
ddcda0d8
authored
Nov 16, 2024
by
Almouhannad Hafez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(5) Add dep. parsing
parent
50aa3ab7
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
483 additions
and
12 deletions
+483
-12
5.0.Process_texts_stanza.ipynb
5.0.Process_texts_stanza.ipynb
+481
-11
constants.py
constants.py
+2
-1
dep_parsed_texts.pkl
stanza/dep_parsed_texts.pkl
+0
-0
No files found.
5.0.Process_texts_stanza.ipynb
View file @
ddcda0d8
This diff is collapsed.
Click to expand it.
constants.py
View file @
ddcda0d8
...
...
@@ -7,3 +7,4 @@ class CONSTANTS:
AUGMENTED_TEST_SET_PATH
=
'data/augmented_Preprocessed_Symptom2Disease_Test.csv'
LEMMATIZED_TEXTS_OBJECT_PATH
=
'stanza/lemmatized_texts.pkl'
DEP_PARSED_TEXTS_OBJECT_PATH
=
'stanza/dep_parsed_texts.pkl'
\ No newline at end of file
stanza/dep_parsed_texts.pkl
0 → 100644
View file @
ddcda0d8
File added
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