Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 565 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 565 Bytes

Author Prediction using NLP

Table of Contents

  1. Pre-requisite
  2. Implementation
  3. Technologies Used

Pre-requisite

  • R
  • Python

Implementation

  • Clone this respository.

  • Scrape the files of author and keep in two folders.

  • Move into Project(url-shortener) directory.

  • Run the R file to tag the words based on Verbs, Adverbs etc.

  • Run Naive_Bayes.RMD and Decision_new.RMD files to perform
    analysis and view visualizations.

Technologies Used

  • R
  • Python