Case Convertor

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 – Pre Processing

When to use

When the textual data does not have consistent capitalization.

When not to use

On numerical data.

Prerequisites

 It should be textual data that can have inconsistent capitalization.

Input

HeLLo WorlD


Output

hello world

Related algorithms

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

Alternative algorithm

--

Statistical Methods used

_

Limitations

It cannot be used on Numerical data.


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.
    • Related Articles

    • 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 – ...
    • 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 ...
    • 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". ...