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
}
-
Notifications
You must be signed in to change notification settings - Fork 4
Implementing same algorithm "swype keyboard" for .NET and Unity
License
Neargye/SwipeType
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Implementing same algorithm "swype keyboard" for .NET and Unity
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published