--- title: Macronizer emoji: 📐 colorFrom: gray colorTo: pink sdk: gradio sdk_version: 6.9.0 app_file: app.py pinned: false license: gpl-3.0 short_description: Markup of Ancient Greek vowel length --- # Ancient Greek Macronizer This application uses a fine-tuned transformer model to classify Ancient Greek syllables as long or short, marking them with markup (underscores for long vowels, carets for short vowels). ## Testing Run the test suite with: ```bash pytest ``` This will run all tests in `test_markup.py`, which verify that the plain text output preserves the input exactly, with only markup additions (^ and _ characters). See [pytest.ini](pytest.ini) for configuration details. Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference