-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
BleiCorpus with an index #1
Conversation
The index can be used for fast retrieval of specific documents, and for fast responses to len() queries
I'll think about how to do this more generally, for any *Corpus. Just have to find a way to do it without breaking things or making them too complicated... |
Ok, i wrote a draft of the functionality: i added a new class, I'll make every file-based corpus format inherit from |
your method is better indeed :) I'm removing this commit again from my branches |
make len(Dictionary.from_corpus) consistent with its content
fix bugs in state reset and state init
minor doc&format fixes in DTM model
Consistency with gensim and pep 8
Simplify job loop + merge latest gensim
code style fixes to CLI scripts
Make docs clearer on `alpha` parameter in LDA model
No description provided.