Custom Words Remover | ||||||
Description | Custom words remover eliminates the user-specified custom word/words before further processing. | |||||
Why to use | Textual Analysis – Pre Processing | |||||
When to use | When user defined custom words are to be removed from the textual data. | When not to use | On numerical data. | |||
Prerequisites | The custom word to be removed should be present in the selected field of dataset. | |||||
Input | Nick likes to play football; however, he is not too fond of tennis. | Output | Nick likes to play; however, he is not too fond of. | |||
Related algorithms |
| Alternative algorithm | - | |||
Statistical Methods used | - | Limitations | It cannot be used on Numerical data. |