-
Type:
Bug
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Task Management
-
High
-
-
Fix the calculation of the levenshtein distance of segments with internal tags.
-
Emptyshow more show less
Problem
In multiple instances of translate5 the Levenshtein and Post-editing time statistic calculation seemed to show wrong values.
After triggeringÂ
t5 statistics:levenshtein
t5 statistics:aggregate
on the CMD the values changed for the same query and looked much better.
Another triggering of the same calls did not change anything anymore.
This leads to the conclusion, that updating those values automatically on segment save does not work, as it should.
After initialilizing the plug-in it should always work automatically.
Look at dev comment below for more info.
Solution
Update the statistics at every segment save.