-
-
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
Refactor API reference gensim.corpora
. Partial fix #1671
#1835
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
menshikh-iv
changed the title
Refactor API reference gensim.corpora: lowcorpus.py, malletcorpus.py & mmcorpus.py
Refactor API reference gensim.corpora: lowcorpus.py, malletcorpus.py & mmcorpus.py. Fix #1671
Feb 1, 2018
CLearERR
changed the title
Refactor API reference gensim.corpora: lowcorpus.py, malletcorpus.py & mmcorpus.py. Fix #1671
Refactor API reference gensim.corpora: lowcorpus.py, malletcorpus.py,sharded_corpus, textcorpus,ucicorpus & mmcorpus.py. Fix #1671
Feb 7, 2018
menshikh-iv
changed the title
Refactor API reference gensim.corpora: lowcorpus.py, malletcorpus.py,sharded_corpus, textcorpus,ucicorpus & mmcorpus.py. Fix #1671
Refactor API reference Feb 9, 2018
gensim.corpora
. Partial fix #1671
sj29-innovate
pushed a commit
to sj29-innovate/gensim
that referenced
this pull request
Feb 21, 2018
…iskvorky#1835) * Initial refactoring for lowcorpus.py * updated lowcorpus.py * Update lowcorpus.py * _init_ for lowcorpus.py * Added examples for lowcorpus.py * Updates for lowcorpus.py and malletcorpus.py * Minor fixes * Refactor for sharded_corpus.py * Updates for sharded_corpus.py & textcorpus.py * Examples for sharded_corpus.py * Aplha-docstringed sharded_corpus.py * Alpha textcorpus.py and ucicorpus.py * fix PEP8 * fix lowcorpus * better formatting for lowcorpus * fix part of rst, mallet and small things for low * fix * fix textcorpus[1] * fix textcorpus[2] * replace function -> callable * fix textcorpus[3] * fix textcorpus[4] * fix ucicorpus + some rst * revert sharded_corpus
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Is a child PR for #1671
@menshikh-iv