-
-
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.
Add topic coherence rst files (#906)
* Added coherencemodel.rst * Added topic coherence rst files
- Loading branch information
1 parent
d509da0
commit 99b5977
Showing
7 changed files
with
61 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:mod:`models.coherencemodel` -- Topic coherence pipeline | ||
======================================================== | ||
|
||
.. automodule:: gensim.models.coherencemodel | ||
:synopsis: Topic coherence pipeline | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:mod:`topic_coherence.aggregation` -- Aggregation module | ||
======================================================== | ||
|
||
.. automodule:: gensim.topic_coherence.aggregation | ||
:synopsis: Aggregation module | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:mod:`topic_coherence.direct_confirmation_measure` -- Direct confirmation measure module | ||
======================================================================================== | ||
|
||
.. automodule:: gensim.topic_coherence.direct_confirmation_measure | ||
:synopsis: Direct confirmation measure module | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:mod:`topic_coherence.indirect_confirmation_measure` -- Indirect confirmation measure module | ||
============================================================================================ | ||
|
||
.. automodule:: gensim.topic_coherence.indirect_confirmation_measure | ||
:synopsis: Indirect confirmation measure module | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:mod:`topic_coherence.probability_estimation` -- Probability estimation module | ||
============================================================================== | ||
|
||
.. automodule:: gensim.topic_coherence.probability_estimation | ||
:synopsis: Probability estimation module | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:mod:`topic_coherence.segmentation` -- Segmentation module | ||
========================================================== | ||
|
||
.. automodule:: gensim.topic_coherence.segmentation | ||
:synopsis: Segmentation module | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
:mod:`topic_coherence` -- Package for the topic coherence pipeline | ||
================================================================== | ||
|
||
.. automodule:: gensim.topic_coherence | ||
:synopsis: Package for the topic coherence pipeline | ||
:members: | ||
:inherited-members: |