Giter Site home page Giter Site logo

natural-language-processing-projects's Introduction

Natural-Language-Processing-Projects

These are the projects that I have done while doing my NLP course.

Project-1

File Name : Token word count.py

The aim of this project is to count word tokens, word types from each genre/category of the Brown corpus. Additionally, the vocabulary size of the whole corpus is also calculated. This project contains the following segments:

  1. removing special character and lower case conversion
  2. counting tokens
  3. removing stopwords
  4. applying lemmatization
  5. applying stemming
  6. counting word type
  7. main

Project-2

File Name: Sent gen Bi Tri gram.py

In this project the goal is to generate random sentences using Bi-gram and Tri-gram approaches. This project contains the following segments:

  1. removing special character and lower case conversion
  2. removing stopwords
  3. tokenizing the entire brown corpus incorporating tokens for starting and ending of each sentences
  4. make an uni-gram table
  5. make a bi-gram table
  6. make a tri-gram table
  7. generate and print a random sentence using bi-gram
  8. generate and print a random sentence using tri-gram
  9. main

Project-3

File Name: Text classification LogRef Multi Layer.py

This project aims to classify text using Logistic regression and Multi-layer neural network on Brown corpus. This project contains the following segments:

  1. removing special character and lower case conversion
  2. removing stopwords
  3. applying lemmatization
  4. generates features matrix and labels
  5. main

Project-4

File Name: Text classification Naive Bayes.py

This project aims to classify text using Naive Bayes classifier on Brown corpus. This project contains the following segments:

  1. removing special character and lower case conversion
  2. removing stopwords
  3. applying lemmatization
  4. generates features matrix and labels
  5. main

Project-5

File Name: Cosine similarity.py

This program aims to measure cosine similarity within and between the clusters. This project contains the following segments:

  1. fetch similarity between two sentences from matrix (using tf-idf and word2vec)
  2. to calculate similarity between two documents (using tf-idf and word2vec)
  3. main

natural-language-processing-projects's People

Contributors

sara-zinnat 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.