Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 738 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 738 Bytes

📖 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.
  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) of the indeed.com page is taken as an educational sample for analysis.