Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneアプリにスペルチェッカーを実装したいのですが、入力された文字列と辞書の単語を含むNSArrayとの間で「ファジー文字列比較」を行い、可能な修正を強調表示する方法を知りたいですか?
すでにこれを行うクラスまたは誰かが推奨できるライブラリはありますか?
ありがとう!
編集距離の計算の実装は非常に簡単です。http://en.wikipedia.org/wiki/Levenshtein_distanceをチェックしてください。