chika-kasymov / LinSpell

LinSpell spelling correction algorithm implementation using Swift and Objective-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This Xcode project contains the implementation of LinSpell spelling correction algorithm written on Swift. I also included the Objective-C version if it's needed for someone.

The speed of this algorithm is lower than original implementation in C# but primarily because of my limited knowledge of Swift programming language. From my opinion there are some ways to improve the performance.

Note: The app version with Release configuration will be faster than Debug. You can change the Optimization Level in Build Settings of your project to change this behaviour for debugging.

Demo

About

LinSpell spelling correction algorithm implementation using Swift and Objective-C

License:MIT License


Languages

Language:Swift 58.4%Language:Objective-C 41.6%