Step 5: Compile the lexical model
Before we can test the lexical model, we must compile it. In this step, the .tsv
wordlist and .model.ts
model definition get compiled
into a single .model.js
file. Later on, we will bundle the .model.js
file into a
lexical model package so that Keyman apps can install the lexical model.
Models tab
In Keyman Developer project view, select the "Models" tab.
Click on the .model.js
file in a build subdirectory of the lexical model project directory.
Now that the model is built, we are ready to test our lexical model.