Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» Javascript Spell Check
» Installing JavaScript SpellCheck
» Trouble Shooting Installation
» Installing Dictionaries
» Custom Dictionary
Spell Check Window
» Spell Check Window
» Example
» Callback after Spell Checking
» Testing The Water
» Advanced Example
Ajax Spell Check
» Ajax Spell Check
» Testing for Ajax Compatibility
» AJAX Spell-Checking Source Code Example
SpellCheck Function
» SpellCheck Function
» Example
JavaScript SpellCheck Object Reference
» JavaScript SpellCheck Object Reference
» Properties
» Methods
» Event Handlers
» Changing Default Property Values
» ASP.Net & JavaScript SpellCheck
 

Custom Dictionary

The Custom dictionary allows you to add a list of custom words to your spell checker's vocabulary.
This is useful for adding words specific to a business, application or website.

Modifying the Custom Dictionary

The custom dictionary file is "custom.txt" within the JavaScriptSpellCheck/Dictionaries directory of your website.

To add words to your custom dictionary, simply place a list of up to 100,000 words, each on separate lines into this file.

For significantly improved performance, please sort these words in alphabetical (ANSI code) order. If you do not have a tool to do this, then EditPlus is an excellent choice. For performance issues, it is best to remove any spaces from the file.

data recovery flash drive usb file recovery data recovery usb drive
best keylogger windows password recovery memory card photo recovery
deleted picture recovery best data recovery cell phone forensic investigation

Example contents of custom.txt:

  • Aaron
  • Jacob
  • James
  • Julie
  • Steve
  • Cybercon
  • JavaScript

Common Typographic Errors

The Spell Checker has an awareness of common typos. This is located in a file called "CommonTypos.txt" within the International directory of your installation. This file can be amended by adding / removing entries (per language) in the format:

typo--->suggestion

The entries must be put in in exact alphabetical ASCII character code order.

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals