Expand description
Shared dictionary-metadata defaults and schema wiring for the bindings.
The Python/PHP/Ruby/Node.js Metadata wrappers each hard-coded the same
default values (name "default", encoding "UTF-8", word cost -10000,
context ids 1288, field value "*", three false flags) and the same
default user-dictionary schema (surface/reading/pronunciation). This
module collects that into a single CoreMetadata the bindings can wrap.
Structsยง
- Core
Metadata - Dictionary metadata shared by the bindings.