Open
Description
neuralcoref works well for majority of our use cases, but we're trying to eek out whatever remaining bits of performance we could. I noticed in https://github.com/huggingface/neuralcoref/blob/master/neuralcoref/train/training.md there is a reference for using ELMo word vectors
Wondering where we would go in the code to implement that or if the spacy v3 upgrade plans for neuralcoref include newer embeddings?
Thanks!