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 |
| Alternative algorithm | -- | ||
Statistical Methods used | _ | Limitations | It cannot be used on Numerical data. | ||