[Home](./index.md) > [@keymanapp/kmc-model](./kmc-model.md) > [CasedWordformToKeySpec](./kmc-model.casedwordformtokeyspec.md) ## CasedWordformToKeySpec type Simplifies input text to facilitate finding entries within a lexical model's lexicon, using the model's `applyCasing` function to assist in the keying process. 14.0 **Signature:** ```typescript export type CasedWordformToKeySpec = (term: string, applyCasing?: CasingFunction) => string; ```