sjmason777/KTTC Translation Quality Check
Check translation quality using KTTC multi-agent QA system
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-dir | Directory containing source translation files | yes | — |
| translation-dir | Directory containing target translation files | yes | — |
| source-lang | Source language code (ISO 639-1, e.g., en) | yes | — |
| target-lang | Target language code (ISO 639-1, e.g., es) | yes | — |
| threshold | Minimum MQM score threshold (0-100) | no | 95.0 |
| provider | LLM provider (openai or anthropic) | no | openai |
| output | Output report file path | no | kttc-report.json |
| parallel | Number of parallel workers | no | 4 |
Outputs
| name | description |
|---|---|
| status | Overall QA status (pass or fail) |
| mqm-score | Average MQM score across all files |
| total-files | Total number of files checked |
| passed | Number of files that passed |
| failed | Number of files that failed |
| report-path | Path to the generated report file |