def test_print_all_components(self): nlu.print_components()
def test_print_all_components_for_action_in_lang(self): # Test printing of all components for one specific action and language nlu.print_components(lang='en', action='classify')
def test_print_all_components_for_action(self): # Test printing of all components for one specific type nlu.print_components(action='lemma')
def test_print_all_components_for_lang(self): # Test printing of all components for one specific language nlu.print_components('de')