Custom Words Remover

Custom Words Remover

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.
In this example, the custom words "footballtennis" are removed.

Related algorithms

  • Case Convertor
  • 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.


One of the major tasks of data pre-processing is to filter out useless data. It is also called as text mining. Custom words remover eliminates the user-specified custom word/words before further processing. This helps you to extract your data as required.
    • Related Articles

    • Custom Words Remover

      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 ...
    • Frequent Words Remover

      Frequent Words Remover Description Frequent words remover eliminates the frequent word/words before further processing. These words are called as Stop words. Why to use Textual Analysis – Pre Processing When to use When you want to remove stop words ...
    • Frequent Words Remover

      Frequent Words Remover Description Frequent words remover eliminates the frequent word/words before further processing. These words are called as Stop words. Why to use Textual Analysis – Pre Processing When to use When you want to remove stop words ...
    • 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 ...
    • 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 ...