Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WordEmbeddings installation issues on Windows #168

Open
Mary63 opened this issue Jun 17, 2020 · 1 comment
Open

WordEmbeddings installation issues on Windows #168

Mary63 opened this issue Jun 17, 2020 · 1 comment

Comments

@Mary63
Copy link

Mary63 commented Jun 17, 2020

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

@Mary63 Mary63 changed the title NeuroNER installation issues on Windows WordEmbeddings installation issues on Windows Jun 17, 2020
@kaushikacharya
Copy link

@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',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants