Punctuation Remover

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 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.
In this example, the punctuation marks "(!!!) (---) (.) (,)" are removed.

Related algorithms

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

Alternative algorithm

_

Statistical Methods used

-

Limitations

It cannot be used on Numerical data.


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.