Python add duplicate function names for backwards compatibility
Saw this in spacy’s iob_utils.py
:
# Fallbacks to make backwards-compat easier
offsets_from_biluo_tags = biluo_tags_to_offsets
spans_from_biluo_tags = biluo_tags_to_spans
biluo_tags_from_offsets = offsets_to_biluo_tags
I hope I never need this but it’s kinda cool!
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus