Technical requirements
GLoVe vectors can be downloaded from https://nlp.stanford.edu/projects/glove/ . It is recommended to use the glove.6B.50d.txt
file as it is much smaller than the other files and will be much faster to process. NLTK will be required for later parts of this chapter. All the code for this chapter can be found at https://github.com/PacktPublishing/Hands-On-Natural-Language-Processing-with-PyTorch-1.x.