mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-17 13:17:39 +00:00
14 lines
No EOL
356 B
TypeScript
14 lines
No EOL
356 B
TypeScript
/*
|
|
test 1.0 generated from template.
|
|
|
|
This is a minimal lexical model source that uses a tab delimited wordlist.
|
|
See documentation online at https://help.keyman.com/developer/ for
|
|
additional parameters.
|
|
*/
|
|
|
|
const source: LexicalModelSource = {
|
|
format: 'trie-1.0',
|
|
wordBreaker: 'default',
|
|
sources: ['wordlist.tsv'],
|
|
};
|
|
export default source; |