{% extends "base.html" %} {% block title %}abogen · Entities{% endblock %} {% block content %}

Entities & Pronunciation Overrides

Review and refine stored pronunciations so recurring names sound right in every project.

Reset

Looking for saved speaker rosters instead? Manage speaker presets.

Overrides for {{ language_label }}

Showing {{ stats.filtered }} of {{ stats.total }} stored overrides · {{ stats.with_pronunciation }} with pronunciations · {{ stats.with_voice }} with assigned voices

{% if overrides %}
{% for override in overrides %} {% endfor %}
Token Pronunciation Voice Notes Usage Last updated
{{ override.token }} {{ override.pronunciation or "—" }} {{ override.voice or "—" }} {{ override.notes or "" }} {{ override.usage_count }} {{ override.updated_at_label }}
{% else %}

No overrides matched your filters. Try adjusting the search or create overrides from the Entities step while preparing a job.

{% endif %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}