kdb.plugins.spell module

Spell Checker

This plugin provides to the user a command that can be used to check the spelling of words and give suggestions for incorrectly spelled words.

class kdb.plugins.spell.Commands(*args, **kwargs)

Bases: circuits.core.components.Component

channel = 'commands'
spell(source, target, args)

Check the spelling of the given word.

Syntax: SPELL <word>

class kdb.plugins.spell.Spell(*args, **kwargs)

Bases: kdb.plugin.BasePlugin

Spell Checker

init(*args, **kwargs)

This Page