kapi tm lookup
kapi lookup [text]Look up text in translation memory
Try it
Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.
kapi tm lookup "welcome back" -s en -t frFlags
| Flag | Type | Default | Description |
|---|---|---|---|
| --file | string | explicit path to resource file | |
| --local | bool | false | use resource in current directory |
| --max-results | int | 10 | maximum results to return |
| --min-score | float64 | 0.7 | minimum match score (0.0-1.0) |
| --name | string | named resource in KAPI_HOME (e.g. --name project-terms) | |
| --source-locale, -s | string | en | source locale |
| --target-locale, -t | string | target locale |
More examples
kapi tm lookup "save" -s en -t de --min-score 0.8← Back to the Command Reference