Top

util.SpellCheck module

Module variables

var delim

var noise_words

Classes

class SpellCheck

Ancestors (in MRO)

Static methods

def __init__(

self, progress, directory, countries_dict)

Initialize self. See help(type(self)) for accurate signature.

def fix_spelling(

self, text)

def insert(

self, name, iso)

def lookup(

self, input_term)

def lookup_compound(

self, phrase)

def read(

self)

def write(

self)

Instance variables

var countries_dict

var directory

var logger

var progress

var spell_path

var spelling_update

var sym_spell