Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
Eddie Antonio Santos 7dd22b59bd
Implement looking up a wordform in a trie.
This trie implementation allows for word forms to be converted to keys.
Since keys do not have to have the exact same spelling, capitalization,
or even Unicode normalization form as the desried word form, this
enables a somewhat search for word forms based on prefixes.

The implementation was at one point Conrad Irwin's trie-ing,
<9f1d2e0858?
but has been heavily modfied since.
2019-04-26 16:28:14 -06:00
.github/ISSUE_TEMPLATE [meta] Tweak issue templates 2019-01-04 09:33:44 +11:00
android Merge pull request #1729 from keymanapp/android-fix-banner-kludge 2019-04-25 07:43:44 +07:00
common Implement looking up a wordform in a trie. 2019-04-26 16:28:14 -06:00
ios Adds documentation, integrates partially for iOS. 2019-04-23 09:16:42 +07:00
linux jenkins and different tiers 2019-03-16 16:27:23 +00:00
mac make the background of the graphic white, while making the rest of the background 2019-02-28 22:14:39 -06:00
resources Merge branch 'master' into beta-merge-master-history 2019-01-04 06:15:31 +11:00
web history.md tweak 2019-04-25 09:08:34 +07:00
windows/src Merge pull request #1739 from keymanapp/windows-comapi-buffer-overrun-in-getdefaultkeyboardid-64 2019-04-24 15:28:34 +07:00
.gitignore Whitespace, warnings and header tidy ups 2018-12-17 23:28:59 +07:00
linux.code-workspace default platform and baselayout for linux 2018-12-18 15:49:56 +07:00
README.md Update history and copyright in base README 2019-03-01 09:46:49 +07:00
VERSION.md Move version.md to resources/ so that we can reference it more safely. 2018-03-22 15:39:08 +07:00

Keyman

Open Source

Platform Master Nightly Beta Stable
Windows Build Status Build Status Build Status Build Status
macOS Build Status Build Status Build Status Build Status
Web Build Status Build Status Build Status Build Status
Android Build Status Build Status Build Status Build Status
iOS Build Status Build Status Build Status Build Status
Linux Build Status Build Status Build Status Build Status

Keyman makes it possible for you to type in over 1,000 languages on Windows, iPhone, iPad, Android tablets and phones, and even instantly in your web browser.

Getting Started

Desktop Platforms

Windows macOS Linux

Web & Mobile Platforms

Web Android iOS

Release Types

Each platform maintains multiple types of releases:

  • Stable: A released version.
  • Beta: A version that is nearing full "stable" release.
  • Nightly: Contains the very latest code. These versions are published daily whenever the code changes.

License

Copyright (c) 2018-2019 SIL International. All rights reserved.

Licensed under the MIT License.

Keyman for Linux is licensed under the MIT License apart from ibus-kmfl which is licensed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.