keymanapp / lexical-models

Lexical language models for predictive text
MIT License
13 stars 38 forks source link

chore: migrate description field from .model_info to .kps #262

Closed mcdurdin closed 3 months ago

mcdurdin commented 3 months ago

The model info compiler no longer uses the .model_info data, but we never migrated the relevant description field to the .kps file.

Note: the model info compiler should either error on missing Description field or fill in a default value from the Name. (Same for keyboard info compiler.)

Relates-to: keymanapp/keyman#12198 Relates-to: keymanapp/keyman#12202

darcywong00 commented 3 months ago

The model info compiler no longer uses the .model_info data,

Is it safe to remove the .model_info files?

mcdurdin commented 3 months ago

Is it safe to remove the .model_info files?

See #263