Added
- Added the `-n/--count` option to `dictionary build` to enable the validation
of expected word counts.
Changed
- Word count validation for dictionary builds is no longer performed by
default, but enabled with the `--count` option--helpful for phrase
dictionaries.
- When the dictionary builder cannot determine an appropriate output file for
an entry, it now prints an error and continues instead of crashing the build
process.
Fixed
- In dictionary builds, the incorrect number of words warning now properly
behaves like a warning. The entry with the warning is now included in the
build instead of being skipped.