HmmPathBuilder.BUILDER_OPTIONS+ [ModuleOption('labeling_model', help_t
ext= "Model name for chord labeler", usage= "labeling_model=M, where M
is a trained chord labeling model", required= True), ModuleOption('pa
rtition_labeler', filter= str_to_bool, help_text= "By default, the cho
rd labeling model is not loaded " "with a partition number, even if th
e supertagging model is. " "If this is True, the same partition number
will be used for " "the labeler's model as was given to the supertagg
er.", usage= "partition_labeler=B, where B is True or False", default=
...
|