module documentation
(source)

Dict client protocol implementation.
Author
Pavel Pergamenshchik
Class Definition A word definition
Class DictClient dict (RFC2229) client
Class DictLookup Utility class for a single dict transaction. To be used with DictLookupFactory
Class DictLookupFactory Utility factory for a single dict transaction
Class InvalidResponse Undocumented
Function define Look up a word using a dict server
Function makeAtom Munch a string into an 'atom'
Function makeWord Undocumented
Function match Match a word using a dict server
Function parseParam Chew one dqstring or atom from beginning of line and return (param, remaningline)
Function parseText Undocumented
def define(host, port, database, word): (source)
Look up a word using a dict server
def makeAtom(line): (source)
Munch a string into an 'atom'
def makeWord(s): (source)

Undocumented

def match(host, port, database, strategy, word): (source)
Match a word using a dict server
def parseParam(line): (source)
Chew one dqstring or atom from beginning of line and return (param, remaningline)
def parseText(line): (source)

Undocumented