mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 05:10:21 +03:00
update return values
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
913992aa3d
commit
2a77705b28
|
@ -120,7 +120,7 @@ class Underscore:
|
|||
self._span_id,
|
||||
)
|
||||
else:
|
||||
return ("._.", name, self._start, self._end)
|
||||
return "._.", name, self._start, self._end
|
||||
|
||||
@staticmethod
|
||||
def _replace_keys(old_underscore, new_underscore):
|
||||
|
|
Loading…
Reference in New Issue
Block a user