diff --git a/spacy/deprecated.py b/spacy/deprecated.py index c95ef4e88..104259fb6 100644 --- a/spacy/deprecated.py +++ b/spacy/deprecated.py @@ -14,7 +14,6 @@ def read_lang_data(package): return tokenization, prefix, suffix, infix - def align_tokens(ref, indices): # Deprecated, surely? start = 0 queue = list(indices)