Tool.tool_options+ [ModuleOption('local', filter= str_to_bool, usage=
"local=B, where B is true or false", default= False, help_text= "Use l
ocal alignment to score the similarity " "of the tonal space paths ins
tead of global"), ModuleOption('song', filter= str_to_bool, usage= "to
song=B, where B is true or false", default= False, help_text= "Compare
the numbered song in the corpus to the " "second song, instead of com
paring the numbered result " "to the song"), ModuleOption('alignment',
filter= str_to_bool, usage= "alignment=B, where B is true or false",
...
|