Skip to content
View shubhamkokul's full-sized avatar

Block or report shubhamkokul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Sentimental-Analysis-Movie-Review Sentimental-Analysis-Movie-Review Public

    Sentimental Analysis for movie reviews, by doing initial NLP task such as stemming, PoS tagging, lemmatization and case folding and using Sentiword.net score to find the polarity matrix of the system.

    CSS

  2. Text-Classification Text-Classification Public

    Usign CNN and RNN model and doing initial NLP task I have build a text classifer for generic text data

    Python 1

  3. Text-Normalization Text-Normalization Public

    This is the initial steps required in any NLP use case along with the text, I have covered the logic for Stemming, Lemmatization, Stop words removal and case folding.

    Python