# Words and Vectors

```{contents}
:local:
```

In this section, we will look at two popular types of **co-occurence matrices**:

1. **Term-Document Matrix** (TDM)
2. **Term-Term Matrix** (TTM)

The content will follow closely to Jurafsky, Dan, and James H. Martin. Speech
and Language Processing: An Introduction to Natural Language Processing,
Computational Linguistics, and Speech Recognition. Pearson, 2022.

## Table of Contents

```{tableofcontents}

```

## Further Readings

-   Jurafsky, Dan, and James H. Martin. "Chapter 6. Vector Semantics and
    Embeddings." In Speech and Language Processing: An Introduction to Natural
    Language Processing, Computational Linguistics, and Speech Recognition.
    Pearson, 2022.
