Current Behavior: the add_alice_extractors() function supports two parameters: alice_task_key (default='T0'), question_task_key (default = 'T1'). In most cases these parameters do not need to be customized, so the configure_for_alice() function currently takes no parameters.
Request: allow alice_task_key and question_task_key to be set as input parameters to configure_for_alice() and passed along to add_alice_extractors().
Current Behavior: the
add_alice_extractors()function supports two parameters:alice_task_key(default='T0'),question_task_key(default ='T1'). In most cases these parameters do not need to be customized, so theconfigure_for_alice()function currently takes no parameters.Request: allow
alice_task_keyandquestion_task_keyto be set as input parameters toconfigure_for_alice()and passed along toadd_alice_extractors().