.. _api: pyspellchecker API ==================== Here you can find the full developer API for the pyspellchecker project. pyspellchecker provides a library for determining if a word is misspelled and what the likely correct spelling would be based on word frequency. SpellChecker +++++++++++++++++++++++++++++++ .. autoclass:: spellchecker.SpellChecker :members: :inherited-members: WordFrequency +++++++++++++++++++++++++++++++ .. autoclass:: spellchecker.WordFrequency :members: :inherited-members: