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

Out of Vocabulary Words #31

Closed
jh0274 opened this issue May 2, 2018 · 4 comments
Closed

Out of Vocabulary Words #31

jh0274 opened this issue May 2, 2018 · 4 comments

Comments

@jh0274
Copy link

jh0274 commented May 2, 2018

Hi
Firstly, what you've done looks great - thank you. Secondly I'm interested in a feature that you hint at in your 1st blog post:
2.We make use of recent work on word embeddings to compute embeddings for unknown words on the fly from definitions or information that you can provide (it’s very simple in fact: you can compute a word embedding for “Kendall Jenner” simply by averaging the vectors for “woman” and “model” for example).
I'd like to know how to supplement the definitions/information you refer to above. I'm working within a domain that has some very specific/unique terms that will not be in the training corpus and I'd like to know how to use/supplement the code to embed vectors in the way you describe above,
Thanks

@thomwolf
Copy link
Member

Hi @jh0274,
Indeed, it is not included in the currently open-sourced version of neuralcoref.
I will see if I can add it to the next release.

@jh0274
Copy link
Author

jh0274 commented May 15, 2018

Thanks a lot!

@thomwolf
Copy link
Member

Couldn't easily integrate this features in the new release which is tightly integrated with spaCy pipeline but I hope we cant get it in for the next release. Will keep you tuned.

@thomwolf
Copy link
Member

Hi this has been added in the latest release (4.0).

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

No branches or pull requests

2 participants