{"id":19028676,"url":"https://github.com/neargye/swipetype","last_synced_at":"2025-04-23T15:44:39.685Z","repository":{"id":56525626,"uuid":"125234888","full_name":"Neargye/SwipeType","owner":"Neargye","description":"Implementing same algorithm \"swype keyboard\" for .NET and Unity","archived":false,"fork":false,"pushed_at":"2024-01-23T12:37:35.000Z","size":350,"stargazers_count":29,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-18T00:57:50.809Z","etag":null,"topics":["algorithm","csharp","keyboard","swipetype","swype-keyboard","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Neargye.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-14T15:34:52.000Z","updated_at":"2025-02-14T16:38:33.000Z","dependencies_parsed_at":"2024-11-08T21:12:04.678Z","dependency_job_id":"e9a28181-4476-4ae6-aa9b-3494abcb2a06","html_url":"https://github.com/Neargye/SwipeType","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neargye%2FSwipeType","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neargye%2FSwipeType/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neargye%2FSwipeType/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neargye%2FSwipeType/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neargye","download_url":"https://codeload.github.com/Neargye/SwipeType/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250463197,"owners_count":21434742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm","csharp","keyboard","swipetype","swype-keyboard","unity","unity3d"],"created_at":"2024-11-08T21:12:01.002Z","updated_at":"2025-04-23T15:44:39.665Z","avatar_url":"https://github.com/Neargye.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwipeType - Implementing same algorithm \"swype keyboard\" for .NET and Unity\n\n## Example\n\n```cs\nvar swype = new MatchSwipeType(File.ReadAllLines(\"wordlist.txt\")); // File with a list of words\nstring testCases = \"heqerqllo\";\n\nforeach (var x in swype.GetSuggestion(testCases, 2))\n{\n    Console.WriteLine(x);\n    //Output:\n    //hello\n    //hero\n}\n```\n\n## Licensed under the [Apache-2.0 License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneargye%2Fswipetype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneargye%2Fswipetype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneargye%2Fswipetype/lists"}