-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Jupyter Notebook File in addition to updated README
- Loading branch information
1 parent
70aeb1d
commit 603fca8
Showing
5 changed files
with
12,524 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.env | ||
*.env-checkpoint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# UNCC Fintech Bootcamp - Natual Lanaguage Processing | ||
## Prepared By: Aaron Galloway | ||
|
||
## Summary | ||
The purpose of this assignment was to gain deeper knowledge of how to apply Natural Language Processing (NLP) in real world situations. | ||
Tools/Methods Used: | ||
1. Sentiment Analysis | ||
2. Natural Language Processing | ||
3. Named Entity Recognition | ||
4. Lemmatization, Tokenization, and Stopwords | ||
5. spaCy | ||
6. Reading in APIs | ||
7. NewsAPI |
Oops, something went wrong.