Skip to content

krishnamrith12/NotebooksNLP

Repository files navigation

NLP Course Interactive Scribes

Binder

A Lazy guy's guide for Jupyter Installation

  1. Download Anaconda. We recommend downloading Anaconda’s latest Python 3 version (currently Python 3.5).

  2. Install the version of Anaconda, which you downloaded.

  3. Congratulations, you have installed Jupyter Notebook. To run the notebook:

    jupyter notebook
    

    Source: http://jupyter.readthedocs.io/en/latest/install.html.

    Available Notebooks

    1. Demo notebook - GoT Analysis, as shown in class.
    2. Basics_NLP - Notebook about preliminaries to be handled for python programming.

    3. Tokenization - Notebook explaining how to tokenise a corpus and the problems faced in doing so.
    4. JellyFishStringMatching - Spelling correction using edit distance and various metrices that are used in calculating edit distance.
    5. LanguageModels - Notebook about language modelling
    6. Smoothing,Perplexity And Backoff - Notebook about Smoothing ,Perplexity And Backoff
    7. HMM

About

Interactive scribe for NLP Course, IIT Kharagpur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published