Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tymorrow/elm-dist-demo
Compute Levenshtein distance using dynamic programming in Elm
https://github.com/tymorrow/elm-dist-demo
dynamic-programming elm functional-programming levenshtein-distance
Last synced: 16 days ago
JSON representation
Compute Levenshtein distance using dynamic programming in Elm
- Host: GitHub
- URL: https://github.com/tymorrow/elm-dist-demo
- Owner: tymorrow
- License: mit
- Created: 2016-04-15T18:15:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T05:35:34.000Z (11 months ago)
- Last Synced: 2024-11-12T15:43:26.499Z (3 months ago)
- Topics: dynamic-programming, elm, functional-programming, levenshtein-distance
- Language: Elm
- Homepage: https://tymorrow.github.io/elm-dist-demo/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elm Distance Demo (elm-dist-demo)
An Elm application that implements the Wagner-Fischer dynamic programming algorithm to compute the Levenshtein distance between two words.
# Building
```
elm make src/Main.elm
```# Running
Just open `index.html` in your browser after building!