-
### Brand Name
Gensim
### Website
https://radimrehurek.com/gensim/
### Popularity Metric
Global Rank -124235
### Official Resources for Icon and Color
https://github.com/piskvorky/gensim
### A…
-
There is no version 3.0.1 available for Gensim anywhere, causing the requirements setup to fail.
OpenNE [requirements.txt](https://github.com/thunlp/OpenNE/blob/master/requirements.txt)
PyPI [ge…
fmkoc updated
3 weeks ago
-
I _really_ need word2vec handy, and trying to do vector embeddings in raw Python/NumPy is extraordinarily slow, so I wondered how hard it would be to bundle gensim... nltk seems to work fine, but with…
-
请问这个问题如何解决呀?
电脑配置Windows i9多核 +4090
配合ubuntu 4x3090卡部署的embedding 和 llm service的4个api,经过测试embedding和llm的api都可以正常访问输出返回值。
![gensim_launchserver](https://github.com/user-attachments/assets/ad2ce52f-d…
-
Considering completely removing gensim (and therefore, node2vec) as a dependency in graspologic
They constantly have dependency issues because the package is not heavily maintained (currently relea…
-
I'm getting errors when trying to load the model. Do you have any suggestions?
`model = Word2Vec.load('./models/complete.model')`
Traceback (most recent call last):
File "", line 1, in
Fi…
-
#### Problem description
We're planning to use NumPy 2.1 in our project due to its performance improvements. However, Gensim currently depends on NumPy 1.26.4. Are there any plans to update Gen…
-
change `for word in model` to `for word in model.wv `to make the notebook compatible with the latest gensim. also `model.most_similar` to `model.wv.most_similar`
-
Hi, first of all thanks for developing this clean and handy tool.
When I call `nlp.train_lda_model()` I get the following error:
```
ModuleNotFoundError: No module named 'gensim.models.lda'
`…
-
See if [gensim](https://github.com/piskvorky/gensim) can be used