Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0 (home page)Version 10.0 (home page)Version 9.0 (home page)Version 8.0 (home page)Version 7.0 (home page)Version 6.0 (home page)Version 5.0 (home page)Version 4.0 (home page)

On this page

kmlmp - Command Line Lexical Model Package Compiler

kmlmp is the command line lexical model package compiler included in Keyman Developer. It is and also available via npm.

Installation via npm

First, install nodejs. Then, install with the following:

npm i @keymanapp/developer-lexical-model-compiler

Compiler mode

The following parameters are available:

Usage: kmlmp <infile> [-V, --version] [-o, --outFile <filename>] [-h, --help]

General compiler parameters

infile
A .kps file (lexical model package source). Required in compiler mode.
-V, --version
Output the version number.
-o <filename>
Where to save the resultant file.
-h, --help
Output usage information.