prompsit-cli 26.301.1737 → 26.303.1509
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.
- package/README.md +13 -9
- package/dist/api/curl.d.ts.map +1 -1
- package/dist/api/curl.js +3 -0
- package/dist/api/curl.js.map +1 -1
- package/dist/api/models.d.ts +4 -34
- package/dist/api/models.d.ts.map +1 -1
- package/dist/api/models.js +1 -24
- package/dist/api/models.js.map +1 -1
- package/dist/api/resources/data.d.ts +1 -1
- package/dist/api/resources/data.d.ts.map +1 -1
- package/dist/api/resources/data.js +8 -5
- package/dist/api/resources/data.js.map +1 -1
- package/dist/api/resources/discovery.d.ts +1 -5
- package/dist/api/resources/discovery.d.ts.map +1 -1
- package/dist/api/resources/discovery.js +1 -11
- package/dist/api/resources/discovery.js.map +1 -1
- package/dist/commands/annotate.d.ts +11 -0
- package/dist/commands/annotate.d.ts.map +1 -0
- package/dist/commands/annotate.js +171 -0
- package/dist/commands/annotate.js.map +1 -0
- package/dist/commands/mappers.d.ts +2 -4
- package/dist/commands/mappers.d.ts.map +1 -1
- package/dist/commands/mappers.js +0 -8
- package/dist/commands/mappers.js.map +1 -1
- package/dist/commands/score.d.ts +9 -0
- package/dist/commands/score.d.ts.map +1 -0
- package/dist/commands/score.js +209 -0
- package/dist/commands/score.js.map +1 -0
- package/dist/commands/show-formats.d.ts +1 -1
- package/dist/commands/show-formats.d.ts.map +1 -1
- package/dist/commands/show-formats.js +48 -31
- package/dist/commands/show-formats.js.map +1 -1
- package/dist/commands/show-languages.d.ts +1 -5
- package/dist/commands/show-languages.d.ts.map +1 -1
- package/dist/commands/show-languages.js +16 -35
- package/dist/commands/show-languages.js.map +1 -1
- package/dist/commands/translate.js +2 -2
- package/dist/commands/translate.js.map +1 -1
- package/dist/config/schemas.d.ts +0 -2
- package/dist/config/schemas.d.ts.map +1 -1
- package/dist/config/schemas.js +0 -1
- package/dist/config/schemas.js.map +1 -1
- package/dist/i18n/catalog.d.ts +36 -48
- package/dist/i18n/catalog.d.ts.map +1 -1
- package/dist/i18n/catalog.js +39 -49
- package/dist/i18n/catalog.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/output/index.d.ts +1 -1
- package/dist/output/index.d.ts.map +1 -1
- package/dist/output/index.js +1 -1
- package/dist/output/index.js.map +1 -1
- package/dist/output/tables/catalog.d.ts +1 -2
- package/dist/output/tables/catalog.d.ts.map +1 -1
- package/dist/output/tables/catalog.js +11 -74
- package/dist/output/tables/catalog.js.map +1 -1
- package/dist/output/tables/index.d.ts +1 -1
- package/dist/output/tables/index.d.ts.map +1 -1
- package/dist/output/tables/index.js +1 -1
- package/dist/output/tables/index.js.map +1 -1
- package/dist/output/view-models.d.ts +3 -18
- package/dist/output/view-models.d.ts.map +1 -1
- package/dist/program.d.ts.map +1 -1
- package/dist/program.js +6 -5
- package/dist/program.js.map +1 -1
- package/dist/repl/controller.d.ts.map +1 -1
- package/dist/repl/controller.js +49 -16
- package/dist/repl/controller.js.map +1 -1
- package/dist/repl/core/output-bridge.d.ts +1 -9
- package/dist/repl/core/output-bridge.d.ts.map +1 -1
- package/dist/repl/core/output-bridge.js +1 -10
- package/dist/repl/core/output-bridge.js.map +1 -1
- package/dist/repl/executor.d.ts.map +1 -1
- package/dist/repl/executor.js +88 -18
- package/dist/repl/executor.js.map +1 -1
- package/dist/repl/help.d.ts.map +1 -1
- package/dist/repl/help.js +5 -5
- package/dist/repl/help.js.map +1 -1
- package/dist/repl/input/autocomplete-provider.d.ts +1 -1
- package/dist/repl/input/autocomplete-provider.d.ts.map +1 -1
- package/dist/repl/input/autocomplete-provider.js +24 -2
- package/dist/repl/input/autocomplete-provider.js.map +1 -1
- package/dist/repl/input/completer.d.ts.map +1 -1
- package/dist/repl/input/completer.js +10 -6
- package/dist/repl/input/completer.js.map +1 -1
- package/dist/repl/input/input-handler.d.ts +1 -1
- package/dist/repl/input/input-handler.d.ts.map +1 -1
- package/dist/repl/input/input-handler.js +17 -6
- package/dist/repl/input/input-handler.js.map +1 -1
- package/dist/repl/loop.d.ts.map +1 -1
- package/dist/repl/loop.js +1 -7
- package/dist/repl/loop.js.map +1 -1
- package/dist/repl/registry.d.ts +2 -2
- package/dist/repl/registry.d.ts.map +1 -1
- package/dist/repl/registry.js +77 -140
- package/dist/repl/registry.js.map +1 -1
- package/dist/repl/service.d.ts +0 -4
- package/dist/repl/service.d.ts.map +1 -1
- package/dist/repl/service.js +0 -11
- package/dist/repl/service.js.map +1 -1
- package/dist/repl/ui/components/ghost-text-editor.d.ts +0 -2
- package/dist/repl/ui/components/ghost-text-editor.d.ts.map +1 -1
- package/dist/repl/ui/components/ghost-text-editor.js +0 -6
- package/dist/repl/ui/components/ghost-text-editor.js.map +1 -1
- package/dist/repl/ui/components/history-component.d.ts.map +1 -1
- package/dist/repl/ui/components/history-component.js +2 -2
- package/dist/repl/ui/components/history-component.js.map +1 -1
- package/dist/runtime/clipboard.d.ts +22 -2
- package/dist/runtime/clipboard.d.ts.map +1 -1
- package/dist/runtime/clipboard.js +46 -2
- package/dist/runtime/clipboard.js.map +1 -1
- package/dist/runtime/file-args.d.ts.map +1 -1
- package/dist/runtime/file-args.js +4 -2
- package/dist/runtime/file-args.js.map +1 -1
- package/dist/runtime/input-detect.d.ts +28 -0
- package/dist/runtime/input-detect.d.ts.map +1 -0
- package/dist/runtime/input-detect.js +94 -0
- package/dist/runtime/input-detect.js.map +1 -0
- package/dist/shared/constants.d.ts +4 -2
- package/dist/shared/constants.d.ts.map +1 -1
- package/dist/shared/constants.js +4 -2
- package/dist/shared/constants.js.map +1 -1
- package/package.json +4 -2
- package/scripts/post-install.cjs +23 -0
package/dist/i18n/catalog.d.ts
CHANGED
|
@@ -65,8 +65,6 @@ export declare const STRINGS: {
|
|
|
65
65
|
readonly "languages.no_results": "No language pairs found";
|
|
66
66
|
readonly "languages.filters": "Filters: source={source}, target={target}";
|
|
67
67
|
readonly "languages.total": "Total: {count} pairs";
|
|
68
|
-
readonly "languages.annotation.no_results": "No supported annotation languages found";
|
|
69
|
-
readonly "languages.annotation.total": "{count} supported languages";
|
|
70
68
|
readonly "evaluate.invalid_metrics": "Invalid metrics:";
|
|
71
69
|
readonly "evaluate.valid_metrics": "Valid metrics:";
|
|
72
70
|
readonly "evaluate.status": "Evaluating...";
|
|
@@ -78,23 +76,23 @@ export declare const STRINGS: {
|
|
|
78
76
|
readonly "health.status": "Checking service health...";
|
|
79
77
|
readonly "health.api_version": "API version:";
|
|
80
78
|
readonly "health.api_url": "API URL:";
|
|
81
|
-
readonly "
|
|
82
|
-
readonly "
|
|
83
|
-
readonly "
|
|
84
|
-
readonly "
|
|
85
|
-
readonly "
|
|
86
|
-
readonly "
|
|
87
|
-
readonly "
|
|
88
|
-
readonly "
|
|
89
|
-
readonly "
|
|
90
|
-
readonly "
|
|
91
|
-
readonly "
|
|
92
|
-
readonly "
|
|
93
|
-
readonly "
|
|
94
|
-
readonly "
|
|
95
|
-
readonly "
|
|
96
|
-
readonly "
|
|
97
|
-
readonly "
|
|
79
|
+
readonly "annotate.file_not_found": "File not found:";
|
|
80
|
+
readonly "annotate.upload_status": "Uploading corpus...";
|
|
81
|
+
readonly "annotate.job_created": "Job created:";
|
|
82
|
+
readonly "annotate.sse_unavailable": "SSE unavailable, using polling...";
|
|
83
|
+
readonly "annotate.download_status": "Downloading result...";
|
|
84
|
+
readonly "annotate.success": "Annotated file saved to:";
|
|
85
|
+
readonly "annotate.invalid_pipeline": "Invalid pipeline stages:";
|
|
86
|
+
readonly "annotate.pipeline_hint": "Valid stages: lid, pii, monofixer, docscorer, adult_filter, dedup.";
|
|
87
|
+
readonly "annotate.invalid_lid_model": "Invalid LID model:";
|
|
88
|
+
readonly "annotate.lid_model_hint": "Valid models: openlid-v2, nllb, openlid-v3.";
|
|
89
|
+
readonly "score.file_not_found": "File not found:";
|
|
90
|
+
readonly "score.target_not_found": "Target file not found:";
|
|
91
|
+
readonly "score.upload_status": "Uploading data...";
|
|
92
|
+
readonly "score.job_created": "Job created:";
|
|
93
|
+
readonly "score.sse_unavailable": "SSE unavailable, using polling...";
|
|
94
|
+
readonly "score.download_status": "Downloading result...";
|
|
95
|
+
readonly "score.success": "Scored file saved to:";
|
|
98
96
|
readonly "discovery.total": "Total: {count} formats";
|
|
99
97
|
readonly "discovery.no_formats": "No formats found";
|
|
100
98
|
readonly "discovery.output_formats": "Output formats: {formats}";
|
|
@@ -125,9 +123,7 @@ export declare const STRINGS: {
|
|
|
125
123
|
readonly "table.col.component": "Component";
|
|
126
124
|
readonly "table.col.status": "Status";
|
|
127
125
|
readonly "table.col.id": "ID";
|
|
128
|
-
readonly "table.col.
|
|
129
|
-
readonly "table.col.extensions": "Extensions";
|
|
130
|
-
readonly "table.col.conversions": "Conversions";
|
|
126
|
+
readonly "table.col.input": "Input";
|
|
131
127
|
readonly "table.col.engine": "Engine";
|
|
132
128
|
readonly "table.quality.excellent": "Excellent";
|
|
133
129
|
readonly "table.quality.good": "Good";
|
|
@@ -162,13 +158,11 @@ export declare const STRINGS: {
|
|
|
162
158
|
readonly "validate.missing_argument": "Missing required argument '{name}'";
|
|
163
159
|
readonly "validate.missing_option": "Required option '{option}' not specified";
|
|
164
160
|
readonly "validate.translate.text.arg_order": "\"{violation}\" -- texts must come before options. Usage: translate text \"text1\" \"text2\" -s lang -t lang";
|
|
165
|
-
readonly "validate.
|
|
166
|
-
readonly "validate.
|
|
167
|
-
readonly "validate.
|
|
168
|
-
readonly "validate.
|
|
169
|
-
readonly "validate.
|
|
170
|
-
readonly "validate.data.score.source_dir_target_file": "Source is a directory but target is a file. Both must be the same type.";
|
|
171
|
-
readonly "validate.data.score.target_dir_source_file": "Target is a directory but source is a file. Both must be the same type.";
|
|
161
|
+
readonly "validate.annotate.invalid_int": "Option '{option}' must be a positive integer";
|
|
162
|
+
readonly "validate.score.source_dir_target_file": "Source is a directory but target is a file. Both must be the same type.";
|
|
163
|
+
readonly "validate.score.target_dir_source_file": "Target is a directory but source is a file. Both must be the same type.";
|
|
164
|
+
readonly "validate.score.invalid_source_lang": "Invalid source language for scoring: '{lang}'";
|
|
165
|
+
readonly "validate.score.source_lang_hint": "Supported languages: en, de, es.";
|
|
172
166
|
readonly "error.network.label": "Network error";
|
|
173
167
|
readonly "error.network.hint": "Check your connection and try again.";
|
|
174
168
|
readonly "curl.panel_title": "API Request";
|
|
@@ -186,15 +180,10 @@ export declare const STRINGS: {
|
|
|
186
180
|
readonly "repl.cmd.language": "Switch CLI interface language";
|
|
187
181
|
readonly "repl.cmd.translate": "Translate text";
|
|
188
182
|
readonly "repl.cmd.t": "Translate text (alias)";
|
|
189
|
-
readonly "repl.cmd.tf": "Translate file";
|
|
190
183
|
readonly "repl.cmd.eval": "Evaluate translation quality";
|
|
191
184
|
readonly "repl.cmd.evaluate_batch": "Evaluate quality from TSV file";
|
|
192
|
-
readonly "repl.cmd.
|
|
193
|
-
readonly "repl.cmd.
|
|
194
|
-
readonly "repl.cmd.data_score": "Score parallel corpus (Bicleaner)";
|
|
195
|
-
readonly "repl.cmd.data_score_entry": "Score parallel corpus quality (Bicleaner)";
|
|
196
|
-
readonly "repl.cmd.data_annotate_entry": "Annotate corpus (Monotextor: Language ID, PII, quality)";
|
|
197
|
-
readonly "repl.cmd.ef": "Evaluate quality from file";
|
|
185
|
+
readonly "repl.cmd.score": "Score parallel corpus quality (Bicleaner)";
|
|
186
|
+
readonly "repl.cmd.annotate": "Annotate corpus (Monotextor: Language ID, PII, quality)";
|
|
198
187
|
readonly "repl.cmd.health": "Check API health";
|
|
199
188
|
readonly "repl.cmd.clear": "Clear screen and show banner";
|
|
200
189
|
readonly "repl.cmd.help": "Show help";
|
|
@@ -204,13 +193,11 @@ export declare const STRINGS: {
|
|
|
204
193
|
readonly "repl.cmd.q": "Exit (alias)";
|
|
205
194
|
readonly "repl.help.group.basics": "Basics";
|
|
206
195
|
readonly "repl.help.group.text_translation": "Text Translation";
|
|
207
|
-
readonly "repl.help.group.file_translation": "File Translation";
|
|
208
196
|
readonly "repl.help.group.evaluation": "Evaluation";
|
|
209
|
-
readonly "repl.help.group.
|
|
210
|
-
readonly "repl.help.group.
|
|
197
|
+
readonly "repl.help.group.score": "Score";
|
|
198
|
+
readonly "repl.help.group.annotate": "Annotate";
|
|
211
199
|
readonly "repl.help.group.config": "Configuration";
|
|
212
200
|
readonly "repl.help.group.system": "System";
|
|
213
|
-
readonly "repl.help.title": "Available commands:";
|
|
214
201
|
readonly "repl.help.label.aliases": "Aliases:";
|
|
215
202
|
readonly "repl.help.label.options": "Options:";
|
|
216
203
|
readonly "repl.help.label.subcommands": "Subcommands:";
|
|
@@ -229,20 +216,17 @@ export declare const STRINGS: {
|
|
|
229
216
|
readonly "repl.opt.metrics": "Comma-separated: bleu,chrf,metricx,comet (default: bleu,chrf)";
|
|
230
217
|
readonly "repl.opt.formats": "Show supported file formats";
|
|
231
218
|
readonly "repl.opt.languages": "Show available language pairs";
|
|
232
|
-
readonly "repl.opt.options": "Show pipeline configuration options";
|
|
233
219
|
readonly "repl.opt.pipeline": "Pipeline stages (comma-separated: lid,pii,monofixer,docscorer,adult_filter,dedup)";
|
|
234
220
|
readonly "repl.opt.min_len": "Min document length in chars (default: 500, CJK: 300)";
|
|
235
221
|
readonly "repl.opt.min_avg_words": "Min average words per segment (default: 5)";
|
|
236
|
-
readonly "repl.opt.
|
|
237
|
-
readonly "repl.opt.
|
|
222
|
+
readonly "repl.opt.source_lang": "Source language (en, de, es). Required for TSV/parallel, auto-detected for TMX";
|
|
223
|
+
readonly "repl.opt.lid_model": "LID model: openlid-v3 (default), openlid-v2, nllb";
|
|
238
224
|
readonly "repl.welcome.authorized": "authorized";
|
|
239
225
|
readonly "repl.welcome.not_authorized": "not authorized";
|
|
240
|
-
readonly "repl.welcome.translate_hint": "Translate text";
|
|
241
|
-
readonly "repl.welcome.tf_hint": "Translate file";
|
|
226
|
+
readonly "repl.welcome.translate_hint": "Translate text (or @\"file\")";
|
|
242
227
|
readonly "repl.welcome.eval_hint": "Evaluate quality";
|
|
243
|
-
readonly "repl.welcome.
|
|
244
|
-
readonly "repl.welcome.
|
|
245
|
-
readonly "repl.welcome.data_annotate_hint": "Annotate corpus";
|
|
228
|
+
readonly "repl.welcome.score_hint": "Score corpus";
|
|
229
|
+
readonly "repl.welcome.annotate_hint": "Annotate corpus";
|
|
246
230
|
readonly "repl.welcome.login_hint": "Authenticate";
|
|
247
231
|
readonly "repl.welcome.tip": "Start typing for suggestions | Tab: next field | ?: full help";
|
|
248
232
|
readonly "repl.goodbye": "Goodbye!";
|
|
@@ -255,6 +239,10 @@ export declare const STRINGS: {
|
|
|
255
239
|
readonly "repl.error": "Error:";
|
|
256
240
|
readonly "repl.cancelled": "Cancelled.";
|
|
257
241
|
readonly "repl.running": "Running...";
|
|
242
|
+
readonly "repl.clipboard.sent_osc52": "Sent to terminal clipboard (OSC 52)";
|
|
243
|
+
readonly "repl.clipboard.paste_unavailable": "Paste unavailable (no clipboard tool)";
|
|
244
|
+
readonly "repl.clipboard.no_display_warning": "No display server. Copy uses OSC 52 (terminal must support it).";
|
|
245
|
+
readonly "repl.clipboard.no_tools_warning": "No clipboard tools found. Install wl-clipboard (Wayland) or xclip (X11).";
|
|
258
246
|
readonly "repl.curl_panel.copy_hint": "F8: copy curl";
|
|
259
247
|
readonly "repl.curl_panel.copied": "curl copied to clipboard";
|
|
260
248
|
readonly "repl.curl_panel.no_curl": "No curl command available";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../src/i18n/catalog.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../src/i18n/catalog.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiVuB,CAAC;AAE5C,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,OAAO,CAAC"}
|
package/dist/i18n/catalog.js
CHANGED
|
@@ -77,8 +77,6 @@ export const STRINGS = {
|
|
|
77
77
|
"languages.no_results": "No language pairs found",
|
|
78
78
|
"languages.filters": "Filters: source={source}, target={target}",
|
|
79
79
|
"languages.total": "Total: {count} pairs",
|
|
80
|
-
"languages.annotation.no_results": "No supported annotation languages found",
|
|
81
|
-
"languages.annotation.total": "{count} supported languages",
|
|
82
80
|
// === evaluate.py ===
|
|
83
81
|
"evaluate.invalid_metrics": "Invalid metrics:",
|
|
84
82
|
"evaluate.valid_metrics": "Valid metrics:",
|
|
@@ -92,24 +90,25 @@ export const STRINGS = {
|
|
|
92
90
|
"health.status": "Checking service health...",
|
|
93
91
|
"health.api_version": "API version:",
|
|
94
92
|
"health.api_url": "API URL:",
|
|
95
|
-
// ===
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
93
|
+
// === annotate ===
|
|
94
|
+
"annotate.file_not_found": "File not found:",
|
|
95
|
+
"annotate.upload_status": "Uploading corpus...",
|
|
96
|
+
"annotate.job_created": "Job created:",
|
|
97
|
+
"annotate.sse_unavailable": "SSE unavailable, using polling...",
|
|
98
|
+
"annotate.download_status": "Downloading result...",
|
|
99
|
+
"annotate.success": "Annotated file saved to:",
|
|
100
|
+
"annotate.invalid_pipeline": "Invalid pipeline stages:",
|
|
101
|
+
"annotate.pipeline_hint": "Valid stages: lid, pii, monofixer, docscorer, adult_filter, dedup.",
|
|
102
|
+
"annotate.invalid_lid_model": "Invalid LID model:",
|
|
103
|
+
"annotate.lid_model_hint": "Valid models: openlid-v2, nllb, openlid-v3.",
|
|
104
|
+
// === score ===
|
|
105
|
+
"score.file_not_found": "File not found:",
|
|
106
|
+
"score.target_not_found": "Target file not found:",
|
|
107
|
+
"score.upload_status": "Uploading data...",
|
|
108
|
+
"score.job_created": "Job created:",
|
|
109
|
+
"score.sse_unavailable": "SSE unavailable, using polling...",
|
|
110
|
+
"score.download_status": "Downloading result...",
|
|
111
|
+
"score.success": "Scored file saved to:",
|
|
113
112
|
// === discovery (replaces formats) ===
|
|
114
113
|
"discovery.total": "Total: {count} formats",
|
|
115
114
|
"discovery.no_formats": "No formats found",
|
|
@@ -145,9 +144,7 @@ export const STRINGS = {
|
|
|
145
144
|
"table.col.component": "Component",
|
|
146
145
|
"table.col.status": "Status",
|
|
147
146
|
"table.col.id": "ID",
|
|
148
|
-
"table.col.
|
|
149
|
-
"table.col.extensions": "Extensions",
|
|
150
|
-
"table.col.conversions": "Conversions",
|
|
147
|
+
"table.col.input": "Input",
|
|
151
148
|
"table.col.engine": "Engine",
|
|
152
149
|
// === output/tables.py - values and labels ===
|
|
153
150
|
"table.quality.excellent": "Excellent",
|
|
@@ -185,13 +182,11 @@ export const STRINGS = {
|
|
|
185
182
|
"validate.missing_argument": "Missing required argument '{name}'",
|
|
186
183
|
"validate.missing_option": "Required option '{option}' not specified",
|
|
187
184
|
"validate.translate.text.arg_order": '"{violation}" -- texts must come before options. Usage: translate text "text1" "text2" -s lang -t lang',
|
|
188
|
-
"validate.
|
|
189
|
-
"validate.
|
|
190
|
-
"validate.
|
|
191
|
-
"validate.
|
|
192
|
-
"validate.
|
|
193
|
-
"validate.data.score.source_dir_target_file": "Source is a directory but target is a file. Both must be the same type.",
|
|
194
|
-
"validate.data.score.target_dir_source_file": "Target is a directory but source is a file. Both must be the same type.",
|
|
185
|
+
"validate.annotate.invalid_int": "Option '{option}' must be a positive integer",
|
|
186
|
+
"validate.score.source_dir_target_file": "Source is a directory but target is a file. Both must be the same type.",
|
|
187
|
+
"validate.score.target_dir_source_file": "Target is a directory but source is a file. Both must be the same type.",
|
|
188
|
+
"validate.score.invalid_source_lang": "Invalid source language for scoring: '{lang}'",
|
|
189
|
+
"validate.score.source_lang_hint": "Supported languages: en, de, es.",
|
|
195
190
|
// === errors/handler.py ===
|
|
196
191
|
"error.network.label": "Network error",
|
|
197
192
|
"error.network.hint": "Check your connection and try again.",
|
|
@@ -212,15 +207,10 @@ export const STRINGS = {
|
|
|
212
207
|
"repl.cmd.language": "Switch CLI interface language",
|
|
213
208
|
"repl.cmd.translate": "Translate text",
|
|
214
209
|
"repl.cmd.t": "Translate text (alias)",
|
|
215
|
-
"repl.cmd.tf": "Translate file",
|
|
216
210
|
"repl.cmd.eval": "Evaluate translation quality",
|
|
217
211
|
"repl.cmd.evaluate_batch": "Evaluate quality from TSV file",
|
|
218
|
-
"repl.cmd.
|
|
219
|
-
"repl.cmd.
|
|
220
|
-
"repl.cmd.data_score": "Score parallel corpus (Bicleaner)",
|
|
221
|
-
"repl.cmd.data_score_entry": "Score parallel corpus quality (Bicleaner)",
|
|
222
|
-
"repl.cmd.data_annotate_entry": "Annotate corpus (Monotextor: Language ID, PII, quality)",
|
|
223
|
-
"repl.cmd.ef": "Evaluate quality from file",
|
|
212
|
+
"repl.cmd.score": "Score parallel corpus quality (Bicleaner)",
|
|
213
|
+
"repl.cmd.annotate": "Annotate corpus (Monotextor: Language ID, PII, quality)",
|
|
224
214
|
"repl.cmd.health": "Check API health",
|
|
225
215
|
"repl.cmd.clear": "Clear screen and show banner",
|
|
226
216
|
"repl.cmd.help": "Show help",
|
|
@@ -231,13 +221,11 @@ export const STRINGS = {
|
|
|
231
221
|
// === repl.py - help group names ===
|
|
232
222
|
"repl.help.group.basics": "Basics",
|
|
233
223
|
"repl.help.group.text_translation": "Text Translation",
|
|
234
|
-
"repl.help.group.file_translation": "File Translation",
|
|
235
224
|
"repl.help.group.evaluation": "Evaluation",
|
|
236
|
-
"repl.help.group.
|
|
237
|
-
"repl.help.group.
|
|
225
|
+
"repl.help.group.score": "Score",
|
|
226
|
+
"repl.help.group.annotate": "Annotate",
|
|
238
227
|
"repl.help.group.config": "Configuration",
|
|
239
228
|
"repl.help.group.system": "System",
|
|
240
|
-
"repl.help.title": "Available commands:",
|
|
241
229
|
"repl.help.label.aliases": "Aliases:",
|
|
242
230
|
"repl.help.label.options": "Options:",
|
|
243
231
|
"repl.help.label.subcommands": "Subcommands:",
|
|
@@ -257,21 +245,18 @@ export const STRINGS = {
|
|
|
257
245
|
"repl.opt.metrics": "Comma-separated: bleu,chrf,metricx,comet (default: bleu,chrf)",
|
|
258
246
|
"repl.opt.formats": "Show supported file formats",
|
|
259
247
|
"repl.opt.languages": "Show available language pairs",
|
|
260
|
-
"repl.opt.options": "Show pipeline configuration options",
|
|
261
248
|
"repl.opt.pipeline": "Pipeline stages (comma-separated: lid,pii,monofixer,docscorer,adult_filter,dedup)",
|
|
262
249
|
"repl.opt.min_len": "Min document length in chars (default: 500, CJK: 300)",
|
|
263
250
|
"repl.opt.min_avg_words": "Min average words per segment (default: 5)",
|
|
264
|
-
"repl.opt.
|
|
265
|
-
"repl.opt.
|
|
251
|
+
"repl.opt.source_lang": "Source language (en, de, es). Required for TSV/parallel, auto-detected for TMX",
|
|
252
|
+
"repl.opt.lid_model": "LID model: openlid-v3 (default), openlid-v2, nllb",
|
|
266
253
|
// === repl.py - welcome messages ===
|
|
267
254
|
"repl.welcome.authorized": "authorized",
|
|
268
255
|
"repl.welcome.not_authorized": "not authorized",
|
|
269
|
-
"repl.welcome.translate_hint":
|
|
270
|
-
"repl.welcome.tf_hint": "Translate file",
|
|
256
|
+
"repl.welcome.translate_hint": 'Translate text (or @"file")',
|
|
271
257
|
"repl.welcome.eval_hint": "Evaluate quality",
|
|
272
|
-
"repl.welcome.
|
|
273
|
-
"repl.welcome.
|
|
274
|
-
"repl.welcome.data_annotate_hint": "Annotate corpus",
|
|
258
|
+
"repl.welcome.score_hint": "Score corpus",
|
|
259
|
+
"repl.welcome.annotate_hint": "Annotate corpus",
|
|
275
260
|
"repl.welcome.login_hint": "Authenticate",
|
|
276
261
|
"repl.welcome.tip": "Start typing for suggestions | Tab: next field | ?: full help",
|
|
277
262
|
// === repl.py - runtime messages ===
|
|
@@ -285,6 +270,11 @@ export const STRINGS = {
|
|
|
285
270
|
"repl.error": "Error:",
|
|
286
271
|
"repl.cancelled": "Cancelled.",
|
|
287
272
|
"repl.running": "Running...",
|
|
273
|
+
// -- clipboard --
|
|
274
|
+
"repl.clipboard.sent_osc52": "Sent to terminal clipboard (OSC 52)",
|
|
275
|
+
"repl.clipboard.paste_unavailable": "Paste unavailable (no clipboard tool)",
|
|
276
|
+
"repl.clipboard.no_display_warning": "No display server. Copy uses OSC 52 (terminal must support it).",
|
|
277
|
+
"repl.clipboard.no_tools_warning": "No clipboard tools found. Install wl-clipboard (Wayland) or xclip (X11).",
|
|
288
278
|
// -- curl panel --
|
|
289
279
|
"repl.curl_panel.copy_hint": "F8: copy curl",
|
|
290
280
|
"repl.curl_panel.copied": "curl copied to clipboard",
|
package/dist/i18n/catalog.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../src/i18n/catalog.ts"],"names":[],"mappings":"AAAA,mEAAmE;AACnE,EAAE;AACF,0DAA0D;AAC1D,8CAA8C;AAC9C,6DAA6D;AAE7D,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,kBAAkB;IAClB,2BAA2B,EAAE,yBAAyB;IACtD,4BAA4B,EAAE,wCAAwC;IACtE,2BAA2B,EAAE,mBAAmB;IAChD,oBAAoB,EAAE,6BAA6B;IACnD,oBAAoB,EAAE,kCAAkC;IACxD,qBAAqB,EAAE,0BAA0B;IACjD,2BAA2B,EAAE,eAAe;IAC5C,qBAAqB,EAAE,UAAU;IACjC,mBAAmB,EAAE,QAAQ;IAC7B,+BAA+B,EAAE,mBAAmB;IACpD,0BAA0B,EAAE,oCAAoC;IAChE,2BAA2B,EAAE,iBAAiB;IAC9C,0BAA0B,EAAE,cAAc;IAC1C,iCAAiC,EAAE,kCAAkC;IAErE,oBAAoB;IACpB,oBAAoB,EAAE,cAAc;IACpC,mBAAmB,EAAE,aAAa;IAClC,oBAAoB,EAAE,sBAAsB;IAC5C,oBAAoB,EAAE,iBAAiB;IACvC,sBAAsB,EAAE,cAAc;IACtC,sBAAsB,EAAE,sCAAsC;IAC9D,2BAA2B,EACzB,6EAA6E;IAC/E,wBAAwB,EAAE,WAAW;IACrC,sBAAsB,EAAE,iCAAiC;IACzD,mBAAmB,EAAE,wCAAwC;IAC7D,uBAAuB,EAAE,uBAAuB;IAEhD,yBAAyB;IACzB,wBAAwB,EAAE,wBAAwB;IAClD,wBAAwB,EAAE,oBAAoB;IAC9C,4BAA4B,EAAE,uCAAuC;IACrE,+BAA+B,EAAE,wBAAwB;IACzD,2BAA2B,EAAE,sCAAsC;IACnE,uBAAuB,EAAE,UAAU;IACnC,+BAA+B,EAC7B,kEAAkE;IACpE,+BAA+B,EAC7B,mEAAmE;IAErE,qBAAqB;IACrB,kBAAkB,EAAE,uBAAuB;IAC3C,iBAAiB,EAAE,+CAA+C;IAClE,oBAAoB,EAAE,gDAAgD;IACtE,2BAA2B,EAAE,+DAA+D;IAC5F,uBAAuB,EAAE,kDAAkD;IAE3E,0BAA0B;IAC1B,yBAAyB,EAAE,0BAA0B;IACrD,2BAA2B,EAAE,sBAAsB;IACnD,0BAA0B,EAAE,6CAA6C;IACzE,gCAAgC,EAAE,4BAA4B;IAC9D,8BAA8B,EAAE,oCAAoC;IACpE,+BAA+B,EAAE,2BAA2B;IAC5D,yBAAyB,EAAE,yCAAyC;IACpE,wBAAwB,EAAE,4DAA4D;IACtF,iCAAiC,EAAE,mDAAmD;IACtF,sBAAsB,EAAE,kEAAkE;IAC1F,8BAA8B,EAAE,iDAAiD;IACjF,kCAAkC,EAChC,yEAAyE;IAC3E,yBAAyB,EAAE,iDAAiD;IAE5E,uBAAuB;IACvB,2BAA2B,EAAE,2BAA2B;IACxD,uBAAuB,EAAE,YAAY;IACrC,2BAA2B,EAAE,2BAA2B;IACxD,uBAAuB,EAAE,YAAY;IACrC,kBAAkB,EAAE,gBAAgB;IACpC,8BAA8B,EAAE,uBAAuB;IACvD,4BAA4B,EAAE,cAAc;IAC5C,gCAAgC,EAAE,mCAAmC;IACrE,gCAAgC,EAAE,uBAAuB;IACzD,wBAAwB,EAAE,2BAA2B;IACrD,+BAA+B,EAAE,uCAAuC;IACxE,0BAA0B,EAAE,iBAAiB;IAE7C,oBAAoB;IACpB,sBAAsB,EAAE,yBAAyB;IACjD,mBAAmB,EAAE,2CAA2C;IAChE,iBAAiB,EAAE,sBAAsB;
|
|
1
|
+
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../src/i18n/catalog.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AA2DA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -14,6 +14,7 @@ import { t } from "./i18n/index.js";
|
|
|
14
14
|
import { program } from "./program.js";
|
|
15
15
|
import { terminal } from "./output/terminal.js";
|
|
16
16
|
import { setExitCode } from "./cli/exit.js";
|
|
17
|
+
import { normalizeCliArgv } from "./runtime/input-detect.js";
|
|
17
18
|
// Only parse when run as entry point (not when imported by tests)
|
|
18
19
|
const stripExt = (p) => p.replace(/\.(ts|js)$/, "");
|
|
19
20
|
const isEntryPoint = stripExt(fileURLToPath(import.meta.url)) === stripExt(realpathSync(process.argv[1] ?? ""));
|
|
@@ -30,7 +31,7 @@ if (isEntryPoint) {
|
|
|
30
31
|
const traceId = generateTraceId();
|
|
31
32
|
await traceStore.run(traceId, async () => {
|
|
32
33
|
try {
|
|
33
|
-
await program.parseAsync(process.argv);
|
|
34
|
+
await program.parseAsync(normalizeCliArgv(process.argv));
|
|
34
35
|
}
|
|
35
36
|
catch (error) {
|
|
36
37
|
// CommanderError from exitOverride — already handled (exitCode set)
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AACA,iGAAiG;AACjG,EAAE;AACF,uFAAuF;AACvF,4FAA4F;AAC5F,wFAAwF;AACxF,+CAA+C;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,EAAE,CAAC,EAAE,MAAM,iBAAiB,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AACA,iGAAiG;AACjG,EAAE;AACF,uFAAuF;AACvF,4FAA4F;AAC5F,wFAAwF;AACxF,+CAA+C;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,EAAE,CAAC,EAAE,MAAM,iBAAiB,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAE7D,kEAAkE;AAClE,MAAM,QAAQ,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;AAC5D,MAAM,YAAY,GAChB,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;AAC7F,IAAI,YAAY,EAAE,CAAC;IACjB,mBAAmB,EAAE,CAAC;IACtB,YAAY,EAAE,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;IAEpC,6EAA6E;IAC7E,MAAM,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;IAE3C,IAAI,UAAU,EAAE,CAAC;QACf,0EAA0E;QAC1E,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,MAAM,CAAC,oBAAoB,CAAC,CAAC;QAC1D,MAAM,EAAE,eAAe,EAAE,GAAG,MAAM,MAAM,CAAC,gBAAgB,CAAC,CAAC;QAC3D,MAAM,OAAO,GAAG,eAAe,EAAE,CAAC;QAClC,MAAM,UAAU,CAAC,GAAG,CAAC,OAAO,EAAE,KAAK,IAAI,EAAE;YACvC,IAAI,CAAC;gBACH,MAAM,OAAO,CAAC,UAAU,CAAC,gBAAgB,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;YAC3D,CAAC;YAAC,OAAO,KAAc,EAAE,CAAC;gBACxB,oEAAoE;gBACpE,6CAA6C;gBAC7C,IAAI,KAAK,YAAY,cAAc,EAAE,CAAC;oBACpC,IAAI,KAAK,CAAC,QAAQ,KAAK,CAAC,EAAE,CAAC;wBACzB,WAAW,CAAC,CAAC,CAAC,CAAC;oBACjB,CAAC;yBAAM,CAAC;wBACN,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC;oBAC3C,CAAC;gBACH,CAAC;qBAAM,CAAC;oBACN,MAAM,KAAK,CAAC;gBACd,CAAC;YACH,CAAC;QACH,CAAC,CAAC,CAAC;IACL,CAAC;SAAM,CAAC;QACN,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,CAAC;QACpD,MAAM,OAAO,EAAE,CAAC;IAClB,CAAC;AACH,CAAC;AAED,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC"}
|
package/dist/output/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { terminal } from "./terminal.ts";
|
|
2
|
-
export { createHealthTableModel, createTranslationTableModel, createEvaluationTableModel, createLanguageEntryTableModel, createFormatsTableModel,
|
|
2
|
+
export { createHealthTableModel, createTranslationTableModel, createEvaluationTableModel, createLanguageEntryTableModel, createFormatsTableModel, } from "./tables/index.ts";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/output/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,sBAAsB,EACtB,2BAA2B,EAC3B,0BAA0B,EAC1B,6BAA6B,EAC7B,uBAAuB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/output/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,sBAAsB,EACtB,2BAA2B,EAC3B,0BAA0B,EAC1B,6BAA6B,EAC7B,uBAAuB,GACxB,MAAM,mBAAmB,CAAC"}
|
package/dist/output/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// See API-447, API-471, API-479, API-486, API-491, API-503: Output module exports
|
|
2
2
|
// Only re-exports symbols that are actually imported through this barrel.
|
|
3
3
|
export { terminal } from "./terminal.js";
|
|
4
|
-
export { createHealthTableModel, createTranslationTableModel, createEvaluationTableModel, createLanguageEntryTableModel, createFormatsTableModel,
|
|
4
|
+
export { createHealthTableModel, createTranslationTableModel, createEvaluationTableModel, createLanguageEntryTableModel, createFormatsTableModel, } from "./tables/index.js";
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/dist/output/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/output/index.ts"],"names":[],"mappings":"AAAA,kFAAkF;AAClF,0EAA0E;AAC1E,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,sBAAsB,EACtB,2BAA2B,EAC3B,0BAA0B,EAC1B,6BAA6B,EAC7B,uBAAuB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/output/index.ts"],"names":[],"mappings":"AAAA,kFAAkF;AAClF,0EAA0E;AAC1E,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,sBAAsB,EACtB,2BAA2B,EAC3B,0BAA0B,EAC1B,6BAA6B,EAC7B,uBAAuB,GACxB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { LanguageEntryVM, FormatEntryVM
|
|
1
|
+
import type { LanguageEntryVM, FormatEntryVM } from "../view-models.ts";
|
|
2
2
|
import type { TableModel } from "./types.ts";
|
|
3
3
|
/** Unified language table — adapts columns based on whether target is present.
|
|
4
4
|
* Translation: Source, Target, Engine. Annotation: Source, Engine. */
|
|
@@ -6,5 +6,4 @@ export declare function createLanguageEntryTableModel(entries: LanguageEntryVM[]
|
|
|
6
6
|
/** Unified table for all --formats commands. Shows "Converts To" unconditionally;
|
|
7
7
|
* adds "Metrics" column only when QE scoring_metrics data is present. */
|
|
8
8
|
export declare function createFormatsTableModel(formats: FormatEntryVM[]): TableModel;
|
|
9
|
-
export declare function createAnnotateOptionsTableModel(options: AnnotateOptionsVM): TableModel;
|
|
10
9
|
//# sourceMappingURL=catalog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/output/tables/catalog.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/output/tables/catalog.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACxE,OAAO,KAAK,EAAe,UAAU,EAAE,MAAM,YAAY,CAAC;AAE1D;uEACuE;AACvE,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,eAAe,EAAE,GAAG,UAAU,CA8BpF;AAED;0EAC0E;AAC1E,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,aAAa,EAAE,GAAG,UAAU,CAmB5E"}
|
|
@@ -33,84 +33,21 @@ export function createLanguageEntryTableModel(entries) {
|
|
|
33
33
|
/** Unified table for all --formats commands. Shows "Converts To" unconditionally;
|
|
34
34
|
* adds "Metrics" column only when QE scoring_metrics data is present. */
|
|
35
35
|
export function createFormatsTableModel(formats) {
|
|
36
|
-
const hasMetrics = formats.some((f) => f.scoring_metrics && f.scoring_metrics.length > 0);
|
|
37
36
|
const columns = [
|
|
38
|
-
{ key: "
|
|
39
|
-
{ key: "
|
|
40
|
-
{ key: "
|
|
41
|
-
{ key: "
|
|
37
|
+
{ key: "extensions", header: t("table.col.input"), width: 16, required: true, priority: 0 },
|
|
38
|
+
{ key: "description", header: "Description", minWidth: 16, priority: 20 },
|
|
39
|
+
{ key: "output_formats", header: "Output Formats", minWidth: 14, priority: 1 },
|
|
40
|
+
{ key: "examples", header: "Examples", width: 26, priority: 10 },
|
|
42
41
|
];
|
|
43
|
-
if (hasMetrics) {
|
|
44
|
-
columns.push({ key: "metrics", header: "Metrics", minWidth: 18, priority: 3 });
|
|
45
|
-
}
|
|
46
|
-
columns.push({
|
|
47
|
-
key: "description",
|
|
48
|
-
header: "Description",
|
|
49
|
-
minWidth: 16,
|
|
50
|
-
priority: hasMetrics ? 4 : 3,
|
|
51
|
-
});
|
|
52
|
-
const compactOrder = columns.map((c) => c.key);
|
|
53
42
|
return {
|
|
54
43
|
columns,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
};
|
|
63
|
-
if (hasMetrics) {
|
|
64
|
-
row.metrics = fmt.scoring_metrics?.join(", ") ?? chalk.dim("-");
|
|
65
|
-
}
|
|
66
|
-
return row;
|
|
67
|
-
}),
|
|
68
|
-
compactOrder,
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
export function createAnnotateOptionsTableModel(options) {
|
|
72
|
-
const rows = [
|
|
73
|
-
{ section: chalk.bold("Pipeline Stages"), id: "", description: "", options: "" },
|
|
74
|
-
];
|
|
75
|
-
for (const stage of options.pipeline_stages) {
|
|
76
|
-
rows.push({
|
|
77
|
-
section: "",
|
|
78
|
-
id: stage.id,
|
|
79
|
-
description: stage.description,
|
|
80
|
-
options: `-p "${stage.id}"`,
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
// Section: LID Models
|
|
84
|
-
rows.push({ section: chalk.bold("LID Models"), id: "", description: "", options: "" });
|
|
85
|
-
for (const model of options.lid_models) {
|
|
86
|
-
rows.push({
|
|
87
|
-
section: "",
|
|
88
|
-
id: model.id,
|
|
89
|
-
description: model.description,
|
|
90
|
-
options: `--lid-model "${model.id}"`,
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
// Section: Defaults
|
|
94
|
-
rows.push({ section: chalk.bold("Defaults"), id: "", description: "", options: "" }, {
|
|
95
|
-
section: "",
|
|
96
|
-
id: "min_len",
|
|
97
|
-
description: String(options.filter_defaults.min_len),
|
|
98
|
-
options: `--min-len "${options.filter_defaults.min_len}"`,
|
|
99
|
-
}, {
|
|
100
|
-
section: "",
|
|
101
|
-
id: "min_avg_words",
|
|
102
|
-
description: String(options.filter_defaults.min_avg_words),
|
|
103
|
-
options: `--min-avg-words "${options.filter_defaults.min_avg_words}"`,
|
|
104
|
-
});
|
|
105
|
-
return {
|
|
106
|
-
columns: [
|
|
107
|
-
{ key: "section", header: "", width: 18, required: true, priority: 0 },
|
|
108
|
-
{ key: "id", header: "ID", width: 16, required: true, priority: 0 },
|
|
109
|
-
{ key: "options", header: "Options", width: 28, priority: 1 },
|
|
110
|
-
{ key: "description", header: "Description", minWidth: 20, priority: 2 },
|
|
111
|
-
],
|
|
112
|
-
rows,
|
|
113
|
-
compactOrder: ["section", "id", "options", "description"],
|
|
44
|
+
compactOrder: columns.map((c) => c.key),
|
|
45
|
+
rows: formats.map((fmt) => ({
|
|
46
|
+
extensions: fmt.extensions.map((e) => e.replace(/^\./, "")).join(", "),
|
|
47
|
+
output_formats: fmt.output_formats.length > 0 ? fmt.output_formats.join(", ") : chalk.dim("-"),
|
|
48
|
+
examples: fmt.examples || chalk.dim("-"),
|
|
49
|
+
description: fmt.description,
|
|
50
|
+
})),
|
|
114
51
|
};
|
|
115
52
|
}
|
|
116
53
|
//# sourceMappingURL=catalog.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../../src/output/tables/catalog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,CAAC,EAAE,MAAM,qBAAqB,CAAC;AAIxC;uEACuE;AACvE,MAAM,UAAU,6BAA6B,CAAC,OAA0B;IACtE,MAAM,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,IAAI,IAAI,CAAC,CAAC;IACxD,MAAM,OAAO,GAAkB;QAC7B,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC,kBAAkB,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE;KACzF,CAAC;IACF,IAAI,SAAS,EAAE,CAAC;QACd,OAAO,CAAC,IAAI,CAAC;YACX,GAAG,EAAE,QAAQ;YACb,MAAM,EAAE,CAAC,CAAC,kBAAkB,CAAC;YAC7B,KAAK,EAAE,EAAE;YACT,QAAQ,EAAE,IAAI;YACd,QAAQ,EAAE,CAAC;SACZ,CAAC,CAAC;IACL,CAAC;IACD,OAAO,CAAC,IAAI,CACV,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,CAAC,kBAAkB,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC,EAAE,EAC5F,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,CAC9D,CAAC;IACF,OAAO;QACL,OAAO;QACP,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;YACxB,MAAM,EAAE,CAAC,CAAC,MAAM;YAChB,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,MAAM,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YAChD,OAAO,EAAE,CAAC,CAAC,OAAO;YAClB,OAAO,EAAE,CAAC,CAAC,OAAO;SACnB,CAAC,CAAC;QACH,YAAY,EAAE,SAAS;YACrB,CAAC,CAAC,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,CAAC;YAC5C,CAAC,CAAC,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,CAAC;KACrC,CAAC;AACJ,CAAC;AAED;0EAC0E;AAC1E,MAAM,UAAU,uBAAuB,CAAC,OAAwB;IAC9D,MAAM,
|
|
1
|
+
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../../../src/output/tables/catalog.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { renderTable } from "./render.ts";
|
|
2
2
|
export { createHealthTableModel, createTranslationTableModel } from "./health-status.ts";
|
|
3
3
|
export { createEvaluationTableModel } from "./evaluation.ts";
|
|
4
|
-
export { createLanguageEntryTableModel, createFormatsTableModel
|
|
4
|
+
export { createLanguageEntryTableModel, createFormatsTableModel } from "./catalog.ts";
|
|
5
5
|
export type { TableModel } from "./types.ts";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/output/tables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/output/tables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACtF,YAAY,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { renderTable } from "./render.js";
|
|
2
2
|
export { createHealthTableModel, createTranslationTableModel } from "./health-status.js";
|
|
3
3
|
export { createEvaluationTableModel } from "./evaluation.js";
|
|
4
|
-
export { createLanguageEntryTableModel, createFormatsTableModel
|
|
4
|
+
export { createLanguageEntryTableModel, createFormatsTableModel } from "./catalog.js";
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/output/tables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/output/tables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC"}
|