Issues
- 5
Always, each row of word2vec model txt format file starts with word and the rest is vector. But the function save_word2vec_format of the code make it starting with index. Is it a Bug?
#3555 opened by rollingdeep - 5
Upgrade to NumPy 2.1
#3560 opened by MaximilianHess - 16
Gensim broken with SciPy 1.13.0
#3525 opened by jc-louis - 0
PyTest fails to run tests:
#3561 opened by yurivict - 1
AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'. Did you mean: 'get_data_files'?
#3546 opened by Zethson - 14
gensim package import issues
#3544 opened by rsurendraidexcel - 1
Cannot prevent negative sampling on Word2Vec
#3550 opened by ak6198 - 5
Installation with Poetry fails on Python 3.12 - `error: ‘PyArray_Descr’ {aka ‘struct _PyArray_Descr’} has no member named ‘subarray’`
#3541 opened by juhoinkinen - 1
Update Windows and Ubuntu runners to -latest
#3549 opened by Crosswind - 2
- 2
Central word and context
#3545 opened by LiuBurger - 6
- 1
The model architecture of word2vec
#3543 opened by LiuBurger - 0
gensim on Windows arm64 system probably downloads unsupported NumPy version during building from source
#3539 opened by filip-komarzyniec - 5
- 7
- 1
Bug on Import gensim
#3530 opened by PixelJunkie33 - 5
- 2
Support for python3.12
#3511 opened by SysuJayce - 0
Wrong parameter information in `gensim.models.keyedvectors.KeyedVectors.save()` docstring.
#3528 opened by Stfort52 - 2
bug about remove_markup
#3520 opened by seadog-www - 1
- 1
The triu function is now removed from scipy module
#3526 opened by marianpascalau - 0
Out-of-Period Terms in LdaSeqModel
#3522 opened by Fan-chen04 - 1
- 0
- 4
Please do not hardcode `libc++`
#3518 opened by barracuda156 - 4
SyntaxError: future feature annotations is not defined
#3516 opened by ppdk-data - 2
How can we fix this issue when i use python 3.6?
#3517 opened by ppdk-data - 1
Doc2Vec on Wikipedia articles
#3515 opened by TalKleinBgu - 1
It fails to convert non-ascii characters in Turkish wikipedia dump.
#3512 opened by trappedinspacetime - 1
library stubs are missing
#3509 opened by kkasra12 - 0
EnsembleLDA with pyLDAvis visualisation
#3504 opened by daniau23 - 1
- 2
TypeError: __randomstate_ctor() takes from 0 to 1 positional arguments but 2 were given
#3492 opened by arxyzan - 2
Vocabulary size is much smaller than requested
#3500 opened by DavidNemeskey - 3
- 1
is the summarization module removed in the newest version of gensim, i find it nowhere in the documentation?
#3496 opened by zcsh - 1
Search feature on website is broken
#3493 opened by mbarberry - 0
generate change log for 4.3.2
#3486 opened by mpenkov - 0
Windows wheel broken for Python 3.10
#3489 opened by mpenkov - 0
Inconsistent documentation for LdaSeqModel
#3474 opened by rsokolewicz - 1
add functions to reproduce preprocessing matching `GoogleNews`, `GLoVe`, etc pretrained word-vectors
#3485 opened by gojomo - 0
File "<string>", line 111, in finalize_options AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__' when installing gensim 3.8.3 with pip install
#3484 opened by bweill555 - 1
Pretrained model for doc2vec
#3482 opened by pradeepdev-1995 - 3
simple_processing() str_iterator issue
#3480 opened by harish2sista - 2
Deprecation Warning for sparsetools namespace
#3479 opened by mark-todd - 1
Is there anyway to adjust the weight of the node?
#3476 opened by Yangxiaojun1230 - 2
- 0
The chunksize variable specified in ldaseqmodel is not passed to ldamodel, so latter defaults to chunksize = 2000
#3472 opened by mspezio