- Sponsor
-
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
Fix documentation for gensim.corpora
. Partial fix #1671
#1729
Merged
+553
−202
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
b260d4b
Fix typo
anotherbugmaster 36d98d1
Make `save_corpus` private
anotherbugmaster 981ebbb
Annotate `bleicorpus.py`
anotherbugmaster 3428113
Make __save_corpus weakly private
anotherbugmaster 69fc7e0
Fix _save_corpus in tests
anotherbugmaster b65a69a
Fix _save_corpus[2]
anotherbugmaster 6fa92f3
Merge remote-tracking branch 'upstream/develop' into develop
anotherbugmaster 78e207d
Document bleicorpus in Numpy style
anotherbugmaster 7519382
Document indexedcorpus
anotherbugmaster ae69867
Annotate csvcorpus
anotherbugmaster c2765ed
Add "Yields" section
anotherbugmaster 40add21
Make `_save_corpus` public
anotherbugmaster e044c3a
Annotate bleicorpus
anotherbugmaster 123327d
Fix indentation in bleicorpus
anotherbugmaster 2382d01
`_save_corpus` -> `save_corpus`
anotherbugmaster 42409bf
Annotate bleicorpus
anotherbugmaster 7cb5bbf
Convert dictionary docs to numpy style
anotherbugmaster 56f19e6
Convert hashdictionary docs to numpy style
anotherbugmaster 9162a7e
Convert indexedcorpus docs to numpy style
anotherbugmaster 5eaaac4
Convert lowcorpus docs to numpy style
anotherbugmaster 3b6b076
Convert malletcorpus docs to numpy style
anotherbugmaster d7f3fc8
Convert mmcorpus docs to numpy style
anotherbugmaster c46bff4
Convert sharded_corpus docs to numpy style
anotherbugmaster 7823546
Convert svmlightcorpus docs to numpy style
anotherbugmaster 9878133
Convert textcorpus docs to numpy style
anotherbugmaster dba4429
Convert ucicorpus docs to numpy style
anotherbugmaster 6a95c94
Convert wikicorpus docs to numpy style
anotherbugmaster 6dcfb07
Add sphinx tweaks
anotherbugmaster 2f61fc3
Merge remote-tracking branch 'upstream/develop' into develop
anotherbugmaster ac01abb
Merge branch 'develop' into fix_1605
anotherbugmaster 833ec64
Remove trailing whitespaces
anotherbugmaster e656609
Merge branch 'develop' into fix_1605
anotherbugmaster 3e597fe
Annotate wikicorpus
anotherbugmaster da1d5c2
SVMLight Corpus annotated
anotherbugmaster 89f6098
Fix TODO
anotherbugmaster 9eeea21
Fix grammar mistake
anotherbugmaster 2b6aeaf
Undo changes to dictionary
anotherbugmaster 9b17057
Undo changes to hashdictionary
anotherbugmaster de3ea0f
Document indexedcorpus
anotherbugmaster dafc373
Document indexedcorpus[2]
anotherbugmaster ff980bc
Merge upstream
anotherbugmaster 0189d8d
Remove redundant files
anotherbugmaster 943406c
Merge upstream
anotherbugmaster 57cb5a3
Add more dots. :)
anotherbugmaster 08ca492
Fix monospace
anotherbugmaster 381fb97
remove useless method
menshikh-iv 5b5701a
fix bleicorpus
menshikh-iv 0e5c0cf
fix csvcorpus
menshikh-iv 627c0e5
fix indexedcorpus
menshikh-iv b771bb5
fix svmlightcorpus
menshikh-iv d76af8d
fix wikicorpus[1]
menshikh-iv 7fe753f
fix wikicorpus[2]
menshikh-iv a9eb1a3
fix wikicorpus[3]
menshikh-iv e3a8ebf
fix review comments
menshikh-iv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dot