# Word processing tool

Find more languages here <https://github.com/hermitdave/FrequencyWords/tree/master/content/2018/en>

To clean your words from no usable or not appropriate language use this [notebook](https://colab.research.google.com/drive/1PHkvPC6DOVWJjF78QHmVTzhe8AChNm6F?usp=sharing)

* Drag your words list to Collab folder and rename to input.txt

<figure><img src="/files/CrGOv4mqMWpe7vfbT0sw" alt=""><figcaption></figcaption></figure>

* Set language in the Configuration Variables
* Optionally set Open AI API key to process words more accurately
* Press "Run All"
* Download "processed\_words.txt" or "llm\_filtered\_processed\_words.txt" if you used LLM option

<figure><img src="/files/mOwf5vUSGUkP2WuaESB5" alt=""><figcaption></figcaption></figure>

* Follow this [doc](/main/word-connect-game-toolkit/train-new-model-or-update.md) to train model with your processed txt file


---

# 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.candy-smith.com/main/word-connect-game-toolkit/word-processing-tool.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.
