Table of Contents
Run spell and grammar checks on a document.
2. Options
--language-
Dictionary language (default:
en_US). Examples:en_GB,fr_FR,de_DE. --dictionary-
Custom dictionary file path (reserved for future use).
--json-
Output results as JSON.
--verbose,-v-
Show suggestions for misspellings and context for grammar issues.
3. Examples
Check a document:
uniword spellcheck check document.docx
British English:
uniword spellcheck check document.docx --language en_GB
JSON output:
uniword spellcheck check document.docx --json
Verbose with suggestions:
uniword spellcheck check document.docx --verbose