/NLP

Primary LanguageJupyter Notebook

NLP

Steps

  • Import Data

  • Clean Data

  • Vectorizing

  • Split Data into Train and Test

  • Train Model

  • Predict

Clean Data

  • Remove Punctuations and replace them with space
  • Remove stopwords like a, the, and, etc.
  • Simplify each word by root of it e.g. liked into like... Its like we are converted into present tense\

Bag of Word Model

  • Creating column of each word

RESULTS