# Dictionaries for Text Analysis

There are 2 types of dictionaries.

* Stop Word Dictionary
* Compound Word Dictionary

### How to manage Dictionaries

You can manage your dictionaries from the Dictionaries dialog. You can access the Dictionaries dialog from the following locations.

From the project menu at the top left of the screen.

![](/files/ZjBxeFOc6wy1BYMNUenY)

From the dictionary icon in the Property dialog of the Topic Model (LDA) Analytics.

![](/files/O4jLfoGUoz9L5v5X7KAh)

#### Create

You can create a new dictionary by clicking the "Add New" button.

![](/files/XDabUzHCzpeXD8BBR7ND)

It opens the dictionary edit dialog. Edit the dictionary and click the "Save" button.

![](/files/kfJHXcWVjzqqDv44JaLS)

#### Update

You can update your existing dictionary by clicking the name of the dictionary in the dictionary list.

![](/files/zBcHE1Q90RHFjt9BmTfw)

#### Publish / Republish

You can publish/unpublish/update your existing dictionary by clicking the "Publish" button in the dictionary edit dialog.

![](/files/uL8OLB18MsUaqRHUWR9v)

It opens up the publish dialog. Enter the title, description, etc, and click the "Publish" to publish or republish.

![](/files/UWudRkvf0f8cp8BA1Rtp)

#### Unpublish

You can unpublish the published dictionary by clicking the "Stop Publishing" button.

![](/files/rQTgvRKwSRoHejHWO99c)

#### Delete

You can delete your dictionary by clicking the trash icon in the dictionary list.

![](/files/dTikjUxWQ66dhbb5XON9)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exploratory.io/analytics/dictionary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
