Word Correlation

Word Correlation

Word Correlation 

Description

Word correlation refers to the association or relationship between two words in a text. It determines whether and how strongly pairs of quantitative and continuous variables (in this case, words) are related to each other. 

Why to use

Textual Analysis – Pre Processing 

When to use

On textual data.

When not to use

On numerical data.

Prerequisites

It should be textual data.

Input


Output


Related algorithms

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

Alternative algorithm

--

Statistical Methods used

-

Limitations

It cannot be used on Numerical data.


Word correlation refers to the association or relationship between two words in a text. It determines whether and how strongly pairs of quantitative and continuous variables (in this case, words) are related to each other.
    • Related Articles

    • Word Frequency

      Word Frequency Description Word frequency is the number of occurrences of a word in a given text. Why to use Textual Analysis – Pre Processing When to use When you want to find the frequency of a word, that is, the number of times a particular word ...
    • Word Frequency

      Word Frequency Description Word frequency is the number of occurrences of a word in a given text. Why to use Textual Analysis – Pre Processing When to use When you want to find the frequency of a word, that is, the number of times a particular word ...
    • Word Embedding

      Word Embedding Description Word Embedding is a form of word representation that bridges the human understanding of language to that of a machine. These are found to be useful representations of words and lead to better performance in the various ...
    • Word Embedding

      Word Embedding Description Word Embedding is a form of word representation that bridges the human understanding of language to that of a machine. These are found to be useful representations of words and lead to better performance in the various ...
    • Pearson Correlation

      Pearson Correlation Description The Pearson correlation coefficient is also known as Pearson's or simply the correlation coefficient. It is a statistical measure used to determine the degree and magnitude of the association or correlation, as well as ...