Skip to main content

XTM Cloud 13.8

Configuring the LQA score calculation method
  • Select Configuration > Settings > LQA > LQA Options.

Calculating LQA scores based on number of words in target text
1- [Total LQA errors * (weight * severity) / target word count in evaluated segments]

Example

LQA performed on

1500 target words

Total LQA errors

3

Weight

2

Severity

5

Formula

1-[ 3 * (2 * 5) / 1500] = 0.98 = 98%

Calculating LQA scores based on number of words in source text
1-[Total LQA errors * (weight * severity) / source word count in evaluated segments]

Example

LQA performed on

1500 source words

Total LQA errors

3

Weight

2

Severity

5

Formula

1-[ 3 * (2 * 5) / 1500] = 0.98 = 98%

Calculating LQA scores based on number of words in target text and Reference word count (RWC)
[Total LQA errors*(weight*severity)/ target text word count in evaluated segments] * RWC

Example

LQA performed on

1500 target words

Total LQA errors

3

Weight

2

Severity

5

Formula

100-[(3*(2*5))/1500]*1000=80=80%