Index

B | C | D | E | F | G | I | L | M | N | O | P | R | S | T | V

B

bag_of_words() (in module topik.vectorizers.bag_of_words)
BaseElasticCorpora (class in topik.fileio.out_elastic)
BaseOutputTest (class in topik.fileio.tests.test_outputs)

C

close() (topik.fileio.base_output.OutputInterface method)
(topik.fileio.project.TopikProject method)
convert_date_field_and_reindex() (topik.fileio.out_elastic.ElasticSearchOutput method)

D

doc_lengths (topik.models.base_model_output.ModelOutput attribute)
(topik.vectorizers.vectorizer_output.VectorizerOutput attribute)
doc_topic_matrix (topik.models.base_model_output.ModelOutput attribute)
document_term_counts (topik.vectorizers.vectorizer_output.VectorizerOutput attribute)

E

ElasticSearchOutput (class in topik.fileio.out_elastic)
entities() (in module topik.tokenizers.entities)
es_getitem() (in module topik.fileio.out_elastic)
es_setitem() (in module topik.fileio.out_elastic)

F

filter_string (topik.fileio.out_elastic.ElasticSearchOutput attribute)

G

get_date_filtered_corpus_iterator() (topik.fileio.project.TopikProject method)
get_date_filtered_data() (topik.fileio.out_elastic.ElasticSearchOutput method)
(topik.fileio.out_memory.InMemoryOutput method)
get_filtered_corpus_iterator() (topik.fileio.project.TopikProject method)
get_filtered_data() (topik.fileio.base_output.OutputInterface method)
(topik.fileio.out_elastic.ElasticSearchOutput method)
(topik.fileio.out_memory.InMemoryOutput method)
get_vectors() (topik.vectorizers.vectorizer_output.VectorizerOutput method)
global_term_count (topik.vectorizers.vectorizer_output.VectorizerOutput attribute)
GreedyDict (class in topik.fileio.out_memory)

I

id_term_map (topik.vectorizers.vectorizer_output.VectorizerOutput attribute)
import_from_iterable() (topik.fileio.out_elastic.ElasticSearchOutput method)
(topik.fileio.out_memory.InMemoryOutput method)
INDEX (topik.fileio.tests.test_project.TestElasticSearchOutput attribute)
InMemoryOutput (class in topik.fileio.out_memory)

L

lda() (in module topik.models.lda)
lda_vis() (in module topik.visualizers.pyldavis)
load_output() (in module topik.fileio.base_output)

M

mixed() (in module topik.tokenizers.entities)
ModeledElasticCorpora (class in topik.fileio.out_elastic)
ModelOutput (class in topik.models.base_model_output)

N

ngrams() (in module topik.tokenizers.ngrams)

O

OutputInterface (class in topik.fileio.base_output)

P

plsa() (in module topik.models.plsa)
ProjectTest (class in topik.fileio.tests.test_project)

R

read_document_folder() (in module topik.fileio.in_document_folder)
read_elastic() (in module topik.fileio.in_elastic)
read_input() (in module topik.fileio.reader)
(topik.fileio.project.TopikProject method)
read_json_stream() (in module topik.fileio.in_json)
read_large_json() (in module topik.fileio.in_json)
run_model() (in module topik.simple_run.run)
(topik.fileio.project.TopikProject method)

S

save() (topik.fileio.base_output.OutputInterface method)
(topik.fileio.out_elastic.ElasticSearchOutput method)
(topik.fileio.out_memory.InMemoryOutput method)
(topik.fileio.project.TopikProject method)
select_modeled_corpus() (topik.fileio.project.TopikProject method)
select_tokenized_corpus() (topik.fileio.project.TopikProject method)
select_vectorized_corpus() (topik.fileio.project.TopikProject method)
selected_filtered_corpus (topik.fileio.project.TopikProject attribute)
selected_modeled_corpus (topik.fileio.project.TopikProject attribute)
selected_tokenized_corpus (topik.fileio.project.TopikProject attribute)
selected_vectorized_corpus (topik.fileio.project.TopikProject attribute)
setUp() (topik.fileio.tests.test_outputs.TestElasticSearchOutput method)
(topik.fileio.tests.test_outputs.TestInMemoryOutput method)
(topik.fileio.tests.test_project.TestElasticSearchOutput method)
(topik.fileio.tests.test_project.TestInMemoryOutput method)
simple() (in module topik.tokenizers.simple)
synchronize() (topik.fileio.base_output.OutputInterface method)
(topik.fileio.out_elastic.ElasticSearchOutput method)

T

tearDown() (topik.fileio.tests.test_outputs.TestElasticSearchOutput method)
(topik.fileio.tests.test_project.TestElasticSearchOutput method)
term_frequency (topik.models.base_model_output.ModelOutput attribute)
(topik.vectorizers.vectorizer_output.VectorizerOutput attribute)
term_id_map (topik.vectorizers.vectorizer_output.VectorizerOutput attribute)
termite() (in module topik.visualizers.termite_plot)
termite_html() (in module topik.visualizers.termite_plot)
test___is_iterable() (in module topik.fileio.tests.test_in_json)
test__collect_bigrams_and_trigrams() (in module topik.tokenizers.tests.test_ngrams)
test__collocation_document() (in module topik.tokenizers.tests.test_ngrams)
test__simple_document() (in module topik.tokenizers.tests.test_simple)
test__to_py_lda_vis() (in module topik.visualizers.tests.test_ldavis)
test_bad_folder() (in module topik.fileio.tests.test_in_document_folder)
test_cal_likelihood() (in module topik.models.tests.test_plsa)
test_context_manager() (topik.fileio.tests.test_project.ProjectTest method)
test_document_term_count() (in module topik.vectorizers.tests.test_output)
test_elastic_import() (in module topik.fileio.tests.test_in_elastic)
test_em() (in module topik.models.tests.test_plsa)
test_get_date_filtered_corpus_iterator() (topik.fileio.tests.test_project.ProjectTest method)
test_get_date_filtered_data() (topik.fileio.tests.test_outputs.BaseOutputTest method)
test_get_filtered_corpus_iterator() (topik.fileio.tests.test_project.ProjectTest method)
test_get_filtered_data() (topik.fileio.tests.test_outputs.BaseOutputTest method)
test_global_term_count() (in module topik.vectorizers.tests.test_output)
test_ldavis() (in module topik.visualizers.tests.test_ldavis)
test_load_file() (topik.fileio.tests.test_outputs.BaseOutputTest method)
test_model() (topik.fileio.tests.test_project.ProjectTest method)
test_ngrams() (in module topik.tokenizers.tests.test_ngrams)
test_rand_mat() (in module topik.models.tests.test_plsa)
test_raw_data (topik.fileio.tests.test_outputs.BaseOutputTest attribute)
test_read_document_folder() (in module topik.fileio.tests.test_in_document_folder)
test_read_document_folder_gz() (in module topik.fileio.tests.test_in_document_folder)
test_read_document_json_stream() (in module topik.fileio.tests.test_in_json)
test_read_input() (in module topik.fileio.tests.test_reader)
(topik.fileio.tests.test_project.ProjectTest method)
test_read_large_json() (in module topik.fileio.tests.test_in_json)
test_registration() (in module topik.models.tests.test_plsa)
test_run() (in module topik.simple_run.tests.test_run_api)
test_save_file() (topik.fileio.tests.test_outputs.BaseOutputTest method)
test_simple() (in module topik.tokenizers.tests.test_simple)
test_term_frequency() (in module topik.vectorizers.tests.test_output)
test_termite() (in module topik.visualizers.tests.test_termite)
test_termite_pandas_output() (in module topik.visualizers.tests.test_termite)
test_tokenize() (topik.fileio.tests.test_project.ProjectTest method)
test_top_words() (in module topik.visualizers.tests.test_termite)
test_train() (in module topik.models.tests.test_lda)
(in module topik.models.tests.test_plsa)
test_vectorize() (in module topik.vectorizers.tests.test_tfidf)
(topik.fileio.tests.test_project.ProjectTest method)
test_vectorizer() (in module topik.vectorizers.tests.test_bag_of_words)
test_visualize() (topik.fileio.tests.test_project.ProjectTest method)
TestElasticSearchOutput (class in topik.fileio.tests.test_outputs)
(class in topik.fileio.tests.test_project)
TestInMemoryOutput (class in topik.fileio.tests.test_outputs)
(class in topik.fileio.tests.test_project)
tfidf() (in module topik.vectorizers.tfidf)
tokenize() (topik.fileio.project.TopikProject method)
topic_term_matrix (topik.models.base_model_output.ModelOutput attribute)
topik (module)
topik.fileio (module)
topik.fileio.base_output (module)
topik.fileio.in_document_folder (module)
topik.fileio.in_elastic (module)
topik.fileio.in_json (module)
topik.fileio.out_elastic (module)
topik.fileio.out_memory (module)
topik.fileio.project (module)
topik.fileio.reader (module)
topik.fileio.tests (module)
topik.fileio.tests.test_in_document_folder (module)
topik.fileio.tests.test_in_elastic (module)
topik.fileio.tests.test_in_json (module)
topik.fileio.tests.test_outputs (module)
topik.fileio.tests.test_project (module)
topik.fileio.tests.test_reader (module)
topik.models (module)
topik.models.base_model_output (module)
topik.models.lda (module)
topik.models.plsa (module)
topik.models.tests (module)
topik.models.tests.test_data (module)
topik.models.tests.test_lda (module)
topik.models.tests.test_plsa (module)
topik.simple_run (module)
topik.simple_run.cli (module)
topik.simple_run.run (module)
topik.simple_run.tests (module)
topik.simple_run.tests.test_run_api (module)
topik.singleton_registry (module)
topik.tokenizers (module)
topik.tokenizers.entities (module)
topik.tokenizers.ngrams (module)
topik.tokenizers.simple (module)
topik.tokenizers.tests (module)
topik.tokenizers.tests.test_ngrams (module)
topik.tokenizers.tests.test_simple (module)
topik.transformers (module)
topik.vectorizers (module)
topik.vectorizers.bag_of_words (module)
topik.vectorizers.tests (module)
topik.vectorizers.tests.test_bag_of_words (module)
topik.vectorizers.tests.test_output (module)
topik.vectorizers.tests.test_tfidf (module)
topik.vectorizers.tfidf (module)
topik.vectorizers.vectorizer_output (module)
topik.visualizers (module)
topik.visualizers.pyldavis (module)
topik.visualizers.termite_plot (module)
topik.visualizers.tests (module)
topik.visualizers.tests.test_ldavis (module)
topik.visualizers.tests.test_termite (module)
TopikProject (class in topik.fileio.project)
transform() (topik.fileio.project.TopikProject method)

V

vectorize() (topik.fileio.project.TopikProject method)
VectorizedElasticCorpora (class in topik.fileio.out_elastic)
VectorizerOutput (class in topik.vectorizers.vectorizer_output)
vectors (topik.vectorizers.vectorizer_output.VectorizerOutput attribute)
visualize() (topik.fileio.project.TopikProject method)
vocab (topik.models.base_model_output.ModelOutput attribute)