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