Closed felixbur closed 1 year ago
columns like speaker, age, gender are used by nkululeko but often present in the data but with different names. Would be easy to make this confugurable, e.g.
[DATA] databases = ['my_data'] my_data.colnames = {'speaker':'Participant ID', 'gender':'sex, 'age': 'Age}
Done in 0.68.2
columns like speaker, age, gender are used by nkululeko but often present in the data but with different names. Would be easy to make this confugurable, e.g.
[DATA] databases = ['my_data'] my_data.colnames = {'speaker':'Participant ID', 'gender':'sex, 'age': 'Age}