@predictive-text-studio/lexical-model-compiler
Version:
Keyman Developer lexical model compiler
16 lines • 550 B
JavaScript
;
//
// The interfaces in this file are designed with reference to the
// mapped structures produced by xml2js when passed a .kps file.
//
// A few notes:
//
// * Casing is updated to camelCase during load (leaving `iD` as a
// mixed up beastie).
// * Arrays are buried a layer too deep (e.g. <Files><File/><File/></Files>
// leads to KpsFiles.KpsFile[]
// * Properties such as used in Info Items use `_` and `$` and must be
// extracted.
// * Strings element is not yet checked to be correct
//
//# sourceMappingURL=kps-file.js.map