facebookresearch / BLINK

Entity Linker solution
MIT License
1.17k stars 231 forks source link

Add gensim==3.8.3 to requirements #120

Closed suamin closed 1 year ago

suamin commented 2 years ago

By default it installs gensim-4.0.1 which throws AttributeError: 'KeyedVectors' object has no attribute 'key_to_index' -- it has to do with flair's pre-reqs. Fix from here.