ilius / pyglossary

A tool for converting dictionary files aka glossaries. Mainly to help use our offline glossaries in any Open Source dictionary we like on any modern operating system / device.
GNU General Public License v3.0
2.22k stars 237 forks source link

merge_syns=True: not found? #576

Closed Steven630 closed 1 month ago

Steven630 commented 1 month ago

I tried to convert an mdx file into Stardict format with the following command:

pyglossary '/storage/emulated/0/eudb_en/漢語大詞典2.0/漢語大詞典2.0.mdx' /storage/emulated/0/Download/Chinese/Chinese.ifo --write-options=merge_syns=True --read-format=OctopusMdict --write-format=Stardict

The conversion is done. But it seems that merge_syncs option is not activated because it says "merge_syns=True: not found"? How should I change the command? Thank you.

Steven630 commented 1 month ago

I have figured it out.