jonnyk20 / nlp-intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro to NLP

This repo contains a script with some functions I'm using for a presentation on basic Natural Language Processing.

I covers the following operations:

  1. Tokenization
  2. Finding similar words by meaning (using word vectors)
  3. Finding similar words by spelling (using Levenshtein Distance)

Please reach out to me if you have any question about the material within

About


Languages

Language:Python 100.0%