scspell

A conservative interactive spell checker for source code
Download

scspell Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Paul Pelzl
  • Publisher web site:
  • https://wiki.ubuntu.com/PaulPelzl
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 269 KB

scspell Tags


scspell Description

A conservative interactive spell checker for source code scspell is an open source and interactive spell checker tool for source code. When applied to code written in most popular programming languages while using typical naming conventions, scspell will usually catch many errors without an annoying false positive rate.scspell does not try to be particularly smart--rather, it does the simplest thing that can possibly work:· All alphanumeric strings (strings of letters, numbers, and underscores) are spell-checked tokens.· Each token is split into one or more subtokens. Underscores and digits always divide tokens, and capital letters will begin new subtokens. In other words, some_variable and someVariable will both generate the subtoken list {some, variable}.· All subtokens longer than three characters are matched against a set of dictionaries, and a match failure prompts the user for action. When matching against the included English dictionary, prefix matching is employed; this choice permits the use of truncated words like dict as valid subtokens.When applied to code written in most popular programming languages while using typical naming conventions, this algorithm will usually catch many errors without an annoying false positive rate.In an effort to catch more spelling errors, scspell is able to check each file against a set of dictionary words selected specifically for that file. Up to three different sub-dictionaries may be searched for any given file:· A natural language dictionary. (scspell provides an American English dictionary as the default.)· A programming language-specific dictionary, intended to contain oddly-spelled keywords and APIs associated with that language. (scspell provides small default dictionaries for a number of popular programming languages.)· A file-specific dictionary, intended to contain uncommon strings which are not likely to be found in more than a handful of unique files. Requirements: · Python


scspell Related Software