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