Spelling Corrector

Spelling Corrector

Spelling Corrector

Description

Spelling Corrector enables you to correct the most cumbersome mistakes, with a high degree of accuracy and speed.

Why to use

Textual Analysis – Pre Processing

When to use

When there are words present in the textual data that may have been mis-spelled.

When not to use

On numerical data.

Prerequisites

It is used on textual data.

Input

Computer

Output

Computer

Predecessor

  • Case Convertor
  • Custom Words Remover
  • Frequent Words Remover
  • Lemmatizer
  • Spelling Corrector
  • Stemmer
  • Advanced Entity Extraction
  • Word Correlation
  • Word Frequency

Successor

  • Case Convertor
  • Custom Words Remover
  • Frequent Words Remover
  • Lemmatizer
  • Spelling Corrector
  • Stemmer
  • Advanced Entity Extraction
  • Word Correlation
  • Word Frequency

Statistical Methods used

-

Limitations

Only the spellings of the words that are present in dictionary corrected.


Spelling corrector enables the user to correct the most cumbersome mistakes and ensures a higher degree of accuracy and speed.
    • Related Articles

    • Spelling Corrector

      Spelling Corrector Description Spelling Corrector enables you to correct the most cumbersome mistakes, with a high degree of accuracy and speed. Why to use Textual Analysis – Pre Processing When to use When there are words present in the textual data ...
    • Stemmer

      Stemmer Description The automated process produces a base string in an attempt to represent related words. For example, if the words are "runs", "running", and "runner", then the algorithm will automatically reduce these words to the root word "run". ...
    • Stemmer

      Stemmer Description The automated process produces a base string in an attempt to represent related words. For example, if the words are "runs", "running", and "runner", then the algorithm will automatically reduce these words to the root word "run". ...
    • Punctuation Remover

      Punctuation Remover Description Punctuation remover is an algorithm used to remove punctuation marks like a full stop, comma, semi-colon, question mark, exclamatory mark, and other such punctuation marks from the given text. Why to use Textual ...
    • Case Convertor

      Case Convertor Description Case convertor is used to adjust the capitalization in a textual document. It can alter the case of an alphabet to a lower case or an upper case. It is used for preprocessing textual data only. Why to use Textual Analysis – ...