Git Product home page Git Product logo

natural-language-processing's Introduction

Natural Language Processing

Repository containing portfolio of NLP projects completed by me for academic, self learning, and hobby purposes. Presented in the form of iPython Notebooks.

2-way polarity (positive, negative) classification system for reviews, using NLTK's sentiment analysis engine.

Tools : NLTK, scikit-learn

Overview

Used a logistic regression, naive bayes and SVM classifier, bag-of-words features, and polarity lexicons (both in-built and external). We'll also create our own UDF to clean raw text present in the form of reviews.

Brief description of the dataset

Dataset is scrapped from amazon for lenovo K8 mobile phones

  • Review in the form of free text was scrapped and the user rating
  • A user rating of 1,2,3 -> sentiment 0 -> negative sentiment
  • A user rating of 4 and 5 -> sentiment 1 -> positive sentiment

Topics:

  1. Getting some visuals on text data
    • Wordcloud
    • bargraph
    • Frequency graph
  2. Text cleaning tasks
  3. Extarct features from text and convert text to numbers
  4. n-gram analysis -> bigram, trigrams, obtain visuals on the n-grams
  5. Sentiment analysis using AFFIN and VADER
  6. Document classification
  7. Document clustering
  8. Document and word similarlity

natural-language-processing's People

Contributors

karthikeyan199512 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.