NLP_on_Job_Profiles
Parsing Job Profiles Through natural Language Processing (NLP)
I have tried to web scrape 50 job profiles for the key words "Data Analyst", and then analyzed them to find the most frequent keywords and phrases (Bigrams and Trigrams).
I have used NLTK for Natural Language Processing (NLP) and Pandas for analysis, WordCloud and Matplotlib for visualization, Anaconda Jupyter Notebook as an IDE, and other python libraries such os and re.