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 Analysis – Pre Processing | ||||
When to use | When there are redundant punctuation marks that can be removed before performing textual analysis. | When not to use | On numerical data. | ||
Prerequisites | Punctuation marks should be present in the textual data. | ||||
Input | Hello!!!, he said ---and went. | Output | Hello he said and went. | ||
Related algorithms |
| Alternative algorithm | _ | ||
Statistical Methods used | - | Limitations | It cannot be used on Numerical data. |