This is a typo generator wrapped in an XMLRPC service that returns JSON.
- Edit PID_FILE in typogenerator.py
- nltk
- A dictionary file (eg: /usr/share/dict/words, typogenerator.py:DICTIONARY)
- (optional) rhyme for the rhymeSubstitution method
From any python interpreter execute the following:
>>> import xmlrpclib
>>> server = xmlrpclib.ServerProxy("http://server:port")
>>> server.skipLetter("hello")
- logging