mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-13 07:55:49 +03:00
fix type of lexeme.rank (#9979)
This commit is contained in:
parent
900741401e
commit
5d0cc79940
|
@ -19,7 +19,7 @@ class Lexeme:
|
||||||
@property
|
@property
|
||||||
def vector_norm(self) -> float: ...
|
def vector_norm(self) -> float: ...
|
||||||
vector: Floats1d
|
vector: Floats1d
|
||||||
rank: str
|
rank: int
|
||||||
sentiment: float
|
sentiment: float
|
||||||
@property
|
@property
|
||||||
def orth_(self) -> str: ...
|
def orth_(self) -> str: ...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user