All Projects → Neargye → SwipeType

Neargye / SwipeType

Licence: Apache-2.0 License
Implementing same algorithm "swype keyboard" for .NET and Unity

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to SwipeType

swipe-keyboard
Swype type keyboard module for simple-keyboard
Stars: ✭ 32 (+60%)
Mutual labels:  keyboard, swype-keyboard
auto-keyboard
⌨这是一个半自动化的键盘操作解决方案,主要适用于需要完全键盘操作场景,比如大屏展示,电视,游戏菜单等,大大简化按键操作的逻辑。
Stars: ✭ 22 (+10%)
Mutual labels:  keyboard
Capslock
ultimate macOS keyboard re-mapping
Stars: ✭ 128 (+540%)
Mutual labels:  keyboard
thaana-keyboard
Thaana keyboard replaces latin text to thaana (dhivehi) unicode characters using JavaScript
Stars: ✭ 15 (-25%)
Mutual labels:  keyboard
keyboa
Keyboa is a project designed to simplify Telegram keyboards creation.
Stars: ✭ 24 (+20%)
Mutual labels:  keyboard
WPF-Keyboard-Control
WPF Keyboard Control
Stars: ✭ 53 (+165%)
Mutual labels:  keyboard
react-touch-screen-keyboard
React touch screen virtual keyboard, opened on input focused
Stars: ✭ 45 (+125%)
Mutual labels:  keyboard
STM32Keyboard
No description or website provided.
Stars: ✭ 15 (-25%)
Mutual labels:  keyboard
input-remapper
🎮 An easy to use tool to change the mapping of your input device buttons.
Stars: ✭ 1,142 (+5610%)
Mutual labels:  keyboard
pykeyboard
Best Keyboard and Pagination for the Pyrogram Library.
Stars: ✭ 42 (+110%)
Mutual labels:  keyboard
ember-key-manager
A service for (un)binding keyboard up and down events.
Stars: ✭ 39 (+95%)
Mutual labels:  keyboard
nrf52-keyboard
A BLE & 2.4G Keyboard Firmware using nrf52810/52811/52832
Stars: ✭ 101 (+405%)
Mutual labels:  keyboard
LXChatBox
No description or website provided.
Stars: ✭ 38 (+90%)
Mutual labels:  keyboard
AOSP-Kayboard-7.1.2
Full functional AOSP Keyboard with glide typing
Stars: ✭ 33 (+65%)
Mutual labels:  keyboard
Dissatisfaction-65
A 65% QMK Bluetooth keyboard with an OLED and encoder
Stars: ✭ 61 (+205%)
Mutual labels:  keyboard
jqKeyboard
jQuery-based virtual keyboard
Stars: ✭ 19 (-5%)
Mutual labels:  keyboard
waffle corne
Proton-C compatible Corne PCB + Firmware
Stars: ✭ 19 (-5%)
Mutual labels:  keyboard
gingham usbc pcb
A 60% throughole keyboard with USBC. Inspired by the Plaid
Stars: ✭ 23 (+15%)
Mutual labels:  keyboard
kiwi
Kiwi turns your Pimoroni Keybow into a fully customizable poor-man's Elgato Stream Deck!
Stars: ✭ 40 (+100%)
Mutual labels:  keyboard
LowLevelInput.Net
A thread safe and event driven LowLevelMouse and LowLevelKeyboard Hook
Stars: ✭ 32 (+60%)
Mutual labels:  keyboard

SwipeType - Implementing same algorithm "swype keyboard" for .NET and Unity

Build status License

Example

var swype = new MatchSwipeType(File.ReadAllLines("wordlist.txt")); // File with a list of words
string testCases = "heqerqllo";

foreach (var x in swype.GetSuggestion(testCases, 2))
{
    Console.WriteLine(x);
    //Output:
    //hello
    //hero
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].