mirror of https://github.com/explosion/spaCy.git
Fix formatting
This commit is contained in:
parent
0474e706a0
commit
b672e95045
|
@ -14,7 +14,6 @@ def read_lang_data(package):
|
||||||
return tokenization, prefix, suffix, infix
|
return tokenization, prefix, suffix, infix
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def align_tokens(ref, indices): # Deprecated, surely?
|
def align_tokens(ref, indices): # Deprecated, surely?
|
||||||
start = 0
|
start = 0
|
||||||
queue = list(indices)
|
queue = list(indices)
|
||||||
|
|
Loading…
Reference in New Issue