def main(source_file, target_file, output_file, scorer_settings):
# load model model_options
options = []
for model in scorer_settings.models:
options.append(load_config(model))
fill_options(options[-1])
rescore_model(source_file, target_file, output_file, scorer_settings, options)
评论列表
文章目录