DEV Community

qiumingming7@gmail.com
qiumingming7@gmail.com

Posted on

Answer: What are co-occurance matrixes and how are they used in NLP?

What is a co-occurrence matrix ?

Generally speaking, a co-occurrence matrix will have specific entities in rows (ER) and columns (EC). The purpose of this matrix is to present the number of times each ER appears in the same context as each EC As a consequence, in order to use…

Top comments (0)