mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-23 06:50:32 +03:00
parent
11f859c132
commit
2fa983aa2e
|
@ -120,6 +120,10 @@ class Span:
|
|||
ent_id: int
|
||||
ent_id_: str
|
||||
@property
|
||||
def id(self) -> int: ...
|
||||
@property
|
||||
def id_(self) -> str: ...
|
||||
@property
|
||||
def orth_(self) -> str: ...
|
||||
@property
|
||||
def lemma_(self) -> str: ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user