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
Insertions or deletions in sequences introduce a shift in the final offset which is counter intuitive when the offset is defined as a reversed offset.
The ad-hoc fix is to widen a bit the constraint on offsets to compensate for a few in/dels, however this is silly and make the aligner lose some precision.
The text was updated successfully, but these errors were encountered:
Insertions or deletions in sequences introduce a shift in the final offset which is counter intuitive when the offset is defined as a reversed offset.
The ad-hoc fix is to widen a bit the constraint on offsets to compensate for a few in/dels, however this is silly and make the aligner lose some precision.
The text was updated successfully, but these errors were encountered: