Franck-Dernoncourt / NeuroNER

Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.
http://neuroner.com
MIT License
1.69k stars 476 forks source link

WordEmbeddings installation issues on Windows #168

Open Mary63 opened 4 years ago

Mary63 commented 4 years ago

Hello Frank!

I am working on a de-identification project and I would like to use NeuroNER. I have a problem in installing the word Embeddings on Windows OS. I was wondering if you could please help me in installing it on Windows OS?

Warm regards, Maryam

kaushikacharya commented 4 years ago

@Mary63 You only need to download pre-trained word embeddings and pass the file path of embeddings as a parameter.

As an example, you can download gloVe word embeddings from https://nlp.stanford.edu/projects/glove/

And then pass embedding filepath as an agrument https://github.com/Franck-Dernoncourt/NeuroNER/blob/master/neuroner/neuromodel.py#L143 'token_pretrained_embedding_filepath':'./data/word_vectors/glove.6B.100d.txt',