Beispiel #1
0
 def test_print_all_components(self):
     nlu.print_components()
Beispiel #2
0
 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')
Beispiel #3
0
 def test_print_all_components_for_action(self):
     # Test printing of all components for one specific type
     nlu.print_components(action='lemma')
Beispiel #4
0
 def test_print_all_components_for_lang(self):
     # Test printing of all components for one specific language
     nlu.print_components('de')