GithubHelp home page GithubHelp logo

ruthussanketh / natural-language-processing Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 41.0 264 KB

Codes, datasets, and explanations for some basic natural language tasks and models.

License: Creative Commons Zero v1.0 Universal

Jupyter Notebook 100.00%
lstm-models natural-language-tasks natural-language-processing language-modeling crfsuite naive-bayes-classifier lstm-neural-networks stemming lemmatization

natural-language-processing's Introduction

Natural Language Processing

Codes, datasets, and explanations for some basic natural language tasks and models.

This repository is a set of 5 tutorials which provide a basic knowledge about NLP, and applying it to text to get results without needing a deep mathematical knowledge of the working behind the models. NLTK, Keras and sklearn are the main libraries used in the tutorials. Each folder contains the datasets and a Jupyter Notebook for that tutorial. I've also written detailed Medium articles to explain the code in the Notebooks, which are linked below.

  1. NLP Preprocessing
    Explains the basic preprocessing tasks to be performed before training almost any model. Covers stemming and lemmatization and their differences.
    Medium article

  2. Language Modeling
    Building and studying statistical language models from a corpus dataset. Unigram, bigram, trigram and fourgram models are covered.
    Medium article

  3. Classifier Models
    Building and comparing the accuracy of Naive Bayes and LSTM models on a given dataset using NLTK and Keras.
    Medium article

  4. Conditional Random Fields
    Experimenting with POS tagging, a standard sequence labeling task using CRFs with the help of the scikit-learn crfsuite wrapper.
    Medium article

  5. Word and Character Based LSTM Models
    Building and analyzing word and character based LSTM models. Two different character based models are also trained and compared.
    Medium article

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.