mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 18:35:32 +00:00
7 lines
No EOL
476 B
TypeScript
7 lines
No EOL
476 B
TypeScript
/// <reference path="../../../predictive-text/src/worker-interface.d.ts" />
|
|
|
|
export { default as InputProcessor } from './text/inputProcessor.js';
|
|
export { default as ContextWindow } from './text/contextWindow.js';
|
|
export { default as ModelSpec } from './text/prediction/modelSpec.js';
|
|
export { default as LanguageProcessor, StateChangeEnum } from './text/prediction/languageProcessor.js';
|
|
export { default as PredictionContext } from './text/prediction/predictionContext.js'; |