Skip to content
polishedcode edited this page May 23, 2016 · 1 revision

My goal with this fork is to support text input for any of the more than 8,000 human languages. To do this I want to

  • Not have keyboard layout information baked into code.
  • Learn word completions and corrections on the fly -- the user might type in a language for which I don't have access to resources such as a dictionary or a corpus to train word predictions from.

In its current form this fork allows you to:

  • Select a language (from a small set)
  • Select a keyboard for the language
  • Do word completions for the language based on the most recently used words
Clone this wiki locally