agatha.topic_query.bow_util module

agatha.topic_query.bow_util.filter_words(keys, text_corpus, stopwords)
Return type

List[List[str]]

agatha.topic_query.bow_util.get_document_frequencies(text_documents)

Returns the document occurrence rate for words across documents

Return type

Dict[str, int]