Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 383 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 383 Bytes

Tool for merging yomichan dictionaries

usage

./merge.py --policy <policy> input_dict_1 input_dict_2 ... input_dict_n output_dict

replace <policy> with either or or and the first one will only add entries from the latter dicts IF it's not present in a dict already merged while the latter will merge all definition from all dicts.

deps

  • zipfile
  • tqdm