Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

""" 

The :mod:`dariah_topics` package currently offers seven modules: 

 

* :mod:`dariah_topics.doclist` for maintaining document lists.  

* :mod:`dariah_topics.evaluation` for evaluating semantic coherence of topics. 

* :mod:`dariah_topics.postprocessing` for postprocessing text data. 

* :mod:`dariah_topics.preprocessing` for preprocessing text data. 

* :mod:`dariah_topics.mallet` for calling MALLET from within Python. 

* :mod:`dariah_topics.meta` for maintaining metadata. 

* :mod:`dariah_topics.visualization` for visualizing the output of LDA models. 

""" 

 

__author__ = "Sina Bock, Philip Dürholt, Michael Huber, Thora Hagen, Severin Simmler, Thorsten Vitt" 

__version__ = "0.3.0dev1" 

__copyright__ = "Copyright 2017, DARIAH-DE" 

__credits__ = ["Sina Bock", "Philip Dürholt", "Michael Huber", "Thora Hagen", "Steffen Pielström", "Severin Simmler", "Thorsten Vitt"] 

__maintainer__ = "Steffen Pielström" 

__email__ = "pielstroem@biozentrum.uni-wuerzburg.de" 

__status__ = "Development"