Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 868 Bytes

index.rst

File metadata and controls

35 lines (27 loc) · 868 Bytes

hunspellcheck's documentation

This library is a helper for writing spell checkers using hunspell.

If you want to standarize the execution and writing of several spell checkers for different file types, performing the spell checking against ortographic dictionaries, this library is for you. It will allow you to reuse some patterns repeated using hunspell for spell checking.

Features

  • Graceful handling of missing dictionaries.
  • Custom dictionaries by filepath.
  • Multiple personal dictionaries by filepath.
  • Argument parsers building.
  • Well tested system calls to hunspell.
  • Well defined programatic interface for spellcheckers.

install tutorial

api changelog