-
-
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 API Reference for
gensim.summarization
(#1709)
* Added docstrings in textcleaner.py * Added docstrings to bm25.py * syntactic_unit.py docstrings and typo * added doctrings for graph modules * keywords draft * keywords draft updated * keywords draft updated again * keywords edited * pagerank started * pagerank summarizer docstring added * fixed types in docstrings in commons, bm25, graph and keywords * fixed types, examples and types in docstrings * fix pep8 * fix doc build * fix bm25 * fix graph * fix graph[2] * fix commons * fix keywords * fix keywords[2] * fix mz_entropy * fix pagerank_weighted * fix graph rst * fix summarizer * fix syntactic_unit * fix textcleaner * fix
- Loading branch information
1 parent
056ec00
commit f09b7db
Showing
13 changed files
with
1,435 additions
and
157 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
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:`summarization.mz_entropy` -- Keywords for the Montemurro and Zanette entropy algorithm | ||
============================================================================================ | ||
|
||
.. automodule:: gensim.summarization.mz_entropy | ||
:synopsis: Keywords for the Montemurro and Zanette entropy algorithm | ||
:members: | ||
:inherited-members: | ||
:undoc-members: | ||
:show-inheritance: |
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.