merge
The ODict merge
merges two compiled dictionaries together.
merge
uses the mergo library behind-the-scenes, which unfortunately features a rather naive algorithm which might result in certain entries or word usages being overwritten.
Its original intended use was to expand one dictionary by โimportingโ the entries from another.
Usage
odict merge [first dictionary path] [second dictionary path] [output path]
Example
odict merge eng.odict eng-extended.odict eng-full.odict