Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kronn/rack-speling
- Owner: kronn
- Created: 2010-09-01T17:01:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T21:28:15.000Z (over 9 years ago)
- Last Synced: 2024-09-18T16:44:35.819Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
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.