-
```
/home/yyoo/torch/lib/python3.6/site-packages/gensim/similarities/__init__.py:15: UserWarning: The gensim.similarities.levenshtein submodule is disabled, because the optional Levenshtein package …
-
There's a guide here: https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4
-
Hi,
I was trying to run script that I created some time ago on Python 3.6.5 and it seems to don't work anymore. I can't import the library. Upgrading numpy didn't help. Can I ask for a solution to …
-
There's a guide here: https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4
-
run data_preprocessing.ipynb has a error:
w2v_vocab, w2v_model = create_embeddings(train_sent_texts,
embeddings_path='../embeddings/text_embeddings.gensim…
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
Hi. I am trying to perform BERTopic using gpt model represenattion. I got the …
-
#### Problem description
Trying to build my documentation with `uv` which also installs gensim as a transitive dependency.
#### Steps/code/corpus to reproduce
`uv pip install gensim`
but i…
-
my code hasn't been able to download for an hour. this gensim has prevented me from coding for four hours??????
-
```
dataset = IterableWrapper(wiki)
model = Word2Vec(dataset, size=128, window=15, iter=50, sg=1, min_count=150)
```
TypeError: Word2Vec.__init__() got an unexpected keyword argument 'size'
-
It may produce more useful comparative results. Worth investigating. https://pypi.org/project/gensim/