# Dictionaries

There are countless dictionaries available for the Hunspell library.

The PPJ Framework includes:

* English (United States): en\_US
* German: de\_DE
* English (United Kingdom): en\_UK
* Swedish (Sweden): sv\_SE
* Italian (Italy): it\_IT
* French (France): fr\_FR

Each dictionary is composed of two files: .dic and .aff files. e.g.: the en\_US dictionary has the files en\_US.dic and en\_US.aff.

Dictionary files must be available for loading in the path. Usually it's better if they are located in the same directory as the executable.

## How to download other dictionaries

You can find a dictionary for almost every language in the world here: <http://wiki.services.openoffice.org/wiki/Dictionaries>

Dictionaries are downloaded as zip files. To use the files with the PPJ Framework Spell Checker you need to extract the .dic and .aff files from the zip.


---

# 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.iceteagroup.com/general/framework/spell-checker/dictionaries.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.
