huggingface / neuralcoref

✨Fast Coreference Resolution in spaCy with Neural Networks
https://huggingface.co/coref/
MIT License
2.85k stars 477 forks source link

Use of different Word Vectors #225

Closed masonedmison closed 4 years ago

masonedmison commented 4 years ago

Hi,

Thanks you for making this wonderful tool available to everyone- it is quite awesome.

I was curious if someone could give me an idea on how involved it would be to use other Word Vectors? I would like to use the pre-trained BioWordVec vectors. In the 'Some Details on Training' section in the training.md file I see a mention of the possible use of ELMo in the future so I thought I would ask.

Thanks again!