...
Page Properties | ||
---|---|---|
| ||
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
What is aligning?
Aligning involves pairing source file segments (untranslated) with target file segments (the source file translations). During the aligning process, the output XLSX file, containing segments pairs, is created. After small modifications (deleting the appropriate columns and rows in the file), the output file can be used as translation memory and be imported into XTM Cloud.
...
Src Seg. (column “A”) → the segment number from the source file;
en_NT (column “B”) → the source segments language code;
fr_CH (column “C”) → the target segments language code;
Tgt Seg. (column “D”) → the segment number from the target file;
Probability (column “E”) → the probability that the target segment is the translation of the source segment;
prevCRC (column “F”) → CRC value of the previous segment;
nextCRC (column “G”) → CRC value of the next segment;
Info |
---|
In XTM Cloud Align, CRC relates to the unique Cyclical Redundancy Check identifier of the segment. This can be described as a unique signature for a particular segment. The prev(ious) and next CRC values are required when updating the TM database, as this drives ICE (In-context exact) matching. |
...