Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Gensim
Conversations
About
Gensim
Contact owners and managers
1–30 of 3759
Welcome to the mailing list of
Gensim, topic modelling for humans
. Please read the
FAQ
before asking. Supporting Gensim helps us support you:
https://github.com/
sponsors/piskvorky
Mark all as read
Report group
0 selected
Tedo Vrbanec
,
Gordon Mohr
8
Sep 22
SparseTermSimilarityMatrix error, what to do with it?
I am not a developer. It is obvious that code is looking if term (as string) is in keyedvectors which
unread,
SparseTermSimilarityMatrix error, what to do with it?
I am not a developer. It is obvious that code is looking if term (as string) is in keyedvectors which
Sep 22
Danilo Tomasoni
,
Gordon Mohr
7
Aug 27
Debug drammatic performance drop
Ow the compression may be an issue.. Thank you I will try to go your direction since it looks like
unread,
Debug drammatic performance drop
Ow the compression may be an issue.. Thank you I will try to go your direction since it looks like
Aug 27
andreas heiner
,
Gordon Mohr
2
Aug 26
error when importing gensim.test.utils
It's hard to read your error stack as the rich-text format it's been pasted as has lost all
unread,
error when importing gensim.test.utils
It's hard to read your error stack as the rich-text format it's been pasted as has lost all
Aug 26
刘士渤
,
Gordon Mohr
4
Aug 3
Central word and context
Yes, the training loop of Gensim's Word2Vec (closely following the original word2vec.c released
unread,
Central word and context
Yes, the training loop of Gensim's Word2Vec (closely following the original word2vec.c released
Aug 3
Md. Ramjan Ali
Jul 29
LDA - Topic Modeling
Hello Everyone, As per my understanding, LDA creates two matrices "Topic Document Matrix"
unread,
LDA - Topic Modeling
Hello Everyone, As per my understanding, LDA creates two matrices "Topic Document Matrix"
Jul 29
J.I.
Jul 15
Improving gensim type hints?
Hi there, I started using gensim this weekend and noticed type hints and IDE-autocomplete features
unread,
Improving gensim type hints?
Hi there, I started using gensim this weekend and noticed type hints and IDE-autocomplete features
Jul 15
l1muba1
,
Gordon Mohr
3
Jul 15
fasttext model produces very different vectors from train to train
Thanks for your quick reply! > you do a larger composite training run with all texts of the last N
unread,
fasttext model produces very different vectors from train to train
Thanks for your quick reply! > you do a larger composite training run with all texts of the last N
Jul 15
Tedo Vrbanec
,
Gordon Mohr
3
Jul 13
Google Usenet service ceases to be active?
I have been very busy recently, so I apologize for the late response. When I opened the Gensim Group
unread,
Google Usenet service ceases to be active?
I have been very busy recently, so I apologize for the late response. When I opened the Gensim Group
Jul 13
Felix Selgert
,
Gordon Mohr
4
Jul 11
Epoch Logger for LDA Modell
I'm not sure I fully understand the code around the (LDA-focused) `Callback` class – from naming,
unread,
Epoch Logger for LDA Modell
I'm not sure I fully understand the code around the (LDA-focused) `Callback` class – from naming,
Jul 11
Nicolas Posner
Jul 8
How does similarity relate to topic number?
Gensim beginner here. Is there any reason to expect that similarity between the same documents and
unread,
How does similarity relate to topic number?
Gensim beginner here. Is there any reason to expect that similarity between the same documents and
Jul 8
Joseph Emmens
Jun 23
mm matrix 1 index
Hello All, Just a quick question as I cannot find the solution. I have checked this SO post but no
unread,
mm matrix 1 index
Hello All, Just a quick question as I cannot find the solution. I have checked this SO post but no
Jun 23
Joseph Emmens
Jun 19
Author Topic Model get_new_author_topics
Hey forum, If I have an Author Topic Model (ATM) trained on a set of documents and their authors, and
unread,
Author Topic Model get_new_author_topics
Hey forum, If I have an Author Topic Model (ATM) trained on a set of documents and their authors, and
Jun 19
이팩터s
,
Gordon Mohr
2
Jun 12
Migration 3 to 4
I'd need more context on how you're using this (essentially abstract) superclassm to make any
unread,
Migration 3 to 4
I'd need more context on how you're using this (essentially abstract) superclassm to make any
Jun 12
Kranthi Kumar
,
Gordon Mohr
3
Jun 5
Mismatch of vector embedding length at inference
I'm not too familiar/experienced with the Gensim LsiModel, but some things I'd check: (1) How
unread,
Mismatch of vector embedding length at inference
I'm not too familiar/experienced with the Gensim LsiModel, but some things I'd check: (1) How
Jun 5
Edward Tang
,
Gordon Mohr
2
May 31
Noob question - Unstable result of Doc2vec.infer_vector()
The reasons that these algorithms don't give the exact same results in subsequent training or
unread,
Noob question - Unstable result of Doc2vec.infer_vector()
The reasons that these algorithms don't give the exact same results in subsequent training or
May 31
Lorenzo Filitti
,
Gordon Mohr
2
May 31
Data Format
Without knowing the code you "found online", what sort of JSON it expects, what conversion
unread,
Data Format
Without knowing the code you "found online", what sort of JSON it expects, what conversion
May 31
bayerphi
May 31
coherence Score for mallet
Hey folks, I know that the Mallet implementation has been removed since the latest update. However,
unread,
coherence Score for mallet
Hey folks, I know that the Mallet implementation has been removed since the latest update. However,
May 31
Roy Becker
,
Gordon Mohr
2
Apr 10
noob question: gensim.downloader.load keeps getting stuck
Gensim is just using a basic `urllib` HTTP request here. If you consistently get this same failure –
unread,
noob question: gensim.downloader.load keeps getting stuck
Gensim is just using a basic `urllib` HTTP request here. If you consistently get this same failure –
Apr 10
Daniel
,
Gordon Mohr
2
Apr 10
cannot import name 'triu' from 'scipy.linalg'
Scipy recently removed these functions after a fairly brief (less than 1 year) 'deprecation'
unread,
cannot import name 'triu' from 'scipy.linalg'
Scipy recently removed these functions after a fairly brief (less than 1 year) 'deprecation'
Apr 10
Ferhat Arslan
,
Gordon Mohr
3
Apr 10
Unexpected performance decrease when shared objects are locally compiled
Thanks for the update & confirmation of a possible workaround. If by chance you're on a Linux
unread,
Unexpected performance decrease when shared objects are locally compiled
Thanks for the update & confirmation of a possible workaround. If by chance you're on a Linux
Apr 10
Alexey Shkarupin
, …
Gordon Mohr
4
Apr 1
Loading fasttext model from S3
I believe the docs are wrong to suggest that smart_open's S3 support is enough for this operation
unread,
Loading fasttext model from S3
I believe the docs are wrong to suggest that smart_open's S3 support is enough for this operation
Apr 1
Tomáš Holler
,
Gordon Mohr
2
Mar 28
Loading WikiCorpus
I haven't tested this, but have you tried specifying a no-op `tokenizer_func`, fitting the
unread,
Loading WikiCorpus
I haven't tested this, but have you tried specifying a no-op `tokenizer_func`, fitting the
Mar 28
Joseph Emmens
,
Gordon Mohr
3
Feb 15
Serialized author-topic-model incorrect document count
That's exactly right, that's my fault for copying the example on the gensim atm documents
unread,
Serialized author-topic-model incorrect document count
That's exactly right, that's my fault for copying the example on the gensim atm documents
Feb 15
santosh.b...@gmail.com
,
Andrey Kutuzov
3
Feb 8
How to incorporate timestamp into word embeddings?
Thank you so much, Andrey. I will peruse the articles you shared - beginning with your co-authored
unread,
How to incorporate timestamp into word embeddings?
Thank you so much, Andrey. I will peruse the articles you shared - beginning with your co-authored
Feb 8
squaaad yang
12/11/23
How to implement NMF dynamic topic modeling using gensim?
Hi everyone, Recently, I have been doing a dynamic topic modeling project using NMF. I thought the
unread,
How to implement NMF dynamic topic modeling using gensim?
Hi everyone, Recently, I have been doing a dynamic topic modeling project using NMF. I thought the
12/11/23
Jeff Winchell
,
Gordon Mohr
8
11/24/23
Streamed Restartable Iterables - Details (for corpus streaming)
I suspect if you were to test your conjecture that "Using a file system vs the fastest dbms is
unread,
Streamed Restartable Iterables - Details (for corpus streaming)
I suspect if you were to test your conjecture that "Using a file system vs the fastest dbms is
11/24/23
Sargentini, Thierry
,
Gordon Mohr
2
11/24/23
Python 3.9
AFAIK, Gensim builds & passes its test suite on Python-[3.8, 3.9, 3.10, 3.11] for [Ubuntu, MacOS,
unread,
Python 3.9
AFAIK, Gensim builds & passes its test suite on Python-[3.8, 3.9, 3.10, 3.11] for [Ubuntu, MacOS,
11/24/23
Andy Weasley
,
Gordon Mohr
8
11/23/23
Errors When Installing Version 3.8.3
Thanks for the update, but keep in mind that given the rather blatant failure-to-do-what-was-intended
unread,
Errors When Installing Version 3.8.3
Thanks for the update, but keep in mind that given the rather blatant failure-to-do-what-was-intended
11/23/23
Nathan Cassee
9/29/23
[Request] Experiment on Technical Debt prioritization
We're an international team of academic Software Engineering researchers investigating technical
unread,
[Request] Experiment on Technical Debt prioritization
We're an international team of academic Software Engineering researchers investigating technical
9/29/23
Danilo Tomasoni
,
Gordon Mohr
3
8/28/23
Hard limit on vocab size?
Glad it's sorted. If you *did* want to cap the number of words loaded, you can supply a `limit`
unread,
Hard limit on vocab size?
Glad it's sorted. If you *did* want to cap the number of words loaded, you can supply a `limit`
8/28/23