I'm interested in learning different NLP models and implementing them in Python. My experiment codes and snippets are shown here. Here are some useful tutorials and links:
- Jurafsky and Martin speech and language processing
- Christian Perone's blog post on Cosine Similarity implementation in Python.
- Sklearn documentations on Cosine Similarity and feature extraction in general.