Skip to content

Siva2910/Indeed-Employee-Review-Analysis-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Indeed-Employee-Review-Analysis-NLP

Introduction

Online company review sites such as Indeed and Glassdoor facilitated the use of employer branding. For example, any employee, whether former or current, can review their experience with a company by giving a star rating and providing feedback. As the result, those looking to apply to positions at that company will know whether it’s worth doing. The surveys of users of company review sites supported the need for proper brand management, especially negative reviews. For example, a recent compilation of recruiting stats by Glassdoor revealed that 83 percent of job seekers were likely to research company reviews before deciding whether to apply. Clearly, an increasing number of people use online resources to get more information about companies and certain aspects such as salary data of benefits.

Objective

To analyze the employee reviews on an Online Company review website i.e. Indeed and obtain insights from the data

Dataset

image

Dataset Contains around 67,530 rows and 3 Columns :

  • Rating
  • Review Text
  • Employee Type
    • Former Employee
    • Current Employee

Exploratory Data Analysis

image

image

Text Preprocessing

image

image

image

image

Topic Modeling

  • Topic Modeling in NLP is a technique which assigns topics to a given corpus based on the words present

  • Topics can be thought of as keywords which can describe a document for example for topic sports the words related to it are cricket , basketball , tennis

  • LATENT DIRICHLET ALLOCATION

    • LDA is a popular modeling technique to extract topics from a given corpus
    • LDA categorizes the text into document and words per topic
    • Implemented using Gensim package

image

image

image

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published