compshs.semantics.tests package

Submodules

compshs.semantics.tests.test_base module

class compshs.semantics.tests.test_base.TestBaseSemanticShift(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_compute_metric_for_timepair()[source]
test_get_common_attributes()[source]
test_get_common_keywords()[source]
test_get_group()[source]
test_group_embeddings()[source]
test_group_output_fixed()[source]
test_group_output_sequential()[source]

compshs.semantics.tests.test_concept_induction module

class compshs.semantics.tests.test_concept_induction.TestConceptInduction(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_average_senses()[source]
test_get_concept_clusters()[source]
test_get_sense_clusters()[source]
test_group_embeddings()[source]
test_transform()[source]

compshs.semantics.tests.test_shift module

class compshs.semantics.tests.test_shift.TestAsApp(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_asapp_embeddings_strategy()[source]
test_asapp_keywords_strategy()[source]
test_compute_asapp_for_timepair()[source]
test_transform()[source]
class compshs.semantics.tests.test_shift.TestDS(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_transform()[source]
class compshs.semantics.tests.test_shift.TestSApp(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_compute_sapp_for_timepairs()[source]
test_sapp_embeddings_strategy()[source]
test_sapp_keywords_strategy()[source]
test_transform()[source]
class compshs.semantics.tests.test_shift.TestSSTA(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_attribute_exist_at_timedates()[source]
test_keyword_exist_at_timedates()[source]
test_transform()[source]

Module contents

tests module