================= Topic Modelling ================= AutoNLU offers the possibility to automatically extract good topics from a corpus of texts. This can be very helpful when having to decide on which classes to use for class or classlabel tasks. Have a look at the tutorial "Topic modeling - finding topics for a dataset" to see how this can be used in practice. ---------- TopicModel ---------- .. autoclass:: autonlu.topic_model.TopicModel :members: search_topics, show_results, change_settings --------------- VocabularyTools --------------- .. autoclass:: autonlu.topic_model.VocabularyTools :members: get_large_english_vocab, get_small_english_vocab, extract_vocabulary_from_dataset, filter_case_duplicates