mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
add private methods that are being used by the built-in convertors
This commit is contained in:
parent
975e9d44f4
commit
ef2bd64097
|
@ -61,3 +61,6 @@ class Example:
|
|||
def text(self) -> str: ...
|
||||
def __str__(self) -> str: ...
|
||||
def __repr__(self) -> str: ...
|
||||
|
||||
def _parse_example_dict_data(example_dict): ...
|
||||
def _fix_legacy_dict_data(example_dict): ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user