资 源 简 介
Introduction
Hunspell is a mature and Open Source project which aim is to bring language spell checkers for everyone and with a wide range of supported languages.
Since JavaScript is not fast as C, Java or other languages are, common browsers are spell-check capable only via plug-ins (e.g. FireFox) or via server side Ajax request.
About BJSpell
The main goal of this project is to make possible "Hunspell like" checks runtime and without usage of plug-ins or server side interactions (stress), using best practices to make possible small as large document parsing in a couple of milliseconds.
The basic concept behind BJSpell is cache everything, starting from a pre "compiled" dictionary derived from Hunspell .aff and .dic files plus lazy incremental caching procedure to avoid redundant checks for already verified words.
Pros
pure JavaScript implementa