All Projects → Predelnik → Dspellcheck

Predelnik / Dspellcheck

Licence: gpl-2.0
Notepad++ Spell-checking Plug-in

Projects that are alternatives of or similar to Dspellcheck

LinSpell
Fast approximate strings search & spelling correction
Stars: ✭ 52 (-63.89%)
Mutual labels:  spellcheck, spell-check
Dictionaries
Hunspell dictionaries in UTF-8
Stars: ✭ 591 (+310.42%)
Mutual labels:  spellcheck, spell-check
check-spelling
Spelling checker action
Stars: ✭ 139 (-3.47%)
Mutual labels:  spellcheck, spell-check
spell
Spelling correction and string segmentation written in Go
Stars: ✭ 24 (-83.33%)
Mutual labels:  spellcheck, spell-check
Hunspell
The most popular spellchecking library.
Stars: ✭ 1,196 (+730.56%)
Mutual labels:  spellcheck, spell-check
spellchecker-wasm
SpellcheckerWasm is an extrememly fast spellchecker for WebAssembly based on SymSpell
Stars: ✭ 46 (-68.06%)
Mutual labels:  spellcheck, spell-check
Symspellpy
Python port of SymSpell
Stars: ✭ 420 (+191.67%)
Mutual labels:  spellcheck, spell-check
WordSegmentationDP
Word Segmentation with Dynamic Programming
Stars: ✭ 18 (-87.5%)
Mutual labels:  spellcheck, spell-check
Pylanguagetool
Python Library and CLI for the LanguageTool JSON API
Stars: ✭ 62 (-56.94%)
Mutual labels:  spellcheck, spell-check
Wecantspell.hunspell
A port of Hunspell v1 for .NET and .NET Standard
Stars: ✭ 61 (-57.64%)
Mutual labels:  spellcheck, spell-check
Misspell Fixer
Simple tool for fixing common misspellings, typos in source code
Stars: ✭ 154 (+6.94%)
Mutual labels:  spellcheck, spell-check
Symspell
SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
Stars: ✭ 1,976 (+1272.22%)
Mutual labels:  spellcheck, spell-check
SymSpellCppPy
Fast SymSpell written in c++ and exposes to python via pybind11
Stars: ✭ 28 (-80.56%)
Mutual labels:  spellcheck, spell-check
Symspellcompound
SymSpellCompound: compound aware automatic spelling correction
Stars: ✭ 61 (-57.64%)
Mutual labels:  spellcheck, spell-check
Spelling
Tools for Spell Checking in R
Stars: ✭ 82 (-43.06%)
Mutual labels:  spellcheck, spell-check
Did you mean
The gem that has been saving people from typos since 2014
Stars: ✭ 1,786 (+1140.28%)
Mutual labels:  spellcheck, spell-check
Health Check
Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
Stars: ✭ 139 (-3.47%)
Mutual labels:  plugin
Serverless Sam
Serverless framework plugin to export AWS SAM templates for a service
Stars: ✭ 143 (-0.69%)
Mutual labels:  plugin
Sdkman For Fish
Adds support for SDKMAN! to fish
Stars: ✭ 139 (-3.47%)
Mutual labels:  plugin
Shadowsocks Cloak Installer
A one-key script to setup Cloak plugin with Shadowsocks on your server
Stars: ✭ 138 (-4.17%)
Mutual labels:  plugin

Build status

DSpellCheck

Notepad++ Spell-checking Plug-In

Following main features:

  • Underlining spelling mistakes
  • Iterating through all mistakes in document
  • Finding mistakes only in comments and strings (For files with standard programming language syntax e.g. C++, Basic, Tex and so on)
  • Possible usage of multiple languages (dictionaries) simultaneously to do spell-checking.
  • Getting suggestions for words by either using default Notepad++ menu or separate context menu called by special button appearing under word.
  • Able to add words to user dictionary or ignore them for current session of Notepad++
  • Using either Aspell library (needs to be installed), either Hunspell library (Dictionaries by default should be placed to %Plugin Config Dir%\Hunspell)
  • A lot of customizing available from Plugin settings (Ignoring/Allowing only specific files, Choosing delimiters for words, Maximum number of suggestions etc)
  • Support for downloading and removing Hunspell dictionaries through user friendly GUI interface
  • Ability to quickly change current language through context menu or DSpellCheck sub-menu.

Changelog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].