supervertaler 1.9.116__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. Supervertaler.py +45720 -0
  2. modules/__init__.py +10 -0
  3. modules/ai_actions.py +964 -0
  4. modules/ai_attachment_manager.py +343 -0
  5. modules/ai_file_viewer_dialog.py +210 -0
  6. modules/autofingers_engine.py +466 -0
  7. modules/cafetran_docx_handler.py +379 -0
  8. modules/config_manager.py +469 -0
  9. modules/database_manager.py +1766 -0
  10. modules/database_migrations.py +417 -0
  11. modules/dejavurtf_handler.py +779 -0
  12. modules/document_analyzer.py +427 -0
  13. modules/docx_handler.py +689 -0
  14. modules/encoding_repair.py +319 -0
  15. modules/encoding_repair_Qt.py +393 -0
  16. modules/encoding_repair_ui.py +481 -0
  17. modules/feature_manager.py +350 -0
  18. modules/figure_context_manager.py +340 -0
  19. modules/file_dialog_helper.py +148 -0
  20. modules/find_replace.py +164 -0
  21. modules/find_replace_qt.py +457 -0
  22. modules/glossary_manager.py +433 -0
  23. modules/image_extractor.py +188 -0
  24. modules/keyboard_shortcuts_widget.py +571 -0
  25. modules/llm_clients.py +1211 -0
  26. modules/llm_leaderboard.py +737 -0
  27. modules/llm_superbench_ui.py +1401 -0
  28. modules/local_llm_setup.py +1104 -0
  29. modules/model_update_dialog.py +381 -0
  30. modules/model_version_checker.py +373 -0
  31. modules/mqxliff_handler.py +638 -0
  32. modules/non_translatables_manager.py +743 -0
  33. modules/pdf_rescue_Qt.py +1822 -0
  34. modules/pdf_rescue_tkinter.py +909 -0
  35. modules/phrase_docx_handler.py +516 -0
  36. modules/project_home_panel.py +209 -0
  37. modules/prompt_assistant.py +357 -0
  38. modules/prompt_library.py +689 -0
  39. modules/prompt_library_migration.py +447 -0
  40. modules/quick_access_sidebar.py +282 -0
  41. modules/ribbon_widget.py +597 -0
  42. modules/sdlppx_handler.py +874 -0
  43. modules/setup_wizard.py +353 -0
  44. modules/shortcut_manager.py +904 -0
  45. modules/simple_segmenter.py +128 -0
  46. modules/spellcheck_manager.py +727 -0
  47. modules/statuses.py +207 -0
  48. modules/style_guide_manager.py +315 -0
  49. modules/superbench_ui.py +1319 -0
  50. modules/superbrowser.py +325 -0
  51. modules/supercleaner.py +600 -0
  52. modules/supercleaner_ui.py +444 -0
  53. modules/superdocs.py +19 -0
  54. modules/superdocs_viewer_qt.py +382 -0
  55. modules/superlookup.py +248 -0
  56. modules/tag_cleaner.py +260 -0
  57. modules/tag_manager.py +333 -0
  58. modules/term_extractor.py +270 -0
  59. modules/termbase_entry_editor.py +842 -0
  60. modules/termbase_import_export.py +488 -0
  61. modules/termbase_manager.py +1060 -0
  62. modules/termview_widget.py +1161 -0
  63. modules/theme_manager.py +499 -0
  64. modules/tm_editor_dialog.py +99 -0
  65. modules/tm_manager_qt.py +1280 -0
  66. modules/tm_metadata_manager.py +545 -0
  67. modules/tmx_editor.py +1461 -0
  68. modules/tmx_editor_qt.py +2784 -0
  69. modules/tmx_generator.py +284 -0
  70. modules/tracked_changes.py +900 -0
  71. modules/trados_docx_handler.py +430 -0
  72. modules/translation_memory.py +670 -0
  73. modules/translation_results_panel.py +2134 -0
  74. modules/translation_services.py +282 -0
  75. modules/unified_prompt_library.py +656 -0
  76. modules/unified_prompt_manager_qt.py +3727 -0
  77. modules/voice_commands.py +920 -0
  78. modules/voice_dictation.py +477 -0
  79. modules/voice_dictation_lite.py +249 -0
  80. supervertaler-1.9.116.dist-info/METADATA +804 -0
  81. supervertaler-1.9.116.dist-info/RECORD +85 -0
  82. supervertaler-1.9.116.dist-info/WHEEL +5 -0
  83. supervertaler-1.9.116.dist-info/entry_points.txt +2 -0
  84. supervertaler-1.9.116.dist-info/licenses/LICENSE +21 -0
  85. supervertaler-1.9.116.dist-info/top_level.txt +2 -0
@@ -0,0 +1,804 @@
1
+ Metadata-Version: 2.4
2
+ Name: supervertaler
3
+ Version: 1.9.116
4
+ Summary: Professional AI-powered translation workbench with multi-LLM support, glossary system, TM, spellcheck, voice commands, and PyQt6 interface. Batteries included (core).
5
+ Home-page: https://supervertaler.com
6
+ Author: Michael Beijer
7
+ Author-email: Michael Beijer <info@michaelbeijer.co.uk>
8
+ Maintainer-email: Michael Beijer <info@michaelbeijer.co.uk>
9
+ License-Expression: MIT
10
+ Project-URL: Homepage, https://supervertaler.com
11
+ Project-URL: Repository, https://github.com/michaelbeijer/Supervertaler.git
12
+ Project-URL: Bug Tracker, https://github.com/michaelbeijer/Supervertaler/issues
13
+ Project-URL: Changelog, https://github.com/michaelbeijer/Supervertaler/blob/main/CHANGELOG.md
14
+ Project-URL: Documentation, https://github.com/michaelbeijer/Supervertaler/blob/main/AGENTS.md
15
+ Project-URL: Author Website, https://michaelbeijer.co.uk
16
+ Keywords: translation,CAT,CAT-tool,AI,LLM,GPT,Claude,Gemini,Ollama,glossary,termbase,translation-memory,TM,PyQt6,localization,memoQ,Trados,SDLPPX,XLIFF,voice-commands,spellcheck
17
+ Classifier: Development Status :: 4 - Beta
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Operating System :: OS Independent
23
+ Classifier: Operating System :: Microsoft :: Windows
24
+ Classifier: Operating System :: POSIX :: Linux
25
+ Classifier: Intended Audience :: End Users/Desktop
26
+ Classifier: Topic :: Office/Business
27
+ Classifier: Topic :: Text Processing :: Linguistic
28
+ Classifier: Environment :: X11 Applications :: Qt
29
+ Requires-Python: >=3.10
30
+ Description-Content-Type: text/markdown
31
+ License-File: LICENSE
32
+ Requires-Dist: PyQt6>=6.5.0
33
+ Requires-Dist: PyQt6-WebEngine>=6.5.0
34
+ Requires-Dist: python-docx>=0.8.11
35
+ Requires-Dist: openpyxl>=3.1.0
36
+ Requires-Dist: Pillow>=10.0.0
37
+ Requires-Dist: lxml>=4.9.0
38
+ Requires-Dist: openai>=1.0.0
39
+ Requires-Dist: anthropic>=0.7.0
40
+ Requires-Dist: google-generativeai>=0.3.0
41
+ Requires-Dist: requests>=2.28.0
42
+ Requires-Dist: markitdown>=0.0.1
43
+ Requires-Dist: sacrebleu>=2.3.1
44
+ Requires-Dist: pyperclip>=1.8.2
45
+ Requires-Dist: chardet>=5.0.0
46
+ Requires-Dist: pyyaml>=6.0.0
47
+ Requires-Dist: markdown>=3.4.0
48
+ Requires-Dist: pyspellchecker>=0.7.0
49
+ Requires-Dist: sounddevice>=0.4.6
50
+ Requires-Dist: numpy>=1.24.0
51
+ Requires-Dist: PyMuPDF>=1.23.0
52
+ Requires-Dist: boto3>=1.28.0
53
+ Requires-Dist: deepl>=1.15.0
54
+ Requires-Dist: spylls>=0.1.7
55
+ Requires-Dist: keyboard>=0.13.5; platform_system == "Windows"
56
+ Requires-Dist: ahk>=1.0.0; platform_system == "Windows"
57
+ Requires-Dist: pyautogui>=0.9.54; platform_system == "Windows"
58
+ Requires-Dist: psutil>=5.9.0
59
+ Provides-Extra: local-whisper
60
+ Requires-Dist: openai-whisper>=20230314; extra == "local-whisper"
61
+ Provides-Extra: voice
62
+ Provides-Extra: web
63
+ Provides-Extra: pdf
64
+ Provides-Extra: mt
65
+ Provides-Extra: hunspell
66
+ Provides-Extra: windows
67
+ Provides-Extra: core
68
+ Provides-Extra: all
69
+ Dynamic: author
70
+ Dynamic: home-page
71
+ Dynamic: license-file
72
+ Dynamic: requires-python
73
+
74
+ # 🚀 Supervertaler v1.9.116
75
+
76
+ [![PyPI version](https://badge.fury.io/py/supervertaler.svg)](https://pypi.org/project/Supervertaler/)
77
+ [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
78
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
79
+
80
+ AI-enhanced CAT tool with multi-LLM support (GPT-4, Claude, Gemini, Ollama), innovative Superlookup concordance system offering access to multiple terminology sources (TMs, glossaries, web resources, etc.), and seamless CAT tool integration (memoQ, Trados, CafeTran, Phrase).
81
+
82
+ **Current Version:** v1.9.116 (January 19, 2026)
83
+
84
+ ### FIXED in v1.9.116 - 🐛 Tab Navigation & Startup
85
+
86
+ **Critical Fix:** The v1.9.115 "API Keys Missing" dialog fix was incomplete - it still navigated to AutoFingers!
87
+
88
+ **Root Cause:** When the Prompt Manager tab was added, it shifted all tab indices (Tools 2→3, Settings 3→4), but `_go_to_settings_tab()` was still using the old index.
89
+
90
+ **What's Fixed:**
91
+ - ✅ "API Keys Missing" dialog now correctly goes to Settings → AI Settings
92
+ - ✅ Application now starts on Grid tab (not Tools/AutoFingers)
93
+ - ✅ All navigation menu items updated with correct indices
94
+ - ✅ First-run welcome, AutoFingers, Superlookup hotkey handlers fixed
95
+
96
+ ### NEW in v1.9.108 - 📥📤 memoQ XLIFF Import/Export
97
+
98
+ Full support for memoQ XLIFF (.mqxliff) files with complete round-trip workflow, language detection for 30+ languages, and formatting preservation.
99
+
100
+ ### NEW in v1.9.102 - ⚡ QuickMenu (Right-click prompts in the Grid)
101
+
102
+ Run your favourite AI “mini-actions” directly from the grid’s right-click menu: run-and-preview, or run-and-replace the selection/target.
103
+ **Framework:** PyQt6
104
+ **Status:** Active Development
105
+
106
+ ### NEW in v1.9.104 - 📦 Packaging: Lighter Default Install
107
+
108
+ - Supermemory (semantic search) is optional again, so the default `pip install supervertaler` does not pull the heavy ML stack (PyTorch / sentence-transformers / ChromaDB).
109
+
110
+ ### FIXED in v1.9.103
111
+
112
+ - Ctrl+Enter now correctly confirms and advances through *filtered* segments when Filter Source/Target is active.
113
+
114
+ ---
115
+
116
+ ## 📚 Documentation
117
+
118
+ | Guide | Description |
119
+ |-------|-------------|
120
+ | **[Supervertaler Help](https://supervertaler.gitbook.io/superdocs/)** | Official online manual: quick start, guides, and troubleshooting |
121
+ | **[Keyboard Shortcuts](docs/guides/KEYBOARD_SHORTCUTS.md)** | Complete shortcut reference |
122
+ | **[FAQ](FAQ.md)** | Common questions answered |
123
+ | **[Changelog](CHANGELOG.md)** | Version history and recent features |
124
+
125
+ ### Additional Resources
126
+ - **[Project Context](PROJECT_CONTEXT.md)** — Complete project reference
127
+ - **[Architecture](docs/ARCHITECTURE.md)** — System design
128
+ - **[Legacy Versions](legacy_versions/LEGACY_VERSIONS.md)** — Historical information
129
+ - **[Similar Apps](docs/SIMILAR_APPS.md)** — CotranslatorAI, TransAIde, TWAS Suite, OpenAI Provider for Trados Studio, and other translation tools
130
+ - **[Stargazers](https://github.com/michaelbeijer/Supervertaler/stargazers)** — A page that lists all the users who have starred this repository
131
+
132
+ ### Contributing
133
+
134
+ - **[Contributing guide](CONTRIBUTING.md)** — How to report bugs, request features, and submit pull requests
135
+ - **[Code of Conduct](CODE_OF_CONDUCT.md)** — Community standards (Contributor Covenant v2.1)
136
+
137
+ **License note:** Supervertaler source code is MIT-licensed. The text of the Contributor Covenant (used in `CODE_OF_CONDUCT.md`) is licensed under CC BY 4.0, which is why that file contains attribution.
138
+
139
+ ---
140
+
141
+ ## 🚀 Installation & Running
142
+
143
+ ### Option 1: Install from PyPI (Recommended)
144
+
145
+ ```bash
146
+ pip install supervertaler
147
+ supervertaler
148
+ ```
149
+
150
+ This installs the recommended core Supervertaler (built-in web browser, PDF support, voice features via the OpenAI Whisper API path, and extra MT providers).
151
+
152
+ Supermemory (semantic search) is intentionally optional because it pulls in heavy ML dependencies (PyTorch). To enable it:
153
+
154
+ ```bash
155
+ pip install supervertaler[supermemory]
156
+ ```
157
+
158
+ ### Option 2: Run from Source
159
+
160
+ ```bash
161
+ git clone https://github.com/michaelbeijer/Supervertaler.git
162
+ cd Supervertaler
163
+ pip install -r requirements.txt
164
+ python Supervertaler.py
165
+ ```
166
+
167
+ **PyPI Package:** https://pypi.org/project/Supervertaler/
168
+
169
+ ### NEW in v1.9.91 - Déjà Vu X3 Bilingual RTF Support 🎯
170
+ * **Full Round-Trip Workflow**: Import, translate, and export Déjà Vu X3 bilingual RTF files
171
+ * **Tag Preservation**: Déjà Vu inline tags `{00108}` preserved and highlighted in pink
172
+ * **60+ Languages**: Comprehensive RTF language code mapping
173
+ * **Segment ID Tracking**: Each segment linked to original Déjà Vu segment ID
174
+ * **Unicode Support**: Proper RTF encoding for accented characters
175
+
176
+ ### v1.9.84 - Subscript & Superscript Support 📐
177
+ * **Subscript Tags**: `<sub>` tags for subscript text (P<sub>totaal</sub>)
178
+ * **Superscript Tags**: `<sup>` tags for superscript text (m<sup>2</sup>)
179
+ * **Full Pipeline**: Import from DOCX, display in grid, export back to Word
180
+
181
+ ### v1.9.83 - Notes Tab & Status Indicator 📝
182
+ * **TM Info + Notes Tabs**: Translation Results panel now has tabbed interface
183
+ * **Notes Tab**: Add/edit notes for each segment with auto-save to project file
184
+ * **Notes Indicator**: Status icon (✓/✗) gets orange highlight when segment has notes
185
+
186
+ ### v1.9.82 - Export for AI 🤖
187
+ * **AI-Readable Format**: New export option in File → Export → 🤖 AI-Readable Format (TXT)
188
+ * **[SEGMENT XXXX] Format**: Outputs clean numbered segments with language labels (NL/EN/DE etc.)
189
+ * **Auto Language Codes**: Detects project languages and converts to short codes
190
+ * **Content Modes**: Bilingual (source+target), Source only, Target only
191
+ * **Segment Filters**: Export all, untranslated only, or translated only
192
+ * **Live Preview**: See format preview before exporting
193
+
194
+ ### v1.9.81 - Superlookup UX Improvements 🔍
195
+ * **Search History**: Last 20 searches saved in dropdown
196
+ * **Resizable Sidebar**: Web Resources sidebar now resizable (120-250px)
197
+ * **Focus Rectangles Removed**: Cleaner button styling throughout
198
+
199
+ ### v1.9.60 - Tag-Aware TM Matching 🔍
200
+ * **Smart Tag Handling**: TM fuzzy matching now works regardless of tags in segments
201
+ * **Dual Search**: Searches both with and without tags - `<b>Hello</b>` matches `Hello` in your TM
202
+ * **Accurate Percentages**: Similarity calculation strips tags before comparing (100% match, not ~70%)
203
+ * **TMX Tag Cleaner Update**: Added `<li-b>` and `<li-o>` list item tags to Formatting category
204
+ * **AutoFingers Cleanup**: Removed TMX Manager tab, added Import button to Control Panel
205
+
206
+ ### v1.9.59 - TMX Tag Cleaner 🧹
207
+ * **Tag Cleaning Function**: New tag cleaner in both TMX Editor and main application
208
+ * **Access**: Edit → Bulk Operations → Clean Tags, or 🧹 Clean Tags toolbar button in TMX Editor
209
+ * **Flexible Selection**: Choose which tags to clean (formatting, TMX/XLIFF, memoQ, Trados, generic XML)
210
+ * **Scope Options**: Clean source, target, or both - cleans ALL languages in TMX, not just visible pair
211
+ * **Handles Escaped Tags**: Works with both literal `<b>` and XML-escaped `&lt;b&gt;` tags
212
+ * **TMX Editor Fix**: Language dropdowns now correctly default to different languages (source→target)
213
+ * **AutoHotkey Dialog**: "Do not show again" checkbox added
214
+
215
+ ### v1.9.54 - User-Facing Terminology Rename 📝
216
+ * **Termbase → Glossary**: All user-facing UI now uses "Glossary" instead of "Termbase"
217
+ * **TM Matches → TMs**: Tab renamed for consistency
218
+ * **Superlookup UX**: Enter triggers search, Edit in Glossary navigation fixed, fuzzy search filter improved
219
+ * **TM Source Column**: New column shows which TM each match came from
220
+ * **Internal code unchanged**: Database and project files maintain backward compatibility
221
+
222
+ ### v1.9.53 - Superlookup Glossary Enhancements 📋
223
+ * **Metadata Columns**: Glossary name, Domain, Notes columns in results
224
+ * **Import Progress Dialog**: Real-time progress with statistics and scrolling log
225
+ * **Tooltips**: Hover to see full content for long entries
226
+
227
+ ### v1.9.52 - Superlookup Web Resources 🌐
228
+ * **14 Web Resources**: IATE, Linguee, ProZ, Reverso, Google, Google Patents, Wikipedia (Source/Target), Juremy, michaelbeijer.co.uk, AcronymFinder, BabelNet, Wiktionary (Source/Target)
229
+ * **Persistent Login Sessions**: Cookies stored in `user_data/web_cache/` - stay logged in to ProZ, Linguee, etc.
230
+ * **Auto Language Selection**: Language pair auto-fills from current project
231
+ * **Compact Search Layout**: Single-line search with direction controls
232
+ * **Customizable Sidebar**: Settings checkboxes control which resource buttons appear
233
+
234
+ ### v1.9.51 - Superlookup MT Integration 🔍
235
+ * **All MT Providers Working**: Google Translate, Amazon Translate, DeepL, Microsoft Translator, ModernMT, MyMemory
236
+ * **Provider Status Panel**: Shows ✅ active, ⏸️ disabled, ❌ missing API keys
237
+ * **Error Display**: Errors shown in red with full details (no more silent failures)
238
+ * **Language Mapping Fix**: "Dutch" → "nl", "English" → "en" for all MT APIs
239
+ * **Settings Link**: "⚙️ Configure in Settings" navigates to Settings → MT Settings
240
+ * **Termbases Tab**: Search filter + split-view with editable terms grid
241
+
242
+ ### v1.9.50 - Voice Commands System 🎤
243
+ * **Hands-Free Translation**: Say "next segment", "confirm", "source to target", "translate" and more
244
+ * **Always-On Listening**: VAD-based continuous listening - no need to press F9 twice
245
+ * **Dual Recognition**: OpenAI Whisper API (recommended) or local Whisper model
246
+ * **Grid Toggle Button**: 🎧 Voice ON/OFF button in toolbar for easy access
247
+ * **Status Indicators**: Status bar shows 🟢 Listening → 🔴 Recording → ⏳ Processing
248
+ * **AutoHotkey Integration**: Control external apps (memoQ, Trados, Word) by voice
249
+ * **Custom Commands**: Add your own voice commands with fuzzy matching
250
+ * **Configure**: Tools → Supervoice tab
251
+
252
+ ### v1.9.41 - Dark Mode 🌙
253
+ * **Complete Dark Theme**: Full dark mode support with consistent styling across the entire application
254
+ * **Compare Boxes**: Translation Results panel properly displays dark backgrounds in dark mode
255
+ * **Termview Visibility**: All words visible in dark mode, not just terms with matches
256
+ * **Access**: View → Theme Editor → Select "Dark" theme
257
+
258
+ ### v1.9.40 - Superlookup Unified Concordance System
259
+ * **Ctrl+K Now Opens Superlookup**: All concordance searches consolidated into Superlookup - one hub for TM, Termbase, Supermemory, MT, and Web Resources
260
+ * **Dual-View Toggle**: Switch between Horizontal (table) and Vertical (list) layouts for TM results
261
+ * **Tab Reorganization**: "Project Resources" tab now before "Prompt Manager", removed redundant Concordance and Import/Export tabs
262
+ * **FTS5 Full-Text Search**: Concordance now uses SQLite FTS5 for 100-1000x faster search on large databases
263
+
264
+ ### v1.9.39 - Superlookup Multilingual Search
265
+ * **Language Filtering**: From/To dropdowns filter TM and termbase searches by language pair
266
+ * **Search Direction**: Both/Source only/Target only radio buttons for precise concordance
267
+ * **Yellow Highlighting**: Search terms highlighted in results with compact display and tooltips
268
+
269
+ **v1.9.32 - Trados SDLRPX Status Fix:**
270
+ - 📦 **Trados SDLRPX Status Fix** - Fixed critical bug where exported SDLRPX return packages kept segments in "Draft" status instead of updating to "Translated".
271
+
272
+ **v1.9.30 - Critical LLM Fix:**
273
+ - 🐛 **Fixed OpenAI Translation** - Removed hardcoded debug path that caused "No such file or directory" errors
274
+ - 📝 **Spellcheck Integration** - Built-in spellcheck with 8 languages bundled (EN, NL, DE, FR, ES, PT, IT, RU)
275
+ - 📚 **Optional Hunspell** - Add more languages with .dic/.aff dictionary files
276
+ - 💬 **Right-Click Menu** - Spelling suggestions, Add to Dictionary, Ignore
277
+ - 💾 **Project Settings** - Spellcheck state saved per-project in .svproj files
278
+
279
+ **v1.9.28 - Phrase DOCX Support & Show Invisibles:**
280
+ - 📄 **Phrase (Memsource) Bilingual DOCX** - Full round-trip support for Phrase TMS files
281
+ - 👁️ **Show Invisibles** - Display spaces (·), tabs (→), NBSPs (°), line breaks (¶) in the grid
282
+ - 🎨 **Smart Handling** - Copy/paste, word selection, and navigation work correctly with invisibles shown
283
+
284
+ **v1.9.27 - Simple Text File Import/Export:**
285
+ - 📄 **Simple TXT Import** - Import plain text files where each line becomes a source segment
286
+ - 📤 **Simple TXT Export** - Export translations as matching text file with target text
287
+ - 🌐 **Encoding Support** - UTF-8, Latin-1, Windows-1252 with automatic detection
288
+ - 📝 **Line-by-Line** - Perfect for translating simple text content
289
+
290
+ **v1.9.26 - Automatic Model Version Checker:**
291
+ - 🔄 **Auto Model Detection** - Automatically checks for new LLM models from OpenAI, Anthropic, and Google
292
+ - 📅 **Daily Checks** - Runs once per 24 hours on startup (configurable)
293
+ - 🎨 **UI Standardization** - All 68 checkboxes now use consistent green (16x16px) design
294
+
295
+ **v1.9.25 - Linux Compatibility:**
296
+ - 🐧 **Full Linux Support** - Works perfectly on Ubuntu and other Linux distributions
297
+ - 📦 **Complete Dependencies** - One-command installation with requirements.txt
298
+
299
+ **v1.9.20 - Trados Studio Package Support:**
300
+ - 📦 **SDLPPX Import** - Import Trados Studio project packages directly
301
+ - 📤 **SDLRPX Export** - Create return packages for delivery back to Trados users
302
+ - 💾 **Project Persistence** - Save/restore SDLPPX projects across sessions
303
+
304
+ **v1.9.18 - Supermemory Concordance Integration:**
305
+ - 🔍 **Semantic Concordance** - Concordance Search (Ctrl+K) now includes Supermemory tab
306
+ - 🧠 **Two-Tab Interface** - TM Matches (exact) and Supermemory (meaning-based)
307
+
308
+ **v1.9.17 - Supermemory Enhancements:**
309
+ - 🧠 **Domain Management** - Categorize TMs by domain (Legal, Medical, Patents, Technical, etc.)
310
+ - 🔍 **Semantic Search** - Find translations by meaning using AI embeddings
311
+ - 🌐 **Language Filtering** - Filter by language pairs with dynamic column headers
312
+ - 🔗 **Superlookup Integration** - New Supermemory tab for unified lookup
313
+ - 📤 **Export Options** - Export to TMX or CSV format
314
+
315
+ **v1.9.16 - Local LLM Support (Ollama):**
316
+ - 🖥️ **Offline AI** - Run translation entirely on your computer with no API costs
317
+ - 🔧 **Hardware Detection** - Automatic model recommendations based on RAM/GPU
318
+ - 📦 **Setup Wizard** - One-click Ollama installation and model downloads
319
+
320
+ **v1.9.15 - Bilingual Table Export/Import:**
321
+ - 📋 **With Tags Export** - Export bilingual table with Supervertaler tags for proofreading (can be re-imported)
322
+ - 📄 **Formatted Export** - Export bilingual table with applied formatting for clients/archives
323
+ - 🔄 **Import Changes** - Re-import edited bilingual table to update translations with diff preview
324
+ - 📊 **5-Column Table** - Segment #, Source, Target, Status, Notes - perfect for review workflow
325
+
326
+ **v1.9.14 - DOCX Export & Keyboard Navigation:**
327
+ - 📤 **Formatting Preservation** - Export properly converts `<b>`, `<i>`, `<u>` tags to Word formatting
328
+ - ⌨️ **Ctrl+Home/End** - Navigate to first/last segment even when editing in grid cells
329
+
330
+ **v1.9.13 - Document Preview & List Formatting Tags:**
331
+ - 📄 **Preview Tab** - New Preview tab shows formatted document with headings, paragraphs, and lists
332
+ - 🔢 **List Type Detection** - DOCX import properly detects bullet vs numbered lists from Word XML
333
+ - 🏷️ **Short List Tags** - `<li-o>` for ordered/numbered lists (1. 2. 3.), `<li-b>` for bullet points (•)
334
+
335
+ **v1.9.12 - Progress Indicator Status Bar:**
336
+ - 📊 **Words Translated** - Shows X/Y words with percentage
337
+ - ✅ **Confirmed Segments** - Shows X/Y segments with percentage
338
+ - 🔢 **Remaining Count** - Segments still needing work
339
+ - 🎨 **Color Coding** - Red (<50%), Orange (50-80%), Green (>80%)
340
+
341
+ **v1.9.11 - Navigation & Find/Replace Improvements:**
342
+ - ⚡ **Quick Navigation** - Ctrl+Home/End to jump to first/last segment
343
+ - 🔍 **Smart Pre-fill** - Find/Replace dialog pre-fills selected text
344
+ - ⌨️ **Ctrl+Q Shortcut** - Instant term pair saving (remembers last-used termbase)
345
+
346
+ **v1.9.6 - Custom File Extensions & Monolingual Export:**
347
+ - 📁 **Branded Extensions** - `.svproj` (projects), `.svprompt` (prompts), `.svntl` (non-translatables)
348
+ - 🌐 **Language Selection** - Monolingual DOCX import now prompts for source/target languages
349
+ - 📤 **Target-Only Export** - Export translated content preserving original document structure
350
+ - 💾 **Project Persistence** - Original DOCX path saved for reliable exports
351
+ - 📊 **Preview & Configure** - Review extracted terms, adjust parameters (frequency, n-gram, language)
352
+ - 🎯 **Visual Distinction** - Project=pink, Forbidden=black, Background=priority-based blue
353
+ - ⚡ **One-Click Extraction** - Extract Terms button in Termbases tab (enabled when project loaded)
354
+
355
+ **v1.6.0 - Complete Termbase System:**
356
+ - 📚 **Professional Terminology Management** - SQLite-based termbase system rivaling commercial CAT tools
357
+ - 🎨 **Priority-Based Highlighting** - Terms highlighted in source with color intensity matching priority (1-99)
358
+ - 💡 **Hover Tooltips** - Mouse over highlighted terms to see translation, priority, and forbidden status
359
+ - 🖱️ **Double-Click Insertion** - Click any highlighted term to insert translation at cursor
360
+ - ⚫ **Forbidden Term Marking** - Forbidden terms highlighted in black for maximum visibility
361
+ - 🔍 **Real-Time Matching** - Automatic detection and display in Translation Results panel
362
+ - 🗂️ **Multi-Termbase Support** - Create, activate/deactivate, and manage multiple termbases
363
+ - ⌨️ **Fast Term Entry** - Select source → Tab → select target → Ctrl+E to add term
364
+ - ✏️ **Full Management** - Edit priority, forbidden flag, definition, domain in dedicated UI
365
+
366
+ **v1.5.1 - Source/Target Tab Cycling:**
367
+ - 🔄 **Tab Key Cycling** - Press `Tab` to jump between source and target cells
368
+ - ⌨️ **Termbase Workflow** - Select term in source → `Tab` → select translation in target
369
+ - 🔠 **Ctrl+Tab** - Insert actual tab character when needed
370
+
371
+ **v1.5.0 - Translation Results Enhancement + Match Insertion:**
372
+ - 🎯 **Progressive Match Loading** - All match types now accumulate (termbase + TM + MT + LLM)
373
+ - ⌨️ **Match Shortcuts** - `Ctrl+1-9` for quick insert, `Ctrl+Up/Down` to navigate, `Ctrl+Space` to insert
374
+ - 🏷️ **Tag Display Control** - Optional show/hide HTML/XML tags in results
375
+ - 📊 **Smart Status** - Manual edits reset status requiring confirmation
376
+
377
+ **v1.4.0 - Supervoice Voice Dictation + Detachable Log:**
378
+ - 🎤 **Supervoice Voice Dictation** - AI-powered hands-free translation input
379
+ - 🌍 **100+ Languages** - OpenAI Whisper supports virtually any language
380
+ - ⌨️ **F9 Global Hotkey** - Press-to-start, press-to-stop recording anywhere
381
+ - 🎚️ **5 Model Sizes** - Tiny to Large (balance speed vs accuracy)
382
+ - 🚀 **Future Voice Commands** - Planned parallel dictation for workflow automation
383
+ - 🪟 **Detachable Log Window** - Multi-monitor support with synchronized auto-scroll
384
+
385
+ **Previous Features:**
386
+ - 🤖 **AI Assistant Enhanced Prompts** - ChatGPT-quality translation prompts (v1.3.4)
387
+ - 📊 **Superbench** - LLM translation quality benchmarking with adaptive project sampling (v1.4.1, formerly LLM Leaderboard v1.3.3)
388
+
389
+ **v1.3.1 Features - AI Assistant File Attachment Persistence:**
390
+ - 📎 **Persistent File Attachments** - Attached files saved to disk across sessions
391
+ - 👁️ **File Viewer Dialog** - View attached content with markdown preview
392
+ - 🗂️ **Expandable Files Panel** - Collapsible UI with view/remove buttons
393
+
394
+ **v1.3.0 Features - AI Assistant + 2-Layer Architecture:**
395
+ - 🤖 **AI Assistant with Chat Interface** - Conversational prompt generation and document analysis
396
+ - 🎯 **2-Layer Prompt Architecture** - Simplified from 4-layer to intuitive 2-layer system
397
+ - **Layer 1: System Prompts** - Infrastructure (CAT tags, formatting, core instructions)
398
+ - **Layer 2: Custom Prompts** - Domain + Project + Style Guide (unified, flexible)
399
+ - ✨ **Markdown Chat Formatting** - Beautiful chat bubbles with **bold**, *italic*, `code`, and bullets
400
+ - 🧹 **TagCleaner Module** - Clean memoQ index tags from AutoFingers translations
401
+ - 🎨 **Perfect Chat Rendering** - Custom Qt delegates for professional chat UI
402
+
403
+ **v1.2.4 Features - TagCleaner Module & AutoFingers Enhancement:**
404
+ - ✅ **TagCleaner Module** - Standalone module for cleaning CAT tool tags
405
+ - ✅ **AutoFingers Integration** - Tag cleaning integrated with AutoFingers engine
406
+ - ✅ **Status Column Improvements** - Semantic icons and better visual design
407
+
408
+ **v1.2.2-1.2.3 Features:**
409
+ - ✅ **Translation Results Panels** - All match types display correctly
410
+ - ✅ **Document View Formatting** - Renders bold, italic, underline, list items
411
+ - ✅ **Enhanced Type Column** - H1-H4, Title, Sub, li, ¶ with color coding
412
+ - ✅ **Tabbed Panel Interface** - Translation Results | Segment Editor | Notes
413
+ - ✅ **Complete Match Chaining** - Termbase + TM + MT + LLM together
414
+
415
+ **Core Features:**
416
+ - 🎯 **2-Layer Prompt Architecture** - System Prompts + Custom Prompts with AI Assistant
417
+ - 🤖 **AI Assistant** - Conversational interface for document analysis and prompt generation
418
+ - 🧠 **Context-aware AI** - Leverages full document context, images, TM, and termbases
419
+ - 🤖 **Multiple AI Providers** - OpenAI GPT-4o/5, Claude 3.5 Sonnet, Google Gemini 2.0
420
+ - 🖥️ **Local LLM (Ollama)** - Run AI translation offline, no API keys needed, complete privacy
421
+ - 🌐 **Machine Translation** - Google Cloud Translation API integration
422
+ - 🎨 **Translation Results Panel** - All match types (Termbase, TM, MT, LLM) in one view
423
+ - 🔄 **CAT Tool Integration** - Import/export with memoQ, Trados, CafeTran
424
+ - 📊 **Bilingual Review Interface** - Grid, List, and Document views
425
+ - 🔍 **Superlookup** - System-wide search with global hotkey (Ctrl+Alt+L)
426
+ - 📝 **TMX Editor** - Professional translation memory editor with database support
427
+ - 🧹 **AutoFingers** - Automated translation pasting for memoQ with tag cleaning
428
+ - 🔧 **PDF Rescue** - AI-powered OCR for poorly formatted PDFs
429
+ - 🔧 **Encoding Repair Tool** - Detect and fix text encoding corruption (mojibake)
430
+ - 💾 **Translation Memory** - Fuzzy matching with TMX import/export
431
+ - 📚 **Multiple Termbases** - Glossary support per project
432
+
433
+ ---
434
+
435
+ ## 📋 System Requirements
436
+
437
+ - **Python:** 3.8+
438
+ - **PyQt6** - Modern GUI framework
439
+ - **OS:** Windows, macOS, Linux
440
+ - **Database:** SQLite (built-in)
441
+
442
+ ---
443
+
444
+ ## 💡 Repository Philosophy
445
+
446
+ This repository follows a **lean structure** optimized for efficiency:
447
+ - ✅ Only essential source code included
448
+ - ✅ Current documentation in `docs/`
449
+ - ✅ Historical documentation archived in `docs/archive/`
450
+ - ✅ Smaller repo = faster AI processing = lower costs
451
+
452
+ ---
453
+
454
+ ## 📖 Learn More
455
+
456
+ For comprehensive project information, see [PROJECT_CONTEXT.md](PROJECT_CONTEXT.md).
457
+
458
+ ---
459
+
460
+ **Last Updated:** October 30, 2025
461
+ **Latest Version:** v1.0.2-Qt (October 31, 2025)
462
+
463
+ ---
464
+
465
+ ## 📦 Two Editions Available
466
+
467
+ ### 🆕 Qt Edition (Modern) - **Recommended**
468
+ **File**: `Supervertaler_Qt.py`
469
+ **Current Version**: v1.0.0 Phase 5 (October 29, 2025)
470
+
471
+ **Latest Features**:
472
+ - 🔍 **Superlookup** - Search TM from anywhere (Ctrl+Alt+L)
473
+ - 🎨 **Modern UI** - PyQt6 with 6 built-in themes + custom theme editor
474
+ - ⚡ **Better Performance** - Faster, more responsive
475
+ - 🎯 **Superlookup** - System-wide translation memory search
476
+ - 🤖 **AutoFingers** - Automated translation pasting for memoQ
477
+ - 📋 **memoQ Integration** - Bilingual DOCX import/export
478
+ - 💾 **Translation Memory** - SQLite-based with FTS5 search
479
+ - 📝 **TMX Editor** - Professional TM editing
480
+
481
+ ### 🔧 Tkinter Edition (Classic) - **Stable**
482
+ **File**: `Supervertaler_tkinter.py`
483
+ **Current Version**: v3.7.7 (October 27, 2025)
484
+
485
+ **Features**:
486
+ - 🤖 **LLM Integration** - OpenAI GPT-4/5, Anthropic Claude, Google Gemini
487
+ - 🎯 **Context-aware Translation** - Full document understanding
488
+ - 📚 **Unified Prompt Library** - System Prompts + Custom Instructions
489
+ - 🆘 **PDF Rescue** - AI-powered OCR for badly-formatted PDFs
490
+ - ✅ **CAT Features** - Segment editing, grid pagination, dual selection
491
+ - 📝 **TMX Editor** - Professional translation memory editor
492
+ - 🔗 **CAT Tool Integration** - memoQ, CafeTran, Trados Studio
493
+ - 📊 **Smart Auto-export** - TMX, TSV, XLIFF, Excel
494
+
495
+ ---
496
+
497
+ ## Quick Start
498
+
499
+ **Download Latest**:
500
+ - **Qt Edition**: `Supervertaler_Qt.py` (Modern, recommended)
501
+ - **Tkinter Edition**: `Supervertaler_tkinter.py` (Classic, stable)
502
+
503
+ **Previous Versions**: See `previous_versions/` folder for archived releases
504
+
505
+ ---
506
+
507
+ ## ✨ What is Supervertaler?
508
+
509
+ Supervertaler is a **professional Computer-Aided Translation (CAT) editor** designed by a 30-year veteran translator for translators.
510
+
511
+ Built with PyQt6, Supervertaler offers modern UI, advanced AI integration, complete termbase system, and specialized modules for every translation challenge.
512
+
513
+ ---
514
+
515
+ ## 🎯 Core Features
516
+
517
+ **Complete Termbase System** (v1.6.0):
518
+ - 📚 **Professional Terminology Management** - SQLite-based with FTS5 search
519
+ - 🎨 **Priority-Based Highlighting** - Terms highlighted with color intensity (1-99 scale)
520
+ - 💡 **Hover Tooltips** - See translation, priority, forbidden status on hover
521
+ - 🖱️ **Double-Click Insertion** - Insert translations at cursor with one click
522
+ - ⚫ **Forbidden Term Marking** - Black highlighting for do-not-use terms
523
+ - 🔍 **Real-Time Matching** - Automatic detection in Translation Results panel
524
+ - 🗂️ **Multi-Termbase Support** - Create, activate/deactivate multiple termbases
525
+
526
+ **AI & Translation**
527
+
528
+ - 🤖 **Multiple AI Providers** - OpenAI GPT-4o/5, Claude 3.5 Sonnet, Google Gemini 2.0
529
+ - 🎯 **2-Layer Prompt Architecture** - System Prompts + Custom Prompts with AI Assistant
530
+ - 🤖 **AI Assistant** - Conversational interface for document analysis and prompt generation
531
+ - 🧠 **Context-aware Translation** - Full document context, images, TM, and termbases
532
+ - 🌐 **Machine Translation** - Google Cloud Translation API integration
533
+ - 🎨 **Translation Results Panel** - All match types (Termbase, TM, MT, LLM) in one view
534
+
535
+ **Professional CAT Editor**:
536
+ - 📊 **Bilingual Grid Interface** - Source/target cells with inline editing
537
+ - 🔄 **Tab Key Cycling** - Jump between source and target cells
538
+ - ⌨️ **Match Shortcuts** - Ctrl+1-9 for quick insert, Ctrl+Up/Down to navigate
539
+ - 📝 **Document View** - Full document layout with formatting
540
+ - 🏷️ **Tag Display Control** - Optional show/hide HTML/XML tags
541
+ - 🔍 **Find/Replace** - Search across segments with regex support
542
+
543
+ **Translation Memory**:
544
+ - 💾 **SQLite Backend** - Fast, reliable database storage with FTS5 search
545
+ - 🔍 **Fuzzy Matching** - Find similar segments with match percentages
546
+ - 📝 **TMX Editor** - Professional TM editor handles massive 1GB+ files
547
+ - 📥 **Import/Export** - TMX, XLIFF, bilingual DOCX formats
548
+ - 🔄 **Auto-propagation** - Repeat translations automatically
549
+
550
+ **Voice & Accessibility**:
551
+ - 🎤 **Supervoice** - AI voice dictation with OpenAI Whisper (100+ languages)
552
+ - ⌨️ **F9 Global Hotkey** - Press-to-start, press-to-stop recording
553
+ - 🎚️ **5 Model Sizes** - Tiny to Large (balance speed vs accuracy)
554
+ - 🪟 **Detachable Windows** - Multi-monitor support for log and panels
555
+
556
+ **Specialized Modules**:
557
+ - 📄 **PDF Rescue** - AI OCR with GPT-4 Vision for locked PDFs
558
+ - 🧹 **AutoFingers** - Automated translation pasting for memoQ with tag cleaning
559
+ - 📊 **Superbench** - LLM translation quality benchmarking with chrF++ scoring
560
+ - 🔧 **Encoding Repair** - Detect and fix text encoding corruption (mojibake)
561
+ - 🔍 **Superlookup** - System-wide TM search with global hotkey (Ctrl+Alt+L)
562
+
563
+ **CAT Tool Integration**:
564
+ - 📊 **memoQ** - Bilingual DOCX import/export with perfect alignment
565
+ - 🏢 **Trados** - XLIFF import/export with tag preservation
566
+ - ☕ **CafeTran** - Bilingual DOCX support
567
+ - 💾 **Export Formats** - DOCX, TSV, JSON, XLIFF, TMX, Excel, HTML, Markdown
568
+
569
+ ---
570
+
571
+ ## 🔧 Getting Started
572
+
573
+ ### Installation
574
+
575
+ ```bash
576
+ # Clone repository
577
+ git clone https://github.com/michaelbeijer/Supervertaler.git
578
+ cd Supervertaler
579
+
580
+ # Install dependencies
581
+ pip install -r requirements.txt
582
+
583
+ # Run application
584
+ python Supervertaler.py
585
+ ```
586
+
587
+ ---
588
+
589
+ ### First Steps
590
+
591
+ 1. **Configure API Keys**: Set up OpenAI, Claude, or Gemini credentials
592
+ - Copy `user_data/api_keys.example.txt` to `user_data/api_keys.txt`
593
+ - Add your API keys (remove the `#` from each line you use)
594
+ - Format: `openai = sk-YOUR_KEY_HERE` (no quotes needed)
595
+ - **Developers**: Use `user_data_private/api_keys.txt` instead (gitignored)
596
+ 2. **Explore System Prompts** (Ctrl+P) - Browse domain-specific specialist prompts
597
+ 3. **Create Custom Instructions** - Define your translation preferences
598
+ 4. **Open a Document** - Import DOCX, create segments
599
+ 5. **Start Translating** - Use System Prompts or custom instructions
600
+ 6. **Export Results** - Session reports, TMX, auto-export to CAT tools
601
+
602
+ ---
603
+
604
+ ## 📖 Documentation
605
+
606
+ - **Changelog**: [CHANGELOG.md](CHANGELOG.md) - Complete version history
607
+ - **Legacy Versions**: [legacy_versions/LEGACY_VERSIONS.md](legacy_versions/LEGACY_VERSIONS.md) - Historical information
608
+ - **Project Context**: [PROJECT_CONTEXT.md](PROJECT_CONTEXT.md) - Complete project reference
609
+ - **Website**: [michaelbeijer.github.io/Supervertaler](https://michaelbeijer.github.io/Supervertaler)
610
+
611
+ ---
612
+
613
+ ## 🎯 Why Supervertaler?
614
+
615
+ ### For Professional Translators
616
+ - ✅ Built by a professional translator (30 years experience)
617
+ - ✅ Designed for real translation workflows, not generic AI
618
+ - ✅ Integrates with your existing CAT tools
619
+ - ✅ Context-aware for better accuracy
620
+ - ✅ Fully open source - no vendor lock-in
621
+
622
+ ### For Translation Agencies (LSPs)
623
+ - ✅ Improve translator productivity (20-40% gains documented)
624
+ - ✅ Consistent quality across your translator pool
625
+ - ✅ Works with your existing CAT tool infrastructure
626
+ - ✅ Open source means you own your workflow
627
+ - ✅ Custom training and consulting available
628
+
629
+ ### Why Open Source?
630
+ - 🔓 **Full transparency** - See exactly what the AI is doing
631
+ - 🔓 **No vendor lock-in** - Own your translation workflow
632
+ - 🔓 **Community-driven** - Contribute features, report bugs
633
+ - 🔓 **Sustainable** - Supported through consulting and training
634
+
635
+ ---
636
+
637
+ ## 🚀 Features Overview
638
+
639
+ ### AI Translation Engine
640
+ - **Multiple providers** - OpenAI, Anthropic, Google Gemini
641
+ - **Multimodal support** - GPT-4 Vision for figures and context
642
+ - **Batch processing** - Translate entire documents at once
643
+ - **Context preservation** - Full document analysis before translation
644
+
645
+ ### Professional Prompts
646
+ - **19 System Prompts** - Domain specialists (Legal, Medical, Patent, Tech, etc.)
647
+ - **8 Custom Instructions** - User-defined preferences
648
+ - **Prompt Assistant** - Generate custom prompts from document analysis
649
+ - **Markdown format** - Human-readable, easy to edit
650
+
651
+ ### Translation Memory
652
+ - **Fuzzy matching** - Find similar segments
653
+ - **Context display** - See source alongside match
654
+ - **Segment history** - Learn from previous translations
655
+ - **TMX export** - Industry-standard format
656
+
657
+ ### Professional Export
658
+ - **Auto-reports** - Session reports in HTML and Markdown
659
+ - **CAT tool export** - Direct memoQ and CafeTran DOCX
660
+ - **Format preservation** - Bold, italic, formatting maintained
661
+ - **Tag safety** - XLIFF tags completely preserved
662
+
663
+ ---
664
+
665
+ ## 📊 Performance
666
+
667
+ - ⚡ **Grid pagination** - 10x faster loading (50 segments/page)
668
+ - ⚡ **Smart caching** - Reduce API calls with TM fuzzy matching
669
+ - ⚡ **Batch translation** - Process 100+ segments simultaneously
670
+ - ⚡ **Responsive UI** - Stays responsive during large operations
671
+
672
+ ---
673
+
674
+ ## 🤝 Community & Support
675
+
676
+ - **GitHub Issues**: [Report bugs or request features](https://github.com/michaelbeijer/Supervertaler/issues)
677
+ - **GitHub Discussions**: [Community chat and questions](https://github.com/michaelbeijer/Supervertaler/discussions)
678
+ - **Website**: [supervertaler.com](https://supervertaler.com)
679
+ - **Professional Website**: [michaelbeijer.co.uk](https://michaelbeijer.co.uk)
680
+
681
+ ---
682
+
683
+ ## 💡 Use Cases
684
+
685
+ ### Individual Translators
686
+ - Enhance personal productivity with AI
687
+ - Maintain consistent terminology
688
+ - Work faster without sacrificing quality
689
+ - Leverage domain-specific prompts
690
+
691
+ ### Translation Agencies
692
+ - Train all translators with same prompts
693
+ - Maintain company-wide consistency
694
+ - Increase productivity across the team
695
+ - Reduce review/QA time
696
+ - Custom LSP consulting available
697
+
698
+ ### Translation Students
699
+ - Learn professional translation workflows
700
+ - Understand CAT tool integration
701
+ - Practice with real-world tools
702
+ - Open source to study and modify
703
+
704
+ ---
705
+
706
+ ## 🔐 Privacy & Security
707
+
708
+ - **No data collection** - Your translations stay on your computer
709
+ - **Local processing** - Translations processed locally by default
710
+ - **API keys encrypted** - Credentials stored securely
711
+ - **Open source** - Full audit trail, no hidden code
712
+ - **GDPR compliant** - User data never leaves your system
713
+
714
+ ---
715
+
716
+ ## 📄 License
717
+
718
+ **MIT License** - Fully open source and free
719
+
720
+ This software is provided as-is for both personal and commercial use.
721
+
722
+ ---
723
+
724
+ ## 👤 About
725
+
726
+ **Supervertaler** is maintained by Michael Beijer, a professional translator with 30 years of experience in technical and patent translation. The project represents a personal passion for building tools that make translators' lives easier.
727
+
728
+ - 🌐 **Website**: [michaelbeijer.co.uk](https://michaelbeijer.co.uk)
729
+ - 💼 **Professional**: [ProZ Profile](https://www.proz.com/profile/652138)
730
+ - 🔗 **LinkedIn**: [linkedin.com/in/michaelbeijer](https://www.linkedin.com/in/michaelbeijer/)
731
+
732
+ ---
733
+
734
+ **Last Updated:** November 16, 2025
735
+ **Current Version:** v1.6.6
736
+
737
+ ## 🎯 Roadmap
738
+
739
+ ### Planned Features (v3.8+)
740
+ - Enhanced Prompt Assistant with auto-refinement
741
+ - Glossary management UI improvements
742
+ - Advanced TM features (penalty weights, leverage scoring)
743
+ - Integration marketplace (partner CAT tools)
744
+ - Professional cloud hosting option (optional)
745
+
746
+ ### Community Contributions Welcome
747
+ We're looking for:
748
+ - 🐛 Bug reports and feature requests
749
+ - 💡 Prompt contributions (System Prompts, Custom Instructions)
750
+ - 📖 Documentation improvements
751
+ - 🌍 Translations and localization
752
+ - 🤝 Code contributions
753
+
754
+ ---
755
+
756
+ ## 📞 Questions?
757
+
758
+ Check out:
759
+ 1. **README.md** (this file) - Overview
760
+ 2. **[CHANGELOG.md](CHANGELOG.md)** - Complete version history
761
+ 3. **[PROJECT_CONTEXT.md](PROJECT_CONTEXT.md)** - Complete project reference
762
+ 4. **[GitHub Discussions](https://github.com/michaelbeijer/Supervertaler/discussions)** - Ask questions & share ideas
763
+ 5. **[Website Documentation](https://supervertaler.com)** - Guides and tutorials
764
+ 6. **[GitHub Issues](https://github.com/michaelbeijer/Supervertaler/issues)** - Bug reports & feature requests
765
+
766
+ ---
767
+
768
+ ## 💡 Contributing & Feedback
769
+
770
+ We welcome contributions and feedback from the community!
771
+
772
+ ### Feature Requests & Ideas
773
+ Have an idea for a new module or feature? We'd love to hear from you!
774
+
775
+ - **💬 [Start a Discussion](https://github.com/michaelbeijer/Supervertaler/discussions)** - Share ideas, ask questions, discuss features
776
+ - Perfect for brainstorming new modules
777
+ - Exploring "what if" scenarios
778
+ - Getting community feedback
779
+ - Discussing implementation approaches
780
+
781
+ ### Bug Reports
782
+ Found a problem? Help us improve!
783
+
784
+ - **🐛 [Report a Bug](https://github.com/michaelbeijer/Supervertaler/issues)** - Submit detailed bug reports
785
+ - Include steps to reproduce
786
+ - Specify your environment (OS, Python version)
787
+ - Attach screenshots if relevant
788
+
789
+ ### Workflow
790
+ 1. **💭 Idea** → Start in [Discussions](https://github.com/michaelbeijer/Supervertaler/discussions)
791
+ 2. **✅ Approved** → Converted to [Issue](https://github.com/michaelbeijer/Supervertaler/issues) for tracking
792
+ 3. **🚀 Implemented** → Linked to commits and released
793
+
794
+ ---
795
+
796
+ **Last Updated**: October 31, 2025
797
+ **Version**: v1.1.0 (Qt Edition)
798
+ **Status**: Active Development
799
+ **License**: MIT (Open Source)
800
+ **Security Status**: Current - Security patches applied
801
+
802
+ ---
803
+
804
+ > 🎯 **Supervertaler**: Empowering professional translators with intelligent, context-aware AI tools. Built by translators, for translators.