https://github.com/mimaishel/nltk-demo
📚 Hands-on learning and application of NLP techniques through practical job search demo.
https://github.com/mimaishel/nltk-demo
educational-demos nlp nltk-python text-analysis
Last synced: 4 months ago
JSON representation
📚 Hands-on learning and application of NLP techniques through practical job search demo.
- Host: GitHub
- URL: https://github.com/mimaishel/nltk-demo
- Owner: mimaishel
- Created: 2024-09-05T00:12:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T00:46:42.000Z (almost 2 years ago)
- Last Synced: 2025-10-07T04:36:49.951Z (8 months ago)
- Topics: educational-demos, nlp, nltk-python, text-analysis
- Language: HTML
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📖 nltk-demo
Hands-on learning and application of NLP techniques through practical job search demo.
## What's part of the demo?
1. Collecting text sample from [indeed.com](https://www.indeed.com).
2. Text analysis and processing on sample.
3. Sentiment analysis using pre-trained model.
4. Making sense of data and producing a report.
## Disclaimer
This is a CSC295 (Special topics in CS: Python) package demonstration project written and put together by me (Maxim Shelepov). The sole purpose of this is educational and example for what's possible with NLP using NLTK. The static snapshot (i.e. [indeed_jobs.html](./indeed_jobs.html)) of the [indeed.com](https://www.indeed.com) page is taken as an educational sample for analysis.