An open API service indexing awesome lists of open source software.

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.

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.