This repo contains a script with some functions I'm using for a presentation on basic Natural Language Processing.
I covers the following operations:
- Tokenization
- Finding similar words by meaning (using word vectors)
- Finding similar words by spelling (using Levenshtein Distance)
Please reach out to me if you have any question about the material within