-
#### Problem description
Tried to install gensim on macOS with Python 3.11 from homebrew, but it failed due to compilation error.
`pip3.11 install --upgrade gensim` runs into
```
...
…
-
Hello,
I just tryied to fit Node2Vec object and got error
129 # Train gensim word2vec model on random walks
130 self.model = gensim.models.Word2Vec(
131 …
-
Hi, thanks for your great work. I've been trying to incorporate the augmentation code into my own workflow.
I'm a little bit confused by the "context_size" variable. Is it the same as the "window_s…
-
I used python 2.7 and codes:
model = Word2Vec.load("path/to/word2vec/en.model")
returns an error:
AttributeError: 'Word2Vec' object has no attribute 'vector_size'
I guess might be the vers…
-
Hi ! I have just been interested in this paper.
I saw your code and I can't understand what change in "word2vec.py"
Could you tell me what kind of change was made?
-
#### Description
Hi! I'm new here :) I was digging through the `Doc2Vec` code and came across a bunch of TODOs in `KeyedVectors`.
I was wondering if TODOs such as https://github.com/RaRe-…
-
Does anyone encounter the same issue when loading the model?
> model = gensim.models.Word2Vec.load('/home/cqzhao/Computational Content Analysis/data/1992embeddings_hs_new3.sg')
![image](https://us…
-
```python
from gensim.models import KeyedVectors
# model_file = r"fan_word2vec_binary.bin"
model_file = r"D:\code\python\MachineLearning\word2evc\test\ppmi.baidubaike.word"
#导入模型
model = Keyed…
-
#### Problem description
What are you trying to achieve? What is the expected result? What are you seeing instead?
I have been trying to load my own trained FastText vectors into a FastTextKey…
-
#### 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…