Home ยท API Reference

MeeGo Touch Input Method Engine Framework Documentation

Introduction

MeeGo Touch Input Method Engine Framework is an integration framework that provides interfaces to be implemented by input method engine plugins created by developers. Such engine plugins act as backends for the UI plugins of libmeegoimframework. They can, for example, return modified, alternate, corrected, or otherwise interpreted versions of the entered input. The input entered may be in text, handwriting, speech or some other format that the backend can process into text. The included Nokia proprietary error correction engine is such a plugin. It implements word error correction and prediction and returns suggestions based on its dictionary.

Basic Usage

Main classes:

The following base classes are needed to implement an input method engine plugin:

API reference

All Classes


Copyright © 2010 Nokia Corporation
MeeGo Touch