https://github.com/toastdriven/levenparty
Like Translation Party, but for Levenshtein.
https://github.com/toastdriven/levenparty
Last synced: 11 months ago
JSON representation
Like Translation Party, but for Levenshtein.
- Host: GitHub
- URL: https://github.com/toastdriven/levenparty
- Owner: toastdriven
- License: bsd-3-clause
- Created: 2014-02-01T10:12:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-01T10:31:48.000Z (over 12 years ago)
- Last Synced: 2025-06-07T16:54:57.388Z (11 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========
levenparty
==========
LevenParty, a pseudo-port of `Translation Party`_.
Uses Levenshtein distances & random transformations to try to make words
match... BECAUSE THE INTERNET NEEDS MORE SILLY THINGS!
This is just the JSON & server-side component, a nice Ajax-y HTML page sure
would be a great addition...
A running instance can be found at http://levenparty.herokuapp.com/.
.. _`Translation Party`: http://translationparty.com/
Endpoints
=========
http://levenparty.herokuapp.com/
Gives some meta info & includes the last 50 things that have been queried.
http://levenparty.herokuapp.com/word_1/word_2/
Does the actual party/transforms. Substitute in your own words!
Requirements
============
* Python 2.6+
* restless
* itty
* pylev
License
=======
BSD