Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

This project has moved to https://git.aparoksha.dev/aparoksha/levenshtein-transformations - Transform an array into another array or a string into another string using only basic transformations

License

Notifications You must be signed in to change notification settings

david-swift/LevenshteinTransformations

Repository files navigation

Important

This project has moved. You can find it here.

The decision is based on this article.

Thanks to No GitHub for the badge used below.

No GitHub

Levenshtein Transformations Icon

Levenshtein Transformations

Documentation · GitHub

Transform an array into any other array of the same type, or a string into any other string, using only the three transformations replace, delete and insert.

Table of Contents

Installation

  1. Open your Swift package in GNOME Builder, Xcode, or any other IDE.
  2. Open the Package.swift file.
  3. Into the Package initializer, under dependencies, paste:
.package(url: "https:/david-swift/LevenshteinTransformations", from: "0.1.0")   

Usage

Read the Getting Started article to learn how to use this package.

Thanks

  • SwiftLint for checking whether code style conventions are violated
  • The programming language Swift