SwipeType:为.NET和Unity实现相同的算法“ Swype键盘”

时间:2021-01-31 16:54:15
【文件属性】:
文件名称:SwipeType:为.NET和Unity实现相同的算法“ Swype键盘”
文件大小:591KB
文件格式:ZIP
更新时间:2021-01-31 16:54:15
keyboard algorithm csharp unity unity3d SwipeType-为.NET和Unity实现相同的算法“ Swype键盘” 例 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 }
【文件预览】:
SwipeType-master
----.gitignore(6KB)
----SwipeType.Example()
--------EnglishDictionary.txt(1020KB)
--------Properties()
--------Program.cs(2KB)
--------App.config(180B)
--------SwipeType.Example.csproj(3KB)
----README.md(852B)
----LICENSE(11KB)
----SwipeType()
--------Properties()
--------DistanceSwipeType.cs(1KB)
--------SwipeType.csproj(2KB)
--------TextDistance.cs(3KB)
--------MatchSwipeType.cs(4KB)
--------SwipeType.cs(2KB)
----SwipeTest.Tests()
--------EnglishDictionary.txt(1020KB)
--------Properties()
--------SimpleSwipeTypeTests.cs(6KB)
--------DistanceSwipeTypeTests.cs(4KB)
--------SwipeTest.Tests.csproj(5KB)
----SwipeType.sln(2KB)
----NOTICE(195B)

网友评论