What is settings' data structure
Created by: dreamingcp
1.In dataprovider.py, there usually is settings.input_types, but in semantic_role_labeling, there is only a settings.slots . What is the difference between input_types and slots? 2.Can someone give me the whole data structure of 'settings' and the description of the data structure?
Thanks a lot!