oborchers / Fast_Sentence_Embeddings

Compute Sentence Embeddings Fast!
GNU General Public License v3.0
619 stars 83 forks source link

Add gensim 4.0.0 support #63

Closed oborchers closed 2 years ago

AleMuzzi commented 2 years ago

Hi, on this purpose I made a pull request with Gensim >=4 support: https://github.com/oborchers/Fast_Sentence_Embeddings/pull/65

oborchers commented 2 years ago

Thanks @AleMuzzi! I will look into it and rewrite the tests 👍🏻

bratao commented 2 years ago

Any chance of @AleMuzzi MR making into the main branch? Many projects now requires Gensim >=4.

AleMuzzi commented 2 years ago

Any chance of @AleMuzzi MR making into the main branch? Many projects now requires Gensim >=4.

Meanwhile you can update your Gensim using my fork with this command:

pip install -U git+https://github.com/AleMuzzi/Fast_Sentence_Embeddings

Hope it helps.

oborchers commented 2 years ago

@AleMuzzi @bratao I am painfully behind in maintenance. I will consider this issue tomorrow