Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kronn/rack-speling

a simple port of mod_speling into a rack middleware
https://github.com/kronn/rack-speling

Last synced: 2 months ago
JSON representation

a simple port of mod_speling into a rack middleware

Awesome Lists containing this project

README

        

Rack::Speling is a simple port of mod_speling to Rack.

Currently, only case-insensitivety is achieved out of the box.

A lookup-lamda can be passed into the middleware to enhance the
spelling-correction-process. For now, please look into the source
to see how that works.