Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdgjlbl/nlp-workshop

Beginner tutorial for Natural Language Processing
https://github.com/sdgjlbl/nlp-workshop

jupyter-notebook machine-learning natural-language-processing

Last synced: 15 days ago
JSON representation

Beginner tutorial for Natural Language Processing

Awesome Lists containing this project

README

        

# nlp-workshop
Beginner tutorial for Natural Language Processing

To run this tutorial, please install the environment, either using pip or conda.

1. For conda, install miniconda (instructions [here](https://conda.io/miniconda.html)).
Then run

`conda env create -n nlp_tutorial -f requirements.yml`

and
`conda activate nlp_tutorial` to activate the environement.
Then run `jupyter notebook` to start the notebook.
2. For pip, create a virtual env, then:

`pip install -r requirements.txt`.

Then run `jupyter notebook` to start the notebook.

For the second and the third parts of the workshop, you will need the pretrained word2vec vectors that you can download [here](https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit).