Skip to content

Issues: piskvorky/gensim

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

match word2vec.c defaults (& option names? & command-line switches?) more closely difficulty easy Easy issue: required small fix documentation Current issue related to documentation
#534 opened Nov 19, 2015 by gojomo
Add API documentation for public class attributes difficulty easy Easy issue: required small fix documentation Current issue related to documentation good first issue Issue for new contributors (not required gensim understanding + very simple) Hacktoberfest Issues marked for hacktoberfest
#566 opened Dec 22, 2015 by cscorley
Force the index object pickle to be always under index.output_prefix difficulty easy Easy issue: required small fix wishlist Feature request
#691 opened May 4, 2016 by tmylk
LDA: Increasing perplexity with increased no. of topics on small documents bug Issue described a bug difficulty easy Easy issue: required small fix testing Issue related with testing (code, documentation, etc)
#701 opened May 18, 2016 by tmylk
Error details in wrappers. difficulty easy Easy issue: required small fix feature Issue described a new feature wishlist Feature request
#703 opened May 18, 2016 by bhargavvader
Support Pyro 4.47 in LDA and LSI distributed bug Issue described a bug difficulty easy Easy issue: required small fix
#934 opened Oct 10, 2016 by tmylk
doc2vec unique tags incorrect difficulty easy Easy issue: required small fix documentation Current issue related to documentation
#1057 opened Dec 24, 2016 by mzduchon
Word Mover's Distance slow for fasttext difficulty easy Easy issue: required small fix feature Issue described a new feature performance Issue related to performance (in HW meaning)
#1292 opened Apr 26, 2017 by arashsa
'ConcatenatedDoc2Vec' object has no attribute 'corpus_count' bug Issue described a bug difficulty easy Easy issue: required small fix good first issue Issue for new contributors (not required gensim understanding + very simple) Hacktoberfest Issues marked for hacktoberfest
#1340 opened May 22, 2017 by jasminezz
Check what's the reason to use double-precision in topic models bug Issue described a bug difficulty easy Easy issue: required small fix good first issue Issue for new contributors (not required gensim understanding + very simple) Hacktoberfest Issues marked for hacktoberfest performance Issue related to performance (in HW meaning)
#1576 opened Sep 8, 2017 by menshikh-iv
There is no load with file handle difficulty easy Easy issue: required small fix feature Issue described a new feature
#1611 opened Oct 4, 2017 by digitalex
New binary corpus format difficulty easy Easy issue: required small fix feature Issue described a new feature
#1697 opened Nov 7, 2017 by menshikh-iv
Confusing "TypeError: '<' not supported between … 'str' and 'int'" when doc-tag not present for most_similar() bug Issue described a bug difficulty easy Easy issue: required small fix documentation Current issue related to documentation good first issue Issue for new contributors (not required gensim understanding + very simple) Hacktoberfest Issues marked for hacktoberfest
#1737 opened Nov 23, 2017 by souveekbose
TextCorpus.sample_texts() does not use get_texts() bug Issue described a bug difficulty easy Easy issue: required small fix Hacktoberfest Issues marked for hacktoberfest
#1990 opened Mar 20, 2018 by johann-petrak
model.wv.accuracy messes up the model object bug Issue described a bug difficulty easy Easy issue: required small fix impact MEDIUM Big annoyance for affected users
#2014 opened Apr 3, 2018 by ahmedahmedov
model.trainables.update_weights executes even when no new vocabulary is added bug Issue described a bug difficulty easy Easy issue: required small fix Hacktoberfest Issues marked for hacktoberfest impact LOW Low impact on affected users
#2025 opened Apr 10, 2018 by ahmedahmedov
Doc2Vec to wikipedia articles notebook error - object has no attribute bug Issue described a bug difficulty easy Easy issue: required small fix documentation Current issue related to documentation
#2085 opened Jun 7, 2018 by impulsecorp
Ambiguous docvecs indexing, documentation missing difficulty easy Easy issue: required small fix documentation Current issue related to documentation Hacktoberfest Issues marked for hacktoberfest
#2097 opened Jun 20, 2018 by zkurtz
Adding Word-to-Context Prediction in Word2Vec (inverse of predict_output_word()) difficulty easy Easy issue: required small fix feature Issue described a new feature
#2152 opened Aug 9, 2018 by elliottash
KeyedVectors TODOs difficulty easy Easy issue: required small fix documentation Current issue related to documentation Hacktoberfest Issues marked for hacktoberfest
#2166 opened Aug 26, 2018 by darvid7
Documentation: LdaModel.get_document_topics imprecise difficulty easy Easy issue: required small fix documentation Current issue related to documentation
#2236 opened Oct 18, 2018 by johann-petrak
Document how to get complete document distribution from LDA difficulty easy Easy issue: required small fix documentation Current issue related to documentation good first issue Issue for new contributors (not required gensim understanding + very simple) Hacktoberfest Issues marked for hacktoberfest
#2489 opened May 10, 2019 by Antupis
2
5
bug in gensim.summarization.mz_entropy.mz_keywords bug Issue described a bug difficulty easy Easy issue: required small fix good first issue Issue for new contributors (not required gensim understanding + very simple) Hacktoberfest Issues marked for hacktoberfest impact LOW Low impact on affected users reach LOW Affects only niche use-case users
#2523 opened Jun 10, 2019 by bbaranow
WordEmbeddingsKeyedVectors.add() doesn't clear vectors_norm, causing IndexError on later most_similar() bug Issue described a bug difficulty easy Easy issue: required small fix good first issue Issue for new contributors (not required gensim understanding + very simple) Hacktoberfest Issues marked for hacktoberfest impact MEDIUM Big annoyance for affected users reach LOW Affects only niche use-case users
#2532 opened Jun 18, 2019 by gojomo
ProTip! Exclude everything labeled bug with -label:bug.