# Terminology & Glossary Consistency Auditor

Audit a document against a glossary/forbidden list for variants, case, abbreviation first-use, and optional AI contextual misuse

> Canonical page: https://elysiatools.com/en/tools/terminology-glossary-consistency-auditor

- **Category:** Text Processing

- **Keywords:** terminology, glossary, consistency, forbidden words, abbreviation, proofreading, translation qa, style

## Overview

Local-first terminology QA. Checks forbidden words, preferred-form variants, glossary canonical terms, case consistency, and abbreviation first-use expansion deterministically. Optionally enables AI (deepseek-v4-flash) to catch contextual misuse the rules cannot. AI is opt-in and degrades to local-only on failure.

## Inputs

- **Document text** (textarea): Paste the document to audit…
- **Glossary / allowed terms** (textarea): canonical = variant1, variant2 (one entry per line)
- **Forbidden words (one per line)** (textarea): very utilize
- **Term pairs (preferred=variant,variant; …)** (text): use=utilize,utilise;color=colour
- **Check abbreviations** (checkbox)
- **Use AI (deepseek-v4-flash)** (checkbox)

## When to use

- Review technical, product, or editorial text for forbidden words and inconsistent terminology.
- Check documents against a glossary before publication or translation delivery.
- Verify that abbreviations are expanded on first use and preferred terms are applied consistently.

## How it works

- Paste the document text into the required Document text field.
- Optionally add glossary entries, forbidden words, and preferred-term pairs.
- Enable abbreviation checks or optional AI review as needed.
- Run the audit to receive an HTML revision table with findings and line references.

## Use cases

- Technical writers can enforce product terminology and remove discouraged wording before publishing documentation.
- Translation and localization teams can compare source text with glossary terms and identify variant usage.
- Editors can check abbreviation expansion, case consistency, and forbidden words across a document.

## Frequently asked questions

### What text can I audit?

Paste the document directly into the Document text field.

### How do I define glossary terms?

Enter one term per line using the format canonical = variant1, variant2.

### How do I add forbidden words?

Enter one forbidden word or phrase per line.

### Can the tool check abbreviations?

Yes. Enable Check abbreviations to review whether abbreviations are expanded on first use.

### What does the AI option do?

Optional AI review uses deepseek-v4-flash to detect contextual misuse. If it fails, the tool returns local-only results.

## Related tools

- [Twitter / X Thread Splitter](https://elysiatools.com/en/tools/twitter-thread-splitter): Paste a long text and split it into a numbered X thread that respects the 280-character limit. Splits on word/sentence/paragraph boundaries, auto-adds 1/N numbering, weighs CJK and full-width characters correctly, counts URLs as 23 characters, and shows a live X-style preview card for each tweet with a character meter.
- [Indented List to ASCII Tree](https://elysiatools.com/en/tools/ascii-tree-from-indented-list): Convert a 2-space / 4-space / Tab indented hierarchical list (Markdown bullets, -, *, 1. prefixes optional) into a copyable ASCII directory tree. Two styles: Unicode box-drawing (├──└──│) for GitHub/Discord and classic ASCII (|--\--|) for plain text. Toggles for full guide lines, trailing spaces, and bracketed leaf nodes like docs/\[api.md\].
- [DNS Zone File Record Builder](https://elysiatools.com/en/tools/dns-zone-file-record-builder): Build RFC 1035 DNS zone files (SOA + NS/A/AAAA/CNAME/MX/TXT/SRV/CAA/TLSA/NAPTR/DS) with per-record validation and a readable summary.
- [ECharts Theme Token Extractor](https://elysiatools.com/en/tools/echarts-theme-token-extractor): Extract design tokens — colors, numbers, font sizes and strings — from an ECharts theme JSON and export them straight into your design system. Paste a theme object (the kind registered via echarts.init(dom, themeName)) and the tool walks every leaf, tagging each color (with optional named/rgb → hex normalization), spacing number, font size and string, then emits clean CSS variables, a Tailwind theme.extend config, Style Dictionary tokens.json, or SCSS variables. Bridges the gap between an ECharts visualization theme and Figma/CSS/Tailwind design tokens without copying each value by hand.
- [PDF Strikethrough Review Extractor](https://elysiatools.com/en/tools/pdf-strikethrough-review-extractor): Detect strikethrough-marked text in review PDFs and generate a report for contract, policy, and revision analysis
- [Subtitle Reading Speed & Localization Auditor](https://elysiatools.com/en/tools/subtitle-reading-speed-localization-auditor): Audit SRT, WebVTT, and ASS subtitles for CPS, duration, line length, overlaps, and translation expansion risk.
- [Web Font Pairing Lab](https://elysiatools.com/en/tools/webfont-pairing-lab): Preview a heading + body Google Fonts pairing with weight and line-height controls, and copy a ready-to-paste CSS @import + variables snippet. Curated 22-face registry plus 7 proven pairing presets.
- [Even Line Extractor](https://elysiatools.com/en/tools/even-line-extractor): Extract even-numbered lines from text content with support for various indexing methods and custom criteria

## Samples

- [Copyright-Free MP3 Audio Samples](https://elysiatools.com/en/samples/mp3-samples): Collection of royalty-free audio samples for testing and development purposes including nature sounds, meditation music, and ambient audio
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion

## Related content

- [Text Extraction Tools](https://elysiatools.com/en/hubs/text-extract): Explore 15 tools for extracting links, emails, phone numbers, dates, emojis, HTML attributes, and other structured signals from mixed text.
- [Text Case, Encoding, and Normalization Conversion Tools](https://elysiatools.com/en/hubs/text-convert): Compare text case conversion, character-width conversion, encoding conversion, quoted-printable handling, and inline text normalization tools in one hub.
- [Text Tools](https://elysiatools.com/en/hubs/text-utility): Explore 33 text tools for utility workflows and compare closely related utilities quickly.
- [Text Analysis, Readability, and Content Inspection Tools](https://elysiatools.com/en/hubs/text-analyze): Compare text statistics, language detection, readability scoring, sentiment analysis, moderation review, and pattern analysis tools in one hub.
