You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In V1, subpages would be compared and only squashed if some percentage of characters (not including whitespace) were a match.
This code was removed when testing showed that the deconvolution algorithm had become good enough to nearly always get the correct subpage code. However, it turns out that often the subpage codes are not broadcast correctly - either every subpage is "0001", or it can be used for another purpose.
The upshot of this is that those broadcasts won't squash correctly in V3 because completely different subpages get squashed together, which ruins them.
So this issue is about forward porting the old algorithm, with an option to turn it on/off.
The text was updated successfully, but these errors were encountered:
Old Russian broadcasts seems to suffer from this issue when multiple pages are transmitted with the same subpage code.
It would be nice to have such feature.
In V1, subpages would be compared and only squashed if some percentage of characters (not including whitespace) were a match.
This code was removed when testing showed that the deconvolution algorithm had become good enough to nearly always get the correct subpage code. However, it turns out that often the subpage codes are not broadcast correctly - either every subpage is "0001", or it can be used for another purpose.
The upshot of this is that those broadcasts won't squash correctly in V3 because completely different subpages get squashed together, which ruins them.
So this issue is about forward porting the old algorithm, with an option to turn it on/off.
The text was updated successfully, but these errors were encountered: