# Hungarian

| Type                       | Erroneous sentence                         | Correct sentence                           | General category |
| -------------------------- | ------------------------------------------ | ------------------------------------------ | ---------------- |
| Missing accent             | A ház nagyon **szep** volt.                | A ház nagyon **szép** volt.                | Spelling         |
| Missing long vowel         | **Ugy** gondolom, igaza van.               | **Úgy** gondolom, igaza van.               | Spelling         |
| Incorrect vowel length     | Jó **otlet**, hogy elmegyünk.              | Jó **ötlet**, hogy elmegyünk.              | Spelling         |
| Consonant doubling mistake | Ez egy **csodaálatos** látvány volt.       | Ez egy **csodálatos** látvány volt.        | Spelling         |
| Incorrect digraph          | A gyerekek **gyerekekel** játszanak.       | A gyerekek **gyerekekkel** játszanak.      | Spelling         |
| Incorrect digraph “sz/s”   | Ez a **haz** nagyon régi.                  | Ez a **ház** nagyon régi.                  | Spelling         |
| Missing letter             | A film szerintem nagyon **legjob** volt.   | A film szerintem nagyon **legjobb** volt.  | Spelling         |
| Missing long vowel         | A könyvnek még nincs **cimet** írva.       | A könyvnek még nincs **címet** írva.       | Spelling         |
| Consonant reduction        | Már megint **eggyütt** vagytok?            | Már megint **együtt** vagytok?             | Spelling         |
| Wrong consonant length     | A fiú **mutatot** nekem valamit.           | A fiú **mutatott** nekem valamit.          | Spelling         |
| Wrong suffix               | A ház **házakbol** készült anyagokból van. | A ház **házakból** készült anyagokból van. | Spelling         |
| Missing umlaut             | A **kulso** design nagyon fontos.          | A **külső** design nagyon fontos.          | Spelling         |
| Short/long vowel           | Tegnap **irtam** egy levelet.              | Tegnap **írtam** egy levelet.              | Spelling         |
| Adjacent-key typo          | A terv **átalakítas** alatt van.           | A terv **átalakítás** alatt van.           | Spelling         |
| Wrong digraph              | Ez **anyira** érdekes volt.                | Ez **annyira** érdekes volt.               | Spelling         |
| Wrong vowel in suffix      | Mentem az **autoval**.                     | Mentem az **autóval**.                     | Spelling         |
| Transposed letters         | Ez egy komoly **progléma**.                | Ez egy komoly **probléma**.                | Spelling         |
| Redundant “s”              | Mindent **sszerint** tettem.               | Mindent **szerint** tettem.                | Spelling         |
| Missing accent             | Volt egy kis **szivbaj**.                  | Volt egy kis **szívbaj**.                  | Spelling         |
| Softened consonant lost    | A ruha nagyon **hagyomáyos** lett.         | A ruha nagyon **hagyományos** lett.        | Spelling         |
| Wrong long vowel           | Ez nagyon **kulon** áll tőlem.             | Ez nagyon **külön** áll tőlem.             | Spelling         |
| Wrong digraph              | A süti nagyon **zsir** lett.               | A süti nagyon **zsír** lett.               | Spelling         |


---

# 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.wproofreader.com/features/spell-and-grammar-check/hungarian.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.
