173
173
# we could try a delta against whatever the last delta we
174
174
# computed, (the idea being we just computed the delta_index, so
175
175
# we re-use it here, and see if that is good enough, etc)
177
177
delta = delta_index.make_delta(target_text)
179
179
or len(delta) > len(target_text) / 2):