-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor documentation for
gensim.similarities.docsim
and `MmCorpus…
…-related`. (#1910) * Added example for text_corpus.py * Fix for example * Updated docstrings for docsim.py * Beta_docstrings for docsim.py * Gamma_docstrings for docsim.py * Massive package of different files. * fix build (PEP8, rst) * retranslate _mmreader.pyx with cython==0.27.3 * fix matutils * fix textcorpus * fix mmcorpus * fix mmreader[2] * fix docsim[1] * fix docsim[2] * fix docsim[3] * fix docsim[4] * fix docsim[5]
- Loading branch information
1 parent
c3f08c1
commit 5355c06
Showing
8 changed files
with
1,211 additions
and
809 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:mod:`corpora._mmreader` -- Reader for corpus in the Matrix Market format. | ||
========================================================================== | ||
|
||
.. automodule:: gensim.corpora._mmreader | ||
:synopsis: Reader for corpus in the Matrix Market format. | ||
:members: | ||
:inherited-members: | ||
:undoc-members: | ||
:show-inheritance: |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.