Recurrent Neural Network for Natural Language Processing
Download the word2vec
pre-trained Google News corpus (3 billion running words) word vector model (3 million 300-dimension English word vectors). Then put GoogleNews-vectors-negative300.bin.gz in the file './temp/'
It is mirroring the data from the official word2vec website: GoogleNews-vectors-negative300.bin.gz
there are two options:
-
run command: python named_entity_recognition.py
-
run named_entity_recognition.ipynb with Google Colab Notebook.