if args.cluster2words_path is None:
        logging.info("Not saving cluster2words")
    else:
        logging.info("Save cluster2words to '%s'", args.cluster2words_path)
        with open(args.cluster2words_path, 'wb') as cluster2words_file: